rust/src
kennytm 700a2f799a
Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakis
Add a compiletest header for edition

r? @nikomatsakis

Are the `-Zunstable-options` options needed in these tests? It looks like they aren't. If not, I can remove them.
2018-06-28 06:15:41 +08:00
..
bootstrap Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm 2018-06-26 16:26:00 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add str::split_ascii_whitespace. 2018-06-27 17:54:27 -04:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushi 2018-06-28 06:15:38 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #51658 - oli-obk:unregress_perf, r=nikomatsakis 2018-06-28 06:15:39 +08:00
librustc_allocator Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan
librustc_borrowck Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv 2018-06-26 11:35:40 +02:00
librustc_codegen_llvm Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_codegen_utils migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis 2018-06-26 07:06:18 +00:00
librustc_driver
librustc_errors
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis 2018-06-26 23:15:30 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_mir Don't use ParamEnv::reveal_all() if there is a real one available 2018-06-27 18:24:24 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_privacy
librustc_resolve Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_save_analysis
librustc_target migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis 2018-06-27 01:49:56 +00:00
librustdoc Auto merge of #51815 - oli-obk:lowering_cleanups2, r=nikomatsakis 2018-06-27 07:16:13 +00:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushi 2018-06-28 06:15:38 +08:00
libstd_unicode
libsyntax Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-m 2018-06-28 06:15:40 +08:00
libsyntax_ext Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libsyntax_pos Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakis 2018-06-28 06:15:41 +08:00
tools add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
Cargo.lock Minify css 2018-06-25 23:28:20 +02: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: