rust/src
2018-12-15 20:54:05 +00:00
..
bootstrap Rollup merge of #56792 - phansch:add_compiletest_testsuite, r=alexcrichton 2018-12-15 10:17:40 +01:00
build_helper std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
ci fix rust-lang/rust issue #50583 2018-12-11 20:02:16 +00:00
doc Fixes broken links 2018-12-14 10:40:08 +01:00
etc Disable btree pretty-printers on older gdbs 2018-12-12 15:18:08 -07:00
grammar
liballoc std: Activate compiler_builtins mem feature for no_std targets 2018-12-14 09:05:31 -08:00
libarena
libbacktrace@f4d02bbdbf
libcore Rollup merge of #56751 - mbrubeck:hash, r=dtolnay 2018-12-15 10:17:35 +01:00
libfmt_macros
libgraphviz Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
libpanic_abort std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
libpanic_unwind std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
libproc_macro Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
libprofiler_builtins std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
librustc Fixed minor issues raised in review. 2018-12-15 19:11:45 +00:00
librustc_allocator Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
librustc_apfloat Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
librustc_asan std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
librustc_borrowck Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
librustc_codegen_llvm Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe 2018-12-14 22:17:52 +08:00
librustc_codegen_ssa Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcrichton 2018-12-14 22:17:54 +08:00
librustc_codegen_utils Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg 2018-12-08 03:50:16 +00:00
librustc_cratesio_shim
librustc_data_structures sorted_map: add contains_key function 2018-12-10 14:11:14 +01:00
librustc_driver Replace FileSearch::for_each_lib_search_path with search_paths. 2018-12-12 10:36:15 +11:00
librustc_errors Bump to 1.33.0 2018-12-12 08:09:26 -08:00
librustc_fs_util
librustc_incremental Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
librustc_lint Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zackmdavis 2018-12-15 10:17:31 +01:00
librustc_llvm Bump to 1.33.0 2018-12-12 08:09:26 -08:00
librustc_lsan std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
librustc_metadata Remove Session::sysroot(). 2018-12-12 10:36:15 +11:00
librustc_mir Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor 2018-12-15 04:24:16 +00:00
librustc_msan std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
librustc_passes Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
librustc_platform_intrinsics
librustc_plugin Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
librustc_privacy Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
librustc_resolve Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank 2018-12-14 20:36:12 +00:00
librustc_save_analysis Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
librustc_target Rollup merge of #56769 - dvdhrm:uefi-target, r=alexcrichton 2018-12-15 10:17:39 +01:00
librustc_traits Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
librustc_tsan std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
librustc_typeck Fixed minor issues raised in review. 2018-12-15 19:11:45 +00:00
librustdoc Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavus 2018-12-15 06:42:27 +00:00
libserialize Bump to 1.33.0 2018-12-12 08:09:26 -08:00
libstd Rollup merge of #56809 - dbrgn:permissions-ext, r=alexcrichton 2018-12-15 10:17:43 +01:00
libsyntax Auto merge of #56584 - davidtwco:issue-53990, r=nikomatsakis 2018-12-15 09:05:04 +00:00
libsyntax_ext Rollup merge of #56491 - euclio:assert-error, r=estebank 2018-12-10 22:01:57 +01:00
libsyntax_pos Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk 2018-12-14 22:10:09 +08:00
libterm Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
libtest Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton 2018-12-11 14:04:15 +00:00
libunwind std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
llvm@a784eca10d
llvm-emscripten@7f23313edf
rtstartup Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
rustc std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
rustllvm
stdsimd@5e628c5120
test Corrected expected test err messages. 2018-12-15 20:54:05 +00:00
tools Rollup merge of #56758 - Manishearth:emoji-status-toolstate, r=kennytm 2018-12-15 10:17:37 +01:00
.gitignore
README.md
stage0.txt Bump to 1.33.0 2018-12-12 08:09:26 -08:00

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: