rust/src
bors 9cfed5da12 Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc
Add debug-info to access variables from generator state
2019-03-02 08:40:14 +00:00
..
bootstrap Auto merge of #58800 - ehuss:update-books, r=Centril 2019-03-01 22:12:27 +00:00
build_helper
ci Whitelist containers that allow older toolchains 2019-02-27 08:10:21 -08:00
doc Auto merge of #58800 - ehuss:update-books, r=Centril 2019-03-01 22:12:27 +00:00
etc
grammar
liballoc Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton 2019-02-25 20:24:10 +00:00
libarena
libcore Clarify rotate_{left,right} docs 2019-02-26 16:10:28 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use ? in some macros 2019-02-24 21:59:44 +09:00
libprofiler_builtins
librustc Auto merge of #56946 - Zoxc:jobserver, r=nikomatsakis 2019-03-02 01:44:55 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck hir: remove NodeId from Expr 2019-02-24 17:09:37 +01:00
librustc_codegen_llvm Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister 2019-03-01 01:22:15 +00:00
librustc_codegen_ssa Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc 2019-03-02 08:40:14 +00:00
librustc_codegen_utils hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_cratesio_shim
librustc_data_structures Address comments 2019-03-01 01:15:38 +01:00
librustc_driver Fix import 2019-03-01 01:15:39 +01:00
librustc_errors Use ? in some macros 2019-02-24 21:59:44 +09:00
librustc_fs_util
librustc_incremental hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_interface Introduce rustc_interface and move some methods there 2019-02-28 19:30:31 +01:00
librustc_lint hir: remove NodeId from ImplItem 2019-03-01 11:18:49 +01:00
librustc_llvm
librustc_lsan
librustc_metadata hir: remove NodeId from AnonConst 2019-03-01 11:18:48 +01:00
librustc_mir Handle type annotations in promoted MIR correctly 2019-03-01 18:53:16 +00:00
librustc_msan
librustc_passes Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor 2019-02-27 13:32:21 +01:00
librustc_plugin
librustc_privacy hir: remove NodeId from ImplItem 2019-03-01 11:18:49 +01:00
librustc_resolve Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor 2019-02-27 13:32:21 +01:00
librustc_save_analysis Auto merge of #57760 - dlrobertson:varargs1, r=alexreg 2019-02-28 15:00:25 +00:00
librustc_target Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
librustc_traits hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_tsan
librustc_typeck hir: remove NodeId from TraitRef 2019-03-01 11:18:50 +01:00
librustdoc hir: remove NodeId from TraitRef 2019-03-01 11:18:50 +01:00
libserialize
libstd Fix rebase fail 2019-02-28 04:06:17 +09:00
libsyntax Auto merge of #57760 - dlrobertson:varargs1, r=alexreg 2019-02-28 15:00:25 +00:00
libsyntax_ext Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor 2019-02-27 13:32:21 +01:00
libsyntax_pos update scoped_tls to 1.0 2019-02-26 09:54:45 +01:00
libterm replace deprecated rustfmt_skip with rustfmt::skip 2019-02-23 22:40:56 +01:00
libtest Simplify exclude_should_panic flag. 2019-02-24 11:58:08 -05:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8 rustc: Update LLVM, remove dead wasm code 2019-02-26 07:20:17 -08:00
rtstartup
rustc
rustllvm Implement ffi_returns_twice attribute 2019-02-23 15:48:40 +01:00
stdsimd@359845eb7c Update stdsimd 2019-02-24 11:31:49 +01:00
test Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc 2019-03-02 08:40:14 +00:00
tools Fix tidy check for language and library features 2019-02-27 10:21:28 -05: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: