rust/src
kennytm 207290d98e
Rollup merge of #58240 - taiki-e:librustc_errors-2018, r=Centril
librustc_errors => 2018

Transitions `librustc_errors` to Rust 2018; cc #58099

r? @Centril
2019-02-07 13:58:00 +08:00
..
bootstrap Add embedded book 2019-02-04 05:20:43 -05:00
build_helper Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
ci Revert "Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini" 2019-02-06 15:17:15 +01:00
doc Add Rustlings to the doc index 2019-02-05 15:32:59 +01:00
etc fix gdb debug printing 2019-01-28 17:33:29 +01:00
grammar Remove licenses 2018-12-25 21:08:33 -07:00
liballoc Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler 2019-02-07 13:57:38 +08:00
libarena Check the correct arena 2019-01-01 20:06:50 +01:00
libcore Fix broken grammar in iter::from_fn() docs 2019-02-06 19:24:20 +02:00
libfmt_macros libfmt_macros => 2018 2019-02-03 15:33:01 +01:00
libgraphviz libgraphviz => 2018 2019-02-03 15:38:39 +01:00
libpanic_abort libpanic_abort => 2018 2019-02-03 15:48:25 +01:00
libpanic_unwind Remove licenses 2018-12-25 21:08:33 -07:00
libproc_macro libproc_macro => 2018 2019-02-04 03:55:40 +09:00
libprofiler_builtins libprofiler_builtins => 2018 2019-02-06 22:46:01 +09:00
librustc Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril 2019-02-07 13:57:45 +08:00
librustc_allocator Overhaul syntax::fold::Folder. 2019-02-06 09:06:27 +11:00
librustc_apfloat librustc_apfloat => 2018 2019-02-07 03:04:35 +09:00
librustc_asan librustc_asan => 2018 2019-02-06 22:40:09 +09:00
librustc_borrowck hir: add HirId to main Hir nodes 2019-02-02 17:35:20 +01:00
librustc_codegen_llvm Auto merge of #58003 - nikic:saturating-add, r=nagisa 2019-01-31 13:40:11 +00:00
librustc_codegen_ssa Do not ICE in codegen given a extern_type static 2019-02-05 21:20:07 +00:00
librustc_codegen_utils SymbolPathBuffer shallow refactoring 2019-01-28 01:16:59 +01:00
librustc_cratesio_shim Remove licenses 2018-12-25 21:08:33 -07:00
librustc_data_structures Overhaul syntax::fold::Folder. 2019-02-06 09:06:27 +11:00
librustc_driver Overhaul syntax::fold::Folder. 2019-02-06 09:06:27 +11:00
librustc_errors librustc_errors => 2018 2019-02-07 03:53:01 +09:00
librustc_fs_util librustc_fs_util => 2018 2019-02-06 23:18:33 +09:00
librustc_incremental Clean up and optimize OpenTask / read_index 2018-12-31 16:24:22 +01:00
librustc_lint hir: add HirId to main Hir nodes 2019-02-02 17:35:20 +01:00
librustc_llvm Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_lsan librustc_lsan => 2018 2019-02-06 23:12:47 +09:00
librustc_metadata hir: add HirId to main Hir nodes 2019-02-02 17:35:20 +01:00
librustc_mir Rollup merge of #58210 - nnethercote:find_outlives-debug_assert, r=matthewjasper 2019-02-07 13:57:47 +08:00
librustc_msan librustc_msan => 2018 2019-02-06 22:36:25 +09:00
librustc_passes Add an ensure() method to TyCtxt used to ensure queries are run 2019-01-29 21:10:33 +01:00
librustc_plugin librustc_plugin => 2018 2019-02-06 23:56:39 +09:00
librustc_privacy Rollup merge of #58109 - Centril:librustc_privacy-2018, r=oli-obk 2019-02-06 00:28:56 +09:00
librustc_resolve librustc_resolve => 2018 2019-02-07 02:15:23 +09:00
librustc_save_analysis Querify glob map usage (last use of CrateAnalysis) 2019-01-17 10:40:22 +01:00
librustc_target Auto merge of #58060 - andre-richter:master, r=nagisa 2019-02-02 04:06:11 +00:00
librustc_traits Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix 2019-01-25 14:25:37 +00:00
librustc_tsan librustc_tsan => 2018 2019-02-06 22:28:47 +09:00
librustc_typeck cleanup: don't use node_to_hir_id where unneeded 2019-02-03 08:51:50 +01:00
librustdoc Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomez 2019-02-06 03:07:04 +00:00
libserialize Cosmetic improvements 2019-01-13 19:47:02 +00:00
libstd Rollup merge of #58136 - abonander:doc-win-stdio-unicode, r=dtolnay 2019-02-07 13:57:41 +08:00
libsyntax libsyntax => 2018 2019-02-07 02:33:01 +09:00
libsyntax_ext Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centril 2019-02-07 13:57:40 +08:00
libsyntax_pos libsyntax_pos => 2018 2019-02-04 03:42:27 +09:00
libterm Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
libtest Excute rustfmt for fixing tidy check 2019-02-04 08:22:30 +09:00
libunwind libunwind => 2018 2019-02-04 06:00:16 +09:00
llvm-emscripten@7f23313edf
llvm-project@683d352269 [rust-lldb] Adapt to changes in LLDB APIs 2019-01-25 15:39:54 -08:00
rtstartup Remove licenses 2018-12-25 21:08:33 -07:00
rustc rustc: Fix regression where jemalloc isn't used 2019-01-03 13:52:36 -08:00
rustllvm Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
stdsimd@b23541340b Update stdsimd 2019-01-29 10:48:54 +01:00
test Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obk 2019-02-07 13:57:44 +08:00
tools Rollup merge of #58156 - h-michael:update-rust-installer, r=Centril 2019-02-07 13:57:43 +08:00
.gitignore
README.md remove link to removed readme 2019-01-15 19:48:37 -06:00
stage0.txt Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07: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: