rust/src
bors e7591c1ae5 Auto merge of #60946 - Xanewok:update-rls, r=oli-obk
Update RLS

Includes a fix (https://github.com/rust-lang/rls/pull/1462) for breakage due to Cargo update PR (https://github.com/rust-lang/rust/pull/60874)

r? @Manishearth @oli-obk @ehuss
2019-05-19 11:51:34 +00:00
..
bootstrap Update the compiler_builtins crate 2019-05-17 07:17:15 -07:00
build_helper Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
ci Reverse RLS toolstate check override 2019-05-19 00:00:12 +02:00
doc Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nikomatsakis 2019-05-17 23:06:51 +00:00
etc Fix .natvis visualizers. 2019-05-09 16:15:43 -07:00
grammar
liballoc Rollup merge of #60931 - cuviper:array-iter, r=KodrAus 2019-05-19 02:31:40 +02:00
libarena Deny internal in stage0 2019-04-17 05:15:00 +02:00
libcore Rollup merge of #60947 - blkerby:global_alloc_typo, r=jonas-schievink 2019-05-19 02:31:46 +02:00
libfmt_macros Deny internal in stage0 2019-04-17 05:15:00 +02:00
libgraphviz
libpanic_abort
libpanic_unwind Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
libproc_macro proc_macro: stop using LEB128 for RPC. 2019-04-09 21:05:15 +03:00
libprofiler_builtins libprofiler_builtins: Set compilation flags more correctly for C code. 2019-05-08 17:02:58 +02:00
librustc Rollup merge of #60934 - fabric-and-ink:defindex_with_newtype_macro, r=petrochenkov 2019-05-19 02:31:42 +02:00
librustc_allocator Avoid unnecessary interning in Ident::from_str() calls. 2019-05-17 20:10:50 +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 Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_borrowck Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb 2019-05-01 09:32:58 +00:00
librustc_codegen_llvm Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb 2019-05-16 01:26:13 +00:00
librustc_codegen_ssa Rollup merge of #60862 - spastorino:get-ty-from-local_decls, r=oli-obk 2019-05-17 02:54:16 +02:00
librustc_codegen_utils Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_cratesio_shim
librustc_data_structures Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
librustc_driver Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_errors Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. 2019-05-10 19:41:10 +02: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 Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_lint Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nikomatsakis 2019-05-17 23:06:51 +00:00
librustc_llvm
librustc_lsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_macros Add lots of static Symbols. 2019-05-13 09:26:43 +10:00
librustc_metadata Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_mir Auto merge of #60937 - RalfJung:miri, r=oli-obk 2019-05-19 08:56:24 +00:00
librustc_msan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_passes Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov 2019-05-13 00:28:38 +00:00
librustc_plugin Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_privacy Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_resolve Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_save_analysis Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_target Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett 2019-05-15 04:34:14 +00:00
librustc_traits Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_tsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_typeck Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrum 2019-05-18 15:07:38 +00:00
librustdoc Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy 2019-05-19 06:06:12 +00:00
libserialize serialize: add missing Encodable impl for Path. 2019-05-07 02:47:45 +03:00
libstd Simplify BufRead doc example using NLL 2019-05-18 13:30:44 -06:00
libsyntax Auto merge of #60910 - nnethercote:avoid-some-unnecessary-interning, r=petrochenkov 2019-05-18 02:10:21 +00:00
libsyntax_ext Avoid unnecessary interning in Ident::from_str() calls. 2019-05-17 20:10:50 +10:00
libsyntax_pos Avoid unnecessary interning in DefPathData::as_interned_str(). 2019-05-17 20:10:52 +10:00
libterm Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libtest Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
libunwind Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
llvm-emscripten@7f23313edf
llvm-project@eb38a1888d Update LLVM to fix assertion when compiling to wasm 2019-05-14 10:55:55 -07: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 Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy 2019-05-19 06:06:12 +00:00
tools Auto merge of #60946 - Xanewok:update-rls, r=oli-obk 2019-05-19 11:51:34 +00:00
.gitignore
README.md
stage0.txt bump bootstrap => 2019-04-11 2019-04-17 05:15:00 +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: