rust/src
2018-06-27 11:24:16 +02:00
..
bootstrap Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm 2018-06-26 16:26:00 +00:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
etc slightly improve rustdoc xml path error 2018-06-04 09:51:41 +02:00
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Add LocalTaskObj 2018-06-26 17:06:20 +02:00
liballoc_jemalloc Mark alloc_jemalloc as perma-unstable 2018-06-11 13:48:57 -07:00
liballoc_system Move Unstable Book sections for #[global_allocator] and System to std::alloc docs 2018-06-11 13:48:57 -07:00
libarena Make &Slice a thin pointer 2018-05-27 17:28:35 +02:00
libbacktrace@f4d02bbdbf Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@4cfd7101eb update libcompiler_builtins 2018-05-13 07:14:36 +02:00
libcore Auto merge of #51598 - Pazzaz:master, r=sfackler 2018-06-27 04:02:05 +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 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 NetBSD on EABI ARM does not use ARM EHABI 2018-05-18 09:29:58 -05:00
libproc_macro hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
libprofiler_builtins Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc Undo if let -> match conversion 2018-06-27 11:24:16 +02:00
librustc_allocator used debug, not info 2018-06-24 16:16:14 -05:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_borrowck Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv 2018-06-26 11:35:40 +02:00
librustc_codegen_llvm Add backticks to E0558 2018-06-24 00:16:10 +01:00
librustc_codegen_utils migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07: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 #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis 2018-06-26 07:06:18 +00:00
librustc_driver Generate the NodeId for existential type in the AST 2018-06-27 11:17:25 +02:00
librustc_errors Also prevent overflow in debug builds 2018-06-03 11:24:58 +02:00
librustc_incremental Save query results and the dep graph in parallel 2018-06-19 03:19:49 +02:00
librustc_lint Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis 2018-06-26 23:15:30 +00:00
librustc_llvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_lsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_metadata hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
librustc_mir migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_msan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_passes Generate the NodeId for existential type in the AST 2018-06-27 11:17:25 +02: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 Rename ty_param_bound to generic_bound 2018-06-20 12:23:46 +01:00
librustc_resolve Generate DefIds for the impl trait of async functions 2018-06-27 11:17:55 +02:00
librustc_save_analysis Generate the NodeId for existential type in the AST 2018-06-27 11:17:25 +02:00
librustc_target migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_traits Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis 2018-06-22 01:17:52 +00:00
librustc_tsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_typeck Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis 2018-06-27 01:49:56 +00:00
librustdoc Auto merge of #51756 - nielx:fix/librustdoc, r=GuillaumeGomez 2018-06-26 18:55:09 +00:00
libserialize migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libstd migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libstd_unicode Mark the rest of the unicode feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Generate DefIds for the impl trait of async functions 2018-06-27 11:17:55 +02:00
libsyntax_ext migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libsyntax_pos migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest Remove leftover tab in libtest outputs 2018-05-02 08:35:33 +02:00
libunwind NetBSD on EABI ARM does not use ARM EHABI 2018-05-18 09:29:58 -05:00
llvm@9ad4b7e8d7 more reverts 2018-05-24 16:22:58 +02:00
llvm-emscripten@2717444753 rustc: Split Emscripten to a separate codegen backend 2018-01-28 18:32:45 -08:00
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@a19ca1cd91 rever tool changes 2018-05-24 16:21:23 +02:00
test Update tests 2018-06-27 11:17:55 +02:00
tools Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm 2018-06-25 17:22:12 +00:00
Cargo.lock Minify css 2018-06-25 23:28:20 +02:00
Cargo.toml Change the comment on opt-level = 2 to point to https://github.com/rust-lang/rust/issues/50867 2018-05-29 17:38:23 +02:00
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
stage0.txt Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -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: