rust/src
kennytm 62f29c4fb8
Rollup merge of #53664 - IsaacWoods:fix_53608, r=oli-obk
Remove unnecessary closure in rustc_mir/build/mod.rs

Fixes #53608
2018-08-24 19:29:59 +08:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #53614 - RalfJung:nomicon, r=kennytm 2018-08-24 19:24:38 +08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #53592 - matthiaskrgr:str_doc, r=alexcrichton 2018-08-24 19:24:32 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe 2018-08-24 19:24:44 +08:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #53563 - matthiaskrgr:String, r=varkor 2018-08-24 16:44:35 +08:00
librustc_allocator Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
librustc_apfloat
librustc_asan
librustc_borrowck use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_codegen_llvm use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_codegen_utils Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} 2018-08-22 16:07:44 +01:00
librustc_cratesio_shim
librustc_data_structures Use SmallVec for SmallCStr 2018-08-23 23:13:14 +02:00
librustc_driver use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_errors use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #53563 - matthiaskrgr:String, r=varkor 2018-08-24 16:44:35 +08:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe 2018-08-24 19:24:44 +08:00
librustc_metadata_utils
librustc_mir Rollup merge of #53664 - IsaacWoods:fix_53608, r=oli-obk 2018-08-24 19:29:59 +08:00
librustc_msan
librustc_passes Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Remove Ty prefix from Ty{Foreign|Param} 2018-08-22 16:07:55 +01:00
librustc_resolve Rollup merge of #53563 - matthiaskrgr:String, r=varkor 2018-08-24 16:44:35 +08:00
librustc_save_analysis use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_target use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_traits Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
librustc_tsan
librustc_typeck Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe 2018-08-24 19:24:44 +08:00
librustdoc use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
libserialize Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
libstd Rollup merge of #53311 - RalfJung:windows-mutex, r=retep998 2018-08-24 16:44:30 +08:00
libsyntax Rollup merge of #53563 - matthiaskrgr:String, r=varkor 2018-08-24 16:44:35 +08:00
libsyntax_ext Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
libsyntax_pos Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis 2018-08-23 11:46:24 +00:00
libterm
libtest use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe 2018-08-24 19:24:44 +08:00
tools Rollup merge of #53617 - joshtriplett:tidy-no-license-header, r=Mark-Simulacrum 2018-08-24 19:24:40 +08:00
Cargo.lock Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
Cargo.toml
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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: