rust/src
2018-05-24 16:08:27 +02:00
..
bootstrap Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton 2018-05-23 00:26:22 +08:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci armebv7r-none-eabihf: default to ARM mode 2018-05-18 20:57:48 +02:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc build the 2018 edition 2018-05-22 11:30:15 -04:00
etc Use UFCS 2018-04-25 11:26:47 +01:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin 2018-05-23 00:26:17 +08: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 #50933 - SimonSapin:anchorage, r=alexcrichton 2018-05-23 22:50:12 +00:00
libfmt_macros Improve format string errors 2018-05-10 09:09:58 -07: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 rebase 2018-05-17 23:32:47 +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 #50866 - michaelwoerister:relocations-in-vec, r=oli-obk 2018-05-23 12:24:48 +00:00
librustc_allocator Add edition to expansion info 2018-05-17 23:13:08 +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 refactor 2018-05-24 16:04:39 +02:00
librustc_codegen_utils Added extra hashing step. 2018-05-17 16:41:33 -04:00
librustc_cratesio_shim rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_data_structures Add some doc comments to SortedMap. 2018-05-22 16:54:08 +02:00
librustc_driver Add edition to expansion info 2018-05-17 23:13:08 +03:00
librustc_errors Improve the diagnostic around impl Trait <-> generic param mismatch 2018-05-21 18:06:28 +02:00
librustc_incremental Serialize attributes into the CrateRoot 2018-05-18 09:37:29 -07:00
librustc_lint Fix according to comments 2018-05-20 10:16:33 +08: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 Auto merge of #50528 - whitfin:issue-50508, r=michaelwoerister 2018-05-23 09:50:54 +00:00
librustc_mir Auto merge of #50891 - davidtwco:nll-kill-loans-out-of-scope-at-location-reduce-calls, r=pnkfelix 2018-05-23 15:06:27 +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 #50849 - est31:visit_closure_args, r=michaelwoerister 2018-05-23 00:26:08 +08:00
librustc_platform_intrinsics Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_plugin Pass crate editions to macro expansions, update tests 2018-05-17 23:13:09 +03:00
librustc_privacy rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
librustc_resolve Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
librustc_save_analysis rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
librustc_target Allow Size to be any valid u64 2018-05-21 00:58:25 +02:00
librustc_traits rustc: use intern_* instead of mk_* where possible. 2018-05-21 12:13:19 +03:00
librustc_tsan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_typeck add simd float intrinsics and gather/scatter 2018-05-24 16:04:39 +02:00
librustdoc Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez 2018-05-23 00:26:19 +08: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 Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov 2018-05-24 07:14:21 +00:00
libsyntax_ext Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov 2018-05-24 07:14:21 +00:00
libsyntax_pos Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis 2018-05-18 10:57:05 +00:00
libterm Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libtest Remove leftover tab in libtest outputs 2018-05-02 08:35:33 +02:00
libunwind Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
llvm@56c931901c Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97 2018-05-18 09:24:11 +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 Rollup merge of #50827 - nox:llvmup, r=eddyb 2018-05-20 04:16:01 +08:00
stdsimd@2f86c75a24 just ignore android 2018-05-24 16:08:27 +02:00
test just ignore android 2018-05-24 16:08:27 +02:00
tools just ignore android 2018-05-24 16:08:27 +02:00
Cargo.lock Update compiltest to use rustfix 0.3.1 2018-05-22 22:04:45 +02:00
Cargo.toml Update clippy 2018-05-19 13:18:02 +02:00
README.md
stage0.txt Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -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: