rust/src
Igor Matuszewski eb5aa7583d Update RLS
This includes https://github.com/rust-lang/rls/pull/1482 which should
finally fix the spurious tests in Rust CI (test-pass -> test-fail).
2019-06-09 16:14:52 +02:00
..
bootstrap Clarify when we run steps with ONLY_HOSTS 2019-06-07 08:40:30 -06:00
build_helper
ci Auto merge of #61655 - RalfJung:checktools, r=kennytm 2019-06-08 17:44:12 +00:00
doc Auto merge of #61672 - Centril:rollup-jxo89ir, r=Centril 2019-06-08 23:17:06 +00:00
etc
grammar
liballoc Turn #[allocator] into a built-in attribute and rename it to #[rustc_allocator] 2019-06-08 23:55:25 +03:00
libarena
libcore Auto merge of #61677 - napen123:string-examples, r=sfackler 2019-06-09 07:48:10 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino 2019-06-09 02:07:44 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_codegen_ssa Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_codegen_utils Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Make constructors actually be const functions 2019-06-06 17:20:06 +01:00
librustc_mir Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino 2019-06-09 02:07:44 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Turn #[allocator] into a built-in attribute and rename it to #[rustc_allocator] 2019-06-08 23:55:25 +03:00
librustdoc syntax: Move most of the TokenKind methods to Token 2019-06-08 22:38:12 +03:00
libserialize
libstd Rollup merge of #61647 - JohnTitor:use-stable-func, r=Centril 2019-06-08 03:34:02 +02:00
libsyntax pacify tidy. 2019-06-09 04:16:34 +02:00
libsyntax_ext Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obk 2019-06-08 03:33:57 +02:00
libsyntax_pos Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
libterm Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@788592fb27
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Fix typo in comment. 2019-06-09 04:16:34 +02:00
tools Update RLS 2019-06-09 16:14:52 +02:00
.gitignore
README.md
stage0.txt

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

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

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

There is also useful content in the following READMEs, which are gradually being moved over to the guide: