rust/src
2019-11-13 15:22:45 -08:00
..
bootstrap Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum 2019-11-13 22:09:23 +09:00
build_helper show up some extra info when t!() fails 2019-10-17 17:01:49 +08:00
ci Attempt to fix *.yml confguration on Azure 2019-11-07 13:06:56 -08:00
doc Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
etc also adjust ignore in generated tests 2019-11-02 23:20:28 +01:00
liballoc Auto merge of #65637 - ssomers:master, r=scottmcm 2019-11-13 03:48:42 +00:00
libarena bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin 2019-11-13 22:09:20 +09:00
libfmt_macros Fix libfmt_macros tests 2019-11-06 12:49:20 -08:00
libgraphviz
libpanic_abort improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
libpanic_unwind Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini 2019-11-13 00:42:19 +00:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC 2019-11-13 22:09:31 +09:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_asan
librustc_codegen_llvm Merge hir::Mutability into ast::Mutability. 2019-11-10 12:21:05 +01:00
librustc_codegen_ssa Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoerister 2019-11-13 22:09:29 +09:00
librustc_codegen_utils Merge hir::Mutability into ast::Mutability. 2019-11-10 12:21:05 +01:00
librustc_data_structures Register queries with self profiler in rustc_interface 2019-11-12 13:13:14 -05:00
librustc_driver Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk 2019-11-13 22:09:22 +09:00
librustc_errors Tiny cleanup to size assertions 2019-11-11 22:23:25 +03:00
librustc_fs_util
librustc_incremental Simplify various Symbol use points. 2019-11-02 09:01:02 +11:00
librustc_index bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_interface Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoerister 2019-11-13 22:09:29 +09:00
librustc_lexer move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_lint Merge hir::Mutability into ast::Mutability. 2019-11-10 12:21:05 +01:00
librustc_llvm Statically link libstdc++ on windows-gnu 2019-10-30 23:18:57 +01:00
librustc_lsan
librustc_macros
librustc_metadata Move allocator_kind to CrateStore 2019-11-11 14:59:07 -05:00
librustc_mir Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkor 2019-11-13 22:09:25 +09:00
librustc_msan
librustc_parse move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_passes Auto merge of #66252 - cjgillot:trees, r=oli-obk 2019-11-11 14:05:43 +00:00
librustc_plugin Remove #[feature(custom_attribute)] 2019-11-09 17:50:51 +03:00
librustc_privacy Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper 2019-10-19 07:10:04 +02:00
librustc_resolve Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper 2019-11-10 15:53:35 +00:00
librustc_save_analysis move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_target Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichton 2019-11-12 16:36:07 +09:00
librustc_traits Merge hir::GeneratorMovability into ast::Movability. 2019-11-10 12:31:41 +01:00
librustc_tsan
librustc_typeck Do not ICE in if without else in async fn 2019-11-13 15:22:45 -08:00
librustdoc Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk 2019-11-13 22:09:22 +09:00
libserialize bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libstd Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPC 2019-11-13 22:09:17 +09:00
libsyntax Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
libsyntax_expand move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
libsyntax_ext Fix error message about exported symbols from proc-macro crates 2019-11-11 08:04:39 +01:00
libsyntax_pos Snap cfgs 2019-11-12 16:36:57 -05:00
libterm
libtest Replace array.into_iter() with iter() in libtest/tests.rs 2019-11-06 14:43:52 +01:00
libunwind Allow foreign exceptions to unwind through Rust code 2019-11-03 14:03:21 +00:00
llvm-project@cf9304d6d0 Update llvm submodule 2019-11-12 11:02:17 +01:00
rtstartup
rustc
rustllvm Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank 2019-11-06 07:03:06 +01:00
stdarch@e0ab2c165a
test Do not ICE in if without else in async fn 2019-11-13 15:22:45 -08:00
tools Compiletest bump to stage0 bootstrap libtest 2019-11-12 16:36:57 -05:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
stage0.txt Bump version to 1.41 2019-11-12 16:36:57 -05: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.