rust/src
QuietMisdreavus 5d5414480c
remove FIXME about macro redirects
Based on the discussion in #35705, the rustdoc team has determined that macro redirects are here to stay.

Closes #35705
2018-07-18 15:41:13 -05:00
..
bootstrap Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm 2018-07-12 20:25:27 +08:00
build_helper
ci bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
dlmalloc@c99638dc2e
doc Auto merge of #52018 - flip1995:rfc2103, r=oli-obk 2018-07-06 18:03:46 +00:00
etc Add some more additional functions to the shim 2018-07-02 18:23:57 +02:00
grammar
jemalloc@1f5a28755e
liballoc Revert borked changes in last commit. 2018-07-11 10:19:54 +02:00
liballoc_jemalloc
liballoc_system
libarena Make raw_vec perma-unstable and hidden 2018-06-29 14:01:33 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@86bf357a14 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
libcore Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapin 2018-07-13 10:18:38 +00:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d Update liblibc 2018-07-01 20:23:41 +02:00
libpanic_abort
libpanic_unwind Deny bare trait objects in in src/libpanic_unwind 2018-07-11 17:11:08 +02:00
libproc_macro hygiene: Decouple transparencies from expansion IDs 2018-07-08 16:17:37 +03:00
libprofiler_builtins
librustc Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix 2018-07-13 13:28:55 +00:00
librustc_allocator Deny bare trait objects in in src/librustc_allocator 2018-07-11 12:08:49 +02:00
librustc_apfloat migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_borrowck Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk 2018-07-08 14:08:36 +00:00
librustc_codegen_llvm Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix 2018-07-13 13:28:55 +00:00
librustc_codegen_utils Deny bare trait objects in in src/librustc_codegen_utils 2018-07-11 17:39:49 +02:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix 2018-07-13 13:28:55 +00:00
librustc_driver Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj 2018-07-10 01:07:23 +00:00
librustc_errors Fortify dummy span checking 2018-06-30 01:53:32 +03:00
librustc_incremental rename `control_flow_graph` to `graph` 2018-07-12 00:38:40 -04:00
librustc_lint rustc: Lint against `#[macro_use]` in 2018 idioms 2018-07-12 14:10:39 -07:00
librustc_llvm Initialize LLVM's AMDGPU target machine, if available. 2018-06-14 01:18:10 -05:00
librustc_lsan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_metadata Deny bare trait objects in in src/librustc_metadata 2018-07-11 14:49:00 +02:00
librustc_mir Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix 2018-07-13 13:28:55 +00:00
librustc_msan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_passes General fixes and cleanup. 2018-07-07 01:09:09 +01:00
librustc_platform_intrinsics
librustc_plugin Implement `#[macro_export(local_inner_macros)]` 2018-06-27 13:10:16 +03:00
librustc_privacy Get rid of `TyImplTraitExistential` 2018-07-02 09:17:38 +02:00
librustc_resolve rustc: Lint against `#[macro_use]` in 2018 idioms 2018-07-12 14:10:39 -07:00
librustc_save_analysis call it `hir::VisibilityKind` instead of `hir::Visibility_:*` 2018-07-01 11:05:10 -07:00
librustc_target Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
librustc_traits Change wording 2018-07-09 21:20:26 +02:00
librustc_tsan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_typeck Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
librustdoc remove FIXME about macro redirects 2018-07-18 15:41:13 -05:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Auto merge of #52281 - cramertj:fast-tls, r=alexcrichton 2018-07-13 08:00:16 +00:00
libstd_unicode
libsyntax Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk 2018-07-11 12:38:39 -06:00
libsyntax_ext Rollup merge of #52295 - ljedrz:dyn_libsyntax_ext, r=petrochenkov 2018-07-12 20:25:32 +08:00
libsyntax_pos Remove fallback to parent modules from lexical resolution 2018-07-08 18:16:09 +03:00
libterm migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@0368490510 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister 2018-07-11 07:20:14 +00:00
stdsimd@886ff388fb Update stdsimd 2018-07-02 12:53:46 +02:00
test Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix 2018-07-13 13:28:55 +00:00
tools Auto merge of #52256 - tinco:issue_52255, r=sanxiyn 2018-07-12 15:12:37 +00:00
Cargo.lock Update [patch] section of clippy to include clippy_lints. 2018-07-12 11:01:59 +08:00
Cargo.toml Update [patch] section of clippy to include clippy_lints. 2018-07-12 11:01:59 +08:00
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
stage0.txt Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00

README.md

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: