rust/src
Felix S. Klock II 0909e0bf70 Add // run-pass annotations to all the tests under ui/run-pass/.
(I may have accidentally added it to some auxilliary crates as well;
my emacs-macro-based methodology was pretty crude.)
2018-09-06 13:00:26 +02:00
..
bootstrap rustbuild: Tweak LLVM distribution layout 2018-09-05 09:17:20 -07:00
build_helper
ci [RISCV] Add riscv32imc-unknown-none-elf target. 2018-08-30 16:03:37 +02:00
dlmalloc@c99638dc2e
doc Document #[test_case] and #![test_runner] 2018-09-04 22:33:11 -07:00
etc Fix direction of slashes in the help text example. 2018-08-30 20:23:41 +01:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52994 - varkor:trim_direction, r=alexcrichton 2018-09-05 23:45:08 +00:00
liballoc_jemalloc
liballoc_system Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@f3a13eb238 Update LLVM submodule 2018-08-31 16:00:41 -07:00
libcore Auto merge of #52994 - varkor:trim_direction, r=alexcrichton 2018-09-05 23:45:08 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libproc_macro
libprofiler_builtins
librustc Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=alexcrichton 2018-09-05 20:52:42 +00:00
librustc_codegen_utils
librustc_cratesio_shim Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_data_structures Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_driver Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
librustc_errors Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_fs_util
librustc_incremental Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_lint Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustc_msan
librustc_passes Auto merge of #53815 - F001:if-let-guard, r=petrochenkov 2018-09-01 20:31:29 +00:00
librustc_platform_intrinsics Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
librustc_plugin Add deprecated_name argument to the register lint group functions 2018-08-31 00:46:55 -07:00
librustc_privacy Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustc_resolve Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
librustc_save_analysis A few cleanups and minor improvements to save_analysis 2018-09-03 18:37:54 +02:00
librustc_target Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb 2018-09-05 13:19:19 +00:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustdoc Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
libserialize
libstd Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton 2018-09-05 03:04:20 +00:00
libsyntax Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
libsyntax_ext Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
libsyntax_pos
libterm
libtest Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrc 2018-09-05 09:57:56 +00:00
libunwind Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
llvm@2a1cdeadd3 Update LLVM submodule 2018-08-31 16:00:41 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton 2018-09-03 13:59:57 +00:00
stdsimd@05c2f61c38
test Add // run-pass annotations to all the tests under ui/run-pass/. 2018-09-06 13:00:26 +02:00
tools Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichton 2018-09-05 18:11:27 +00:00
.gitignore
Cargo.lock Introduce Custom Test Frameworks 2018-09-04 22:33:00 -07: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: