rust/src
bors 07bb916d44 Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=estebank
Better method call error messages

Rebase/continuation of #71827

~Based on #92360~
~Based on #93118~

There's a decent description in #71827 that I won't copy here (for now at least)

In addition to rebasing, I've tried to restore most of the original suggestions for invalid arguments. Unfortunately, this does make some of the errors a bit verbose. To fix this will require a bit of refactoring to some of the generalized error suggestion functions, and I just don't have the time to go into it right now.

I think this is in a state that the error messages are overall better than before without a reduction in the suggestions given.

~I've tried to split out some of the easier and self-contained changes into separate commits (mostly in #92360, but also one here). There might be more than can be done here, but again just lacking time.~

r? `@estebank` as the original reviewer of #71827
2022-04-16 06:55:28 +00:00
..
bootstrap Auto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum 2022-04-16 01:57:54 +00:00
ci CI: do not compile libcore twice when performing LLVM PGO 2022-04-11 10:05:05 +02:00
doc docs: Update tests chapter for Termination stabilization 2022-04-14 16:44:43 -07:00
etc pre-push.sh: Use python3 if python is not found 2022-04-11 12:02:40 -07:00
librustdoc Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix 2022-04-15 20:50:45 +02:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=estebank 2022-04-16 06:55:28 +00:00
tools Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa 2022-04-16 04:46:01 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +02:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.