rust/src
steveklabnik 0d2d842eec Apply security patch for rustdoc
CVE number has not yet been assigned, patch made by steveklabnik.
2018-07-07 10:47:04 -06:00
..
bootstrap [beta] Prepare the 1.27.0 beta release 2018-05-08 21:05:13 -07:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Stable release 1.27.0 2018-06-18 14:17:51 -06:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc [beta] Fix naming conventions for new lints 2018-06-03 12:04:06 +02:00
etc Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Stabilise inclusive_range_methods 2018-05-21 15:55:25 +02:00
liballoc_jemalloc Remove Alloc::oom 2018-04-22 10:08:49 -07:00
liballoc_system Remove Alloc::oom 2018-04-22 10:08:49 -07:00
libarena Make arenas thread safe 2018-04-15 20:53:03 +02:00
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Add doc comments mentioning unspecified behaviour upon exhaustion 2018-05-21 15:56:33 +02:00
libfmt_macros Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libgraphviz Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
liblibc@a7e78a78e1
libpanic_abort std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
libpanic_unwind std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
libproc_macro proc_macro: Explicitly make everything !Send/Sync 2018-05-04 14:12:57 -07:00
libprofiler_builtins Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc use pat_ty_adjusted from expr_use_visitor to type of arguments 2018-07-03 15:02:51 -06:00
librustc_allocator rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_apfloat Comment typo 2018-04-30 18:18:32 +02:00
librustc_asan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_borrowck change PointerKind::Implicit to a note 2018-06-03 12:04:21 +02:00
librustc_cratesio_shim rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_data_structures Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj 2018-04-28 21:19:33 +00:00
librustc_driver make it compile again 2018-05-02 12:05:13 +02:00
librustc_errors Approximate -> Applicability 2018-04-25 14:55:25 -07:00
librustc_incremental make it compile again 2018-05-02 12:05:13 +02:00
librustc_lint [beta] Fix naming conventions for new lints 2018-06-03 12:04:06 +02:00
librustc_llvm Add rerun-if-env-changed=RUST_CHECK to librustc_llvm 2018-04-19 00:09:41 +01:00
librustc_lsan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_metadata Auto merge of #50271 - sinkuu:fix_ice, r=eddyb 2018-04-29 03:01:09 +00:00
librustc_mir Do not promote union field accesses 2018-06-08 09:53:56 +02:00
librustc_msan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_passes Do not promote union field accesses 2018-06-08 09:53:56 +02:00
librustc_platform_intrinsics Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_plugin Misc tweaks 2018-05-05 20:36:46 +02:00
librustc_privacy Fix self referential impl Trait substitutions 2018-05-15 10:04:01 +02:00
librustc_resolve [beta] Fix naming conventions for new lints 2018-06-03 12:04:06 +02:00
librustc_save_analysis rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_target Stabilise inclusive_range_methods 2018-05-21 15:55:25 +02:00
librustc_traits Conservatively assume dropping a generator touches its upvars, via locals' dtors. 2018-05-01 22:28:54 +02:00
librustc_trans Stabilise inclusive_range_methods 2018-05-21 15:55:25 +02:00
librustc_trans_utils Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString 2018-04-27 03:35:32 +02:00
librustc_tsan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_typeck typeck: Do not pass the field check on field error 2018-06-03 12:04:24 +02:00
librustdoc Apply security patch for rustdoc 2018-07-07 10:47:04 -06:00
libserialize Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libstd Some final touches to ensure ./x.py test --stage 0 src/lib* works 2018-05-06 02:34:07 +08:00
libstd_unicode Mark the rest of the unicode feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Deny #[cfg] and #[cfg_attr] on generic parameters. 2018-06-08 09:50:23 +02:00
libsyntax_ext Fix assertion message generation 2018-05-06 12:13:32 +09:00
libsyntax_pos Always inline simple BytePos and CharPos methods. 2018-05-03 13:25:18 +10:00
libterm Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libtest Add rustdoc-ui test suite 2018-04-16 23:37:11 +02:00
libunwind Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
llvm@7243155b1c Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
llvm-emscripten@2717444753
rtstartup
rustc Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
rustllvm Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
stdsimd@a19ca1cd91 Update stdsimd module to include a19ca1cd91 2018-05-14 19:47:49 +02:00
test use pat_ty_adjusted from expr_use_visitor to type of arguments 2018-07-03 15:02:51 -06:00
tools [BETA] Update Cargo 2018-06-12 10:51:01 -07:00
Cargo.lock Introduce OperandValue::nontemporal_store and use it in the intrinsics 2018-05-14 15:06:49 +02:00
Cargo.toml Set opt-level to 3 2018-05-01 09:04:36 +02:00
README.md
stage0.txt Dummy commit to attempt to recreate prerelease artifacts 2018-06-18 21:41:32 -06: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: