rust/src
Joshua Nelson 5903163893 Remove duplicate Trait::auto field
It was exactly the same as `is_auto`.
2020-11-17 00:34:38 -05:00
..
bootstrap Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514 2020-11-16 00:40:04 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci explicitly add llvm-9-dev in dockerfile 2020-11-12 14:39:47 +01:00
doc Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus 2020-11-16 17:26:27 +01:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Remove duplicate Trait::auto field 2020-11-17 00:34:38 -05:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Rollup merge of #79032 - lcnr:arg-count, r=varkor 2020-11-16 17:26:35 +01:00
tools clippy: fold by value 2020-11-16 22:42:09 +01:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01: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.