rust/src
bors 90463a6bdc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton
Switch to bootstrapping from 1.27

It's possible the Float trait could be removed from core, but I couldn't tell whether it was intended to be removed or not. @SimonSapin may be able to comment more here; we can presumably also do that in a follow up PR as this one is already quite large.
2018-05-17 16:44:38 +00:00
..
bootstrap Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Rollup merge of #50685 - glaubitz:sparc64-linux, r=alexcrichton 2018-05-15 14:27:00 +02:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
etc Use UFCS 2018-04-25 11:26:47 +01:00
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
liballoc_jemalloc Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
liballoc_system Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libarena Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libbacktrace
libcompiler_builtins@4cfd7101eb update libcompiler_builtins 2018-05-13 07:14:36 +02:00
libcore Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00: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 Fix stability annotations for already stable bits of proc macro API 1.1 2018-05-16 00:09:15 +03: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 #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +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 Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_codegen_llvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_codegen_utils Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_cratesio_shim rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_data_structures Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton 2018-05-17 05:18:21 +08:00
librustc_driver Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_errors use fmt::Result where applicable 2018-05-09 02:01:37 +02:00
librustc_incremental Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_lint Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_llvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_lsan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_metadata Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_mir Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +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 Rollup merge of #50793 - jrlusby:master, r=petrochenkov 2018-05-17 05:18:19 +08: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 Lift pure_wrt_drop to GenericParamDef 2018-05-15 14:21:32 +01:00
librustc_resolve Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk 2018-05-17 05:00:14 +00:00
librustc_save_analysis save-analysis: handle aliasing imports a bit more nicely 2018-05-15 20:34:17 +12:00
librustc_target Auto merge of #50704 - kennytm:rollup, r=kennytm 2018-05-13 11:32:21 +00:00
librustc_traits Clean up dropck_outlives PhantomData handling 2018-05-15 14:22:25 +01:00
librustc_tsan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_typeck Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
librustdoc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
libserialize Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libstd Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libstd_unicode Mark the rest of the `unicode` feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
libsyntax_ext Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
libsyntax_pos Hyperlink DOI against preferred resolver 2018-05-14 07:17:56 +02: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@1abfd0e562 Update LLVM to 1abfd0e562cc8f7a9577d97ee92246699093b954 2018-05-15 16:51:06 +02:00
llvm-emscripten@2717444753
rtstartup Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
rustc Fix rustc binary metadata overwriting librustc metadata 2018-05-17 08:47:25 -06:00
rustllvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
stdsimd@a19ca1cd91 Update stdsimd module to include a19ca1cd91 2018-05-14 12:32:04 -04:00
test Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
tools Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
Cargo.lock Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
Cargo.toml Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
README.md
stage0.txt Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06: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: