rust/src
bors 02564de47b Auto merge of #61694 - Xanewok:update-rls, r=kennytm
Update RLS

This includes https://github.com/rust-lang/rls/pull/1482 which should finally fix the spurious tests RLS in Rust CI (test-pass -> test-fail).

r? @oli-obk
cc @ehuss
2019-06-10 18:24:43 +00:00
..
bootstrap Auto merge of #61706 - petrhosek:bootstrap-cp-r, r=Mark-Simulacrum 2019-06-10 02:35:29 +00:00
build_helper Bump compiler-builtins to 0.1.15 2019-05-22 07:46:36 -07:00
ci Auto merge of #61655 - RalfJung:checktools, r=kennytm 2019-06-08 17:44:12 +00:00
doc Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa 2019-06-09 23:50:04 +00:00
etc Fix .natvis visualizers. 2019-05-09 16:15:43 -07:00
grammar
liballoc Turn #[allocator] into a built-in attribute and rename it to #[rustc_allocator] 2019-06-08 23:55:25 +03:00
libarena Optimize alloc_from_iter 2019-05-23 18:51:46 +02:00
libcore Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe 2019-06-10 13:14:28 +02:00
libfmt_macros review comments 2019-05-24 11:50:21 -07:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins Ship profiler with windows-gnu 2019-05-23 13:32:30 +02:00
librustc Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb 2019-06-10 13:14:29 +02:00
librustc_allocator Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
librustc_apfloat ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
librustc_asan
librustc_borrowck Aggregation of drive-by cosmetic changes. 2019-06-05 21:09:26 +01:00
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 rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
librustc_driver Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_errors Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_fs_util
librustc_incremental Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_interface Haiku: the maximum stack size is 16 MB 2019-06-10 08:10:06 +02:00
librustc_lint Some code cleanup and tidy/test fixes 2019-06-06 14:04:02 +03:00
librustc_llvm
librustc_lsan
librustc_macros Rollup merge of #60885 - euclio:strip-synstructure-consts, r=GuillaumeGomez 2019-05-29 14:41:03 +02:00
librustc_metadata Make constructors actually be const functions 2019-06-06 17:20:06 +01:00
librustc_mir Changed usages of mir in librustc::mir and librustc_mir to body 2019-06-09 16:05:05 -04:00
librustc_msan
librustc_passes Use both existential-type desugaring and where-clause (predicate) desugaring depending on context. 2019-06-05 21:09:26 +01:00
librustc_plugin Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
librustc_privacy Implemented for traits (associated type definitions). 2019-06-05 21:09:26 +01:00
librustc_resolve syntax: Use Token in visitors and fix a mut visitor test 2019-06-06 14:04:02 +03:00
librustc_save_analysis Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
librustc_target Don't use GNU noexec stack note 2019-06-05 12:19:34 +03:00
librustc_traits Rename OpportunisticTypeResolver to OpportunisticVarResolver 2019-05-28 21:34:42 +01:00
librustc_tsan
librustc_typeck Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb 2019-06-10 13:14:29 +02:00
librustdoc syntax: Move most of the TokenKind methods to Token 2019-06-08 22:38:12 +03:00
libserialize Rollup merge of #59600 - tobia:master, r=pnkfelix 2019-06-10 13:14:26 +02:00
libstd Rollup merge of #61647 - JohnTitor:use-stable-func, r=Centril 2019-06-08 03:34:02 +02:00
libsyntax Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa 2019-06-09 23:50:04 +00: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 Make "panic did not include expected string" message consistent 2019-05-30 21:58:33 +01:00
libunwind Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind 2019-05-20 12:29:58 -07:00
llvm-emscripten@7f23313edf
llvm-project@788592fb27 Update LLVM 2019-05-31 00:49:06 +01:00
rtstartup
rustc Remove leading newlines 2019-04-22 17:01:33 +01:00
rustllvm Limit internalization in LLVM 8 ThinLTO 2019-04-26 08:58:14 -07:00
stdsimd@4bf456c35e Breaking update of stdsimd 2019-04-22 09:07:25 +02:00
test Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb 2019-06-10 13:14:29 +02:00
tools Auto merge of #61694 - Xanewok:update-rls, r=kennytm 2019-06-10 18:24:43 +00:00
.gitignore
README.md
stage0.txt bump nightly to 1.37.0 2019-05-23 12:27:58 +02:00

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: