rust/src
bors 41707d8df9 Auto merge of #50620 - alexcrichton:change-names-again, r=nikomatsakis
Rename the 2018 edition lint names

* `rust_2018_breakage` -> `rust_2018_compatibility` - the lint for ensuring
  that your code, in the 2015 edition, is compatible with the 2018 edition's
  semantics. This is required to pass *before* you enable the 2018 edition.
* `rust_2018_migration` -> `rust_2018_idioms` - the lint for writing idiomatic
  code after you've already enabled the 2018 edition
2018-05-11 07:28:51 +00:00
..
bootstrap Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm 2018-05-10 10:30:02 +00:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Rollup merge of #50606 - kennytm:retry-docker-cache, r=alexcrichton 2018-05-10 11:35:38 -05:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis 2018-05-08 04:56:01 +00: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 Skip a memory-hungry test that OOMs 2018-05-10 14:11:17 -07: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 Update compiler-rt with fix for 32bit iOS ARM 2018-03-27 15:32:06 +02:00
libcore Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv 2018-05-10 11:35:33 -05: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 Update liblibc submodule to the 0.2.40 release 2018-03-26 23:42:30 -04:00
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 Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
libprofiler_builtins Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj 2018-05-11 02:14:25 +00: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 Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00: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 DepGraph::previous_work_products immutable 2018-05-07 23:17:16 -04:00
librustc_errors Approximate -> Applicability 2018-04-25 14:55:25 -07:00
librustc_incremental Fix comment 2018-05-08 09:13:18 -04:00
librustc_lint Rename the 2018 edition lint names 2018-05-10 11:28:11 -07: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 Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=Zoxc 2018-05-10 11:35:24 -05:00
librustc_mir Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister 2018-05-10 14:14:35 +00:00
librustc_msan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_passes Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00: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 Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_resolve Make extern_absolute_paths only work on the new edition 2018-05-04 13:51:12 -07:00
librustc_save_analysis save-analysis: emit correct docs for methods 2018-05-07 11:43:34 +12:00
librustc_target issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_traits Store the GeneratorInterior in the new GeneratorSubsts 2018-05-08 16:21:58 +02:00
librustc_trans Rollup merge of #50569 - michaelwoerister:cross-lang-lto-2, r=alexcrichton 2018-05-10 11:35:28 -05: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 Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
librustdoc Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister 2018-05-10 14:14:35 +00:00
libserialize Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libstd Auto merge of #50611 - alexcrichton:rollup, r=alexcrichton 2018-05-10 23:33:13 +00:00
libstd_unicode Mark the rest of the `unicode` feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Auto merge of #50620 - alexcrichton:change-names-again, r=nikomatsakis 2018-05-11 07:28:51 +00:00
libsyntax_ext Fix assertion message generation 2018-05-06 12:13:32 +09:00
libsyntax_pos Inline `Span` methods. 2018-05-09 20:14:03 +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@fd7dd99edf Pull in a wasm fix from LLVM upstream 2018-05-10 07:06:18 -07: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@2f86c75a24 Update the Cargo/stdsimd submodules 2018-05-08 08:20:47 -07:00
test Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj 2018-05-11 02:14:25 +00:00
tools Auto merge of #50432 - GuillaumeGomez:fix-vec-new-search, r=QuietMisdreavus 2018-05-10 07:52:15 +00:00
Cargo.lock ci: Compile LLVM with Clang 6.0.0 2018-05-09 14:45:34 -07:00
Cargo.toml Set opt-level to 3 2018-05-01 09:04:36 +02:00
README.md
stage0.txt Bump bootstrap compiler to 2018-04-24 2018-04-25 15:57:33 +02: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: