rust/src
Tyler Mandry 7167a59241
Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk
Always inline `mem::{size_of,align_of}` in debug builds

Those two are const fn and do not have any arguments. Inlining
helps reducing generated code size in debug builds.

See also #64996.
2019-10-18 13:48:10 -07:00
..
bootstrap Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
build_helper
ci Remove PR runs, enable wasm32 CI, and move asmjs to disabled 2019-10-16 21:18:34 -07:00
doc Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrum 2019-10-18 10:15:26 +00:00
etc
liballoc Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
libarena
libcore Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk 2019-10-18 13:48:10 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril 2019-10-17 18:53:10 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
librustc_codegen_ssa Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index Optimize BitSet iteration. 2019-10-16 06:53:08 +11:00
librustc_interface move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril 2019-10-17 18:53:10 +00:00
librustc_mir Rollup merge of #65319 - RalfJung:memory, r=Centril 2019-10-17 13:46:06 +02:00
librustc_msan
librustc_passes move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_plugin move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_privacy
librustc_resolve Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
librustc_save_analysis
librustc_target Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkor 2019-10-15 16:07:44 -07:00
librustdoc Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
libserialize
libstd Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNN 2019-10-17 13:46:15 +02:00
libsyntax panictry!(..) -> .unwrap() 2019-10-16 22:54:28 +02:00
libsyntax_expand mbe: leave a FIXME 2019-10-16 10:59:54 +02:00
libsyntax_ext move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
libsyntax_pos Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov 2019-10-15 16:07:41 -07:00
libterm
libtest Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov 2019-10-17 13:46:11 +02:00
tools Update clippy 2019-10-17 16:59:10 -07:00
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 this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.