rust/src
Mazdak Farrokhzad 4ff12347d9
Rollup merge of #60452 - JohnTitor:remove-context, r=matthewjasper
Remove Context and ContextKind

Fixes #60421

r? @matthewjasper
2019-05-02 01:09:32 +02:00
..
bootstrap Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton 2019-04-30 19:52:13 +00:00
build_helper
ci build-gcc: Create missing cc symlink 2019-04-29 13:12:23 +00:00
doc
etc
grammar
liballoc Implement BorrowMut<str> for String 2019-04-30 17:50:38 +09:00
libarena
libcore Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=Centril 2019-04-29 22:22:42 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis 2019-05-02 01:09:29 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb 2019-05-01 09:32:58 +00:00
librustc_codegen_llvm Move metadata encoding earlier. 2019-04-30 14:55:10 +10:00
librustc_codegen_ssa Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton 2019-05-02 01:09:26 +02:00
librustc_codegen_utils Move metadata encoding earlier. 2019-04-30 14:55:10 +10:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis 2019-04-27 17:08:11 +00:00
librustc_driver Update rustc-rayon version 2019-04-26 19:08:36 +02:00
librustc_errors In JSON output, emit a directive after metadata is generated. 2019-04-30 08:51:57 +10:00
librustc_fs_util
librustc_incremental
librustc_interface Move metadata writing earlier. 2019-05-01 17:17:13 +10:00
librustc_lint Pull out some functors for readability 2019-04-30 23:37:38 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
librustc_mir Rollup merge of #60452 - JohnTitor:remove-context, r=matthewjasper 2019-05-02 01:09:32 +02:00
librustc_msan
librustc_passes Rename hir::ExprKind::Use to ::DropTemps and improve docs. 2019-04-30 18:06:00 +02:00
librustc_plugin
librustc_privacy
librustc_resolve Ensure that users cannot use generated arguments. 2019-05-01 15:00:43 +01:00
librustc_save_analysis
librustc_target
librustc_traits Fix lint findings in librustc_traits 2019-04-28 21:19:27 +02:00
librustc_tsan
librustc_typeck Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril 2019-05-01 17:24:11 +00:00
librustdoc Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov 2019-05-01 12:21:04 +00:00
libserialize
libstd doc: Warn about possible zombie apocalypse 2019-05-01 17:46:30 +02:00
libsyntax Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis 2019-05-02 01:09:29 +02:00
libsyntax_ext Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton 2019-04-29 14:50:17 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Limit internalization in LLVM 8 ThinLTO 2019-04-26 08:58:14 -07:00
stdsimd@4bf456c35e
test Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis 2019-05-02 01:09:29 +02:00
tools Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton 2019-04-30 19:52:13 +00: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: