rust/src
2020-01-18 00:38:17 +03:00
..
bootstrap Rollup merge of #68231 - danielframpton:windows-crosscompile, r=alexcrichton 2020-01-15 21:51:58 +09:00
build_helper Remove sanitizer runtime crates 2020-01-09 07:54:02 +01:00
ci Update the wasi-libc bundled with libstd 2020-01-14 09:59:46 -08:00
doc Fix issue number of infer_static_outlives_requirements 2020-01-16 11:59:04 +09:00
etc Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis 2019-12-28 23:02:09 +00:00
liballoc Allow added string.insert benchmarks to compile 2020-01-17 01:05:49 +01:00
libarena Remove SyncTypedArena, SyncDroplessArena and in_arena 2020-01-11 07:56:45 +01:00
libcore Rollup merge of #66564 - foeb:66219-document-unsafe-sync-cell-str, r=Amanieu 2020-01-17 18:53:38 +05:30
libfmt_macros Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
libgraphviz Format the world 2019-12-22 17:42:47 -05:00
libpanic_abort Format the world 2019-12-22 17:42:47 -05:00
libpanic_unwind Fix destructor in emcc.rs 2020-01-13 12:54:16 +00:00
libproc_macro Remove unnecessary const_fn feature gates 2020-01-10 18:51:12 -08:00
libprofiler_builtins Handle changed InstrProfilingRuntime path 2020-01-07 21:28:22 +01:00
librustc Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb 2020-01-17 18:53:41 +05:30
librustc_apfloat Format the world 2019-12-22 17:42:47 -05:00
librustc_ast_lowering don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_ast_passes Diagnostics should start lowercase 2020-01-12 15:36:40 +00:00
librustc_builtin_macros don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_codegen_llvm Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichton 2020-01-14 15:29:43 +00:00
librustc_codegen_ssa Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-worker, r=matthewjasper 2020-01-11 21:01:02 +00:00
librustc_codegen_utils Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
librustc_data_structures Rollup merge of #68278 - wesleywiser:doc_query_key_recording, r=michaelwoerister 2020-01-17 18:53:42 +05:30
librustc_driver Rollup merge of #68252 - matthiaskrgr:redundant_clones, r=oli-obk 2020-01-15 22:49:32 +05:30
librustc_error_codes review comments 2020-01-16 11:32:50 -08:00
librustc_errors don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_expand Rollup merge of #68084 - estebank:ice-68000, r=varkor 2020-01-11 04:02:28 +01:00
librustc_feature Fix issue number of repr128 2020-01-16 11:58:28 +09:00
librustc_fs_util Format src/librustc_fs_util. 2019-12-21 20:23:39 -05:00
librustc_hir Account for object safety when suggesting Box<dyn Trait> 2020-01-16 09:49:14 -08:00
librustc_incremental don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_index Improve hygiene of newtype_index 2020-01-06 20:43:10 +00:00
librustc_interface Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb 2020-01-17 18:53:41 +05:30
librustc_lexer Format the world 2019-12-22 17:42:47 -05:00
librustc_lint don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_llvm Better support for cross compilation on Windows. 2020-01-14 12:15:13 -08:00
librustc_macros Format the world 2019-12-22 17:42:47 -05:00
librustc_metadata don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_mir Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPC 2020-01-17 09:17:18 +00:00
librustc_mir_build Auto merge of #68285 - oli-obk:specialization_regression, r=davidtwco 2020-01-17 12:25:07 +00:00
librustc_parse Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril 2020-01-16 11:58:02 +05:30
librustc_passes don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_plugin_impl move rustc::lint::{context, passes} to rustc_lint. 2020-01-11 07:42:26 +01:00
librustc_privacy Fix issue with using self module via indirection 2020-01-10 23:30:13 +00:00
librustc_resolve resolve: Say "import" when reporting private imports 2020-01-16 21:59:11 +03:00
librustc_save_analysis Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
librustc_session [self-profiler] Add example to -Z help to turn on query key recording 2020-01-17 06:25:22 -05:00
librustc_span Use report_in_external_macro for internal lints 2020-01-12 23:21:02 -08:00
librustc_target Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa 2020-01-13 04:01:00 +00:00
librustc_traits don't clone types that are copy 2020-01-16 23:48:49 +01:00
librustc_ty Move to new crate rustc_ty. 2020-01-13 13:41:25 +01:00
librustc_typeck Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb 2020-01-17 18:53:41 +05:30
librustdoc don't clone types that are copy 2020-01-16 23:48:49 +01:00
libserialize Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
libstd Rollup merge of #68033 - ollie27:win_f32, r=dtolnay 2020-01-16 20:53:26 +05:30
libsyntax Code review changes and fix rustdoc test. 2020-01-14 07:47:45 +13:00
libterm parse extended terminfo format 2020-01-11 14:27:52 -05:00
libtest Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichton 2020-01-17 11:16:42 +05:30
libunwind Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton 2020-01-06 19:07:42 +00:00
llvm-project@9330ec5a4c Update LLVM 2020-01-01 09:52:29 +07:00
rtstartup Format the world 2019-12-22 17:42:47 -05:00
rustc Remove unused dependencies 2020-01-09 11:52:03 +09:00
rustllvm Switch to using MaybeAlign APIs 2020-01-07 21:28:22 +01:00
stdarch@e0ab2c165a
test Fix some tests failing in --pass check mode 2020-01-18 00:38:17 +03:00
tools Auto merge of #68287 - flip1995:clippyup, r=oli-obk 2020-01-16 20:59:57 +00:00
README.md
stage0.txt Implement rustfmt running manually using ignore crate 2019-12-21 20:23:55 -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.