rust/src
2018-04-25 18:18:03 +09:00
..
bootstrap Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichton 2018-04-22 08:48:32 +00:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Fix the miri tool 2018-04-23 11:38:13 +02:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Add doc about doc alias feature 2018-04-22 00:30:48 +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 Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi 2018-04-24 03:31:11 +00: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 #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm 2018-04-24 11:57:11 +08: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 Change the hashcounts in raw Lit variants from usize to u16. 2018-04-12 20:12:42 +10: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 #50100 - Manishearth:edition-path-lint, r=nikomatsakis 2018-04-25 04:19:06 +00:00
librustc_allocator Remove unused AllocatorTy::Bang 2018-04-22 10:08:49 -07:00
librustc_apfloat Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
librustc_asan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_back rustc: Always emit uwtable on Android 2018-04-21 08:38:44 -07:00
librustc_borrowck Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_const_math Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
librustc_driver in unit tests, use note to dump multiple program clauses 2018-04-23 13:28:14 -04:00
librustc_errors Make Handler more thread-safe 2018-04-17 16:43:30 +02:00
librustc_incremental Add misc timings 2018-04-15 20:53:03 +02:00
librustc_lint Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage 2018-04-20 15:58:59 -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 Clean up IsolatedEncoder::encode_info_for_impl_item() a bit 2018-04-20 19:05:54 -04:00
librustc_mir Auto merge of #49933 - oli-obk:miri_rustup, r=eddyb 2018-04-24 18:04:51 +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 #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa 2018-04-23 10:40:08 +00:00
librustc_platform_intrinsics Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_plugin Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_privacy Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_resolve Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakis 2018-04-25 04:19:06 +00:00
librustc_save_analysis Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov 2018-04-16 02:34:32 +00:00
librustc_traits sort strings on output 2018-04-23 13:28:15 -04:00
librustc_trans Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb 2018-04-23 22:58:00 +00:00
librustc_trans_utils Separately gate each target_feature feature 2018-04-16 13:58:42 -07: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 #50096 - alexcrichton:less-simd-warnings, r=michaelwoerister 2018-04-24 20:59:15 +00:00
librustdoc fix search bar bug 2018-04-23 23:55:36 +02:00
libserialize Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libstd Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler 2018-04-24 14:15:56 +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 #50096 - alexcrichton:less-simd-warnings, r=michaelwoerister 2018-04-24 20:59:15 +00:00
libsyntax_ext Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth 2018-04-25 01:50:56 +00:00
libsyntax_pos Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth 2018-04-25 01:50:56 +00: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 Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton 2018-04-17 01:50:58 +08:00
rustllvm Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
stdsimd@1ea18a5cb4 Update stdsimd submodule 2018-04-19 23:47:28 +02:00
test compiletest: introduce skip-trans 2018-04-25 18:18:03 +09:00
tools compiletest: introduce skip-trans 2018-04-25 18:18:03 +09:00
Cargo.lock Fix the miri tool 2018-04-23 11:38:13 +02:00
Cargo.toml Revert "create a nostd crate" 2018-04-04 22:23:33 +02:00
README.md
stage0.txt Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07: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: