rust/src
2019-07-03 10:01:03 +02:00
..
bootstrap Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov 2019-06-29 11:18:07 +02:00
build_helper Bump compiler-builtins to 0.1.15 2019-05-22 07:46:36 -07:00
ci Auto merge of #61252 - indygreg:upgrade-musl, r=alexcrichton 2019-06-30 08:42:58 +00:00
doc Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-region-solver, r=MatthewJasper 2019-07-03 03:47:47 +00:00
etc Auto merge of #61827 - golddranks:lldb_fix, r=nikomatsakis 2019-06-20 17:57:04 +00:00
grammar
liballoc Remove needless lifetimes 2019-07-03 10:00:23 +02:00
libarena Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
libcore Add missing lifetime specifier 2019-07-03 10:01:03 +02:00
libfmt_macros Separate libfmt_macros module 2019-06-16 14:17:01 +03:00
libgraphviz Separate libgraphviz module 2019-06-16 13:08:09 +03:00
libpanic_abort
libpanic_unwind Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
libproc_macro Remove needless lifetimes 2019-07-03 10:00:23 +02:00
libprofiler_builtins Ship profiler with windows-gnu 2019-05-23 13:32:30 +02:00
librustc Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_allocator syntax: Introduce default/with_unstable constructors for ExpnInfo 2019-06-18 10:48:56 +03:00
librustc_apfloat ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
librustc_asan
librustc_borrowck Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_codegen_llvm Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_codegen_ssa Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_codegen_utils Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_cratesio_shim
librustc_data_structures Add missing lifetime specifier 2019-07-03 10:01:02 +02:00
librustc_driver Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_errors Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_fs_util
librustc_incremental Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_interface Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_lint Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_llvm Pass LLVM linker flags to librustc_llvm build 2019-06-10 19:50:34 -07:00
librustc_lsan
librustc_macros Clean up query cache code 2019-06-30 11:18:44 +02:00
librustc_metadata Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_mir Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_msan
librustc_passes Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_plugin Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_privacy Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_resolve Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_save_analysis save-analysis: use buffered writes 2019-06-26 17:22:39 -07:00
librustc_target Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov 2019-06-27 23:01:09 +02:00
librustc_traits Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustc_tsan
librustc_typeck Remove needless lifetimes 2019-07-03 10:01:02 +02:00
librustdoc Remove needless lifetimes 2019-07-03 10:01:02 +02:00
libserialize Remove needless lifetimes 2019-07-03 10:01:02 +02:00
libstd Add missing lifetime specifier 2019-07-03 10:01:02 +02:00
libsyntax Add missing lifetime specifier 2019-07-03 10:01:03 +02:00
libsyntax_ext Remove needless lifetimes 2019-07-03 10:01:02 +02:00
libsyntax_pos feature-gate member constraints outside of async-await 2019-07-02 12:25:22 -04:00
libterm Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
libtest Separate libtest module 2019-06-16 14:17:01 +03:00
libunwind std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d Update LLVM to fix VS 2019 compilation 2019-06-21 08:31:41 +02:00
rtstartup
rustc Remove leading newlines 2019-04-22 17:01:33 +01:00
rustllvm Limit internalization in LLVM 8 ThinLTO 2019-04-26 08:58:14 -07:00
stdsimd@4bf456c35e Breaking update of stdsimd 2019-04-22 09:07:25 +02:00
test Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-region-solver, r=MatthewJasper 2019-07-03 03:47:47 +00:00
tools bump miri to fix line endings on azure 2019-07-01 17:12:31 +02:00
.gitignore
README.md
stage0.txt bump nightly to 1.37.0 2019-05-23 12:27:58 +02: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: