rust/src
2020-02-29 15:23:13 +01:00
..
bootstrap Fix no_std detection for target triples 2020-02-28 21:51:16 +01:00
build_helper
ci Rollup merge of #68863 - pietroalbini:azure-macos-10.15, r=Mark-Simulacrum 2020-02-19 18:12:07 +01:00
doc Add documentation for the -Zself-profile-events flag 2020-02-20 21:32:15 -05:00
etc Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez 2020-02-13 02:52:53 +01:00
liballoc Rollup merge of #69538 - JohnTitor:boxed-slice-try-from, r=Centril 2020-02-28 17:17:33 +01:00
libarena
libcore Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
libfmt_macros
libgraphviz Add option to dot::render for monospace font 2020-02-09 10:33:06 -08:00
libpanic_abort
libpanic_unwind Drop cfg(bootstrap) code 2020-01-31 12:31:09 -05:00
libproc_macro
libprofiler_builtins
librustc use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_apfloat
librustc_ast_lowering use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_ast_passes Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis 2020-02-27 18:38:19 +00:00
librustc_ast_pretty use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
librustc_attr use .to_string() instead of format!() macro to create strings 2020-02-29 01:32:42 +01:00
librustc_builtin_macros use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_codegen_llvm Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
librustc_codegen_ssa simplify condition in start_executing_work() 2020-02-28 18:09:29 +01:00
librustc_codegen_utils use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_data_structures use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
librustc_driver Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum 2020-02-28 17:17:36 +01:00
librustc_error_codes Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis 2020-02-27 18:38:19 +00:00
librustc_errors Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
librustc_expand use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_feature Revert "Mark attributes consumed by check_mod_attrs as normal" 2020-02-27 00:00:00 +00:00
librustc_fs_util
librustc_hir Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse 2020-02-28 17:17:30 +01:00
librustc_incremental Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum 2020-02-28 17:17:36 +01:00
librustc_index index ReEmpty by universe 2020-02-06 15:58:00 -05:00
librustc_infer Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
librustc_interface Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse 2020-02-28 17:17:30 +01:00
librustc_lexer Spelling error "represening" to "representing" 2020-02-13 11:14:21 -05:00
librustc_lint Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa 2020-02-29 02:16:24 +01:00
librustc_llvm use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_macros librustc_macros: remove redundant single component path import 2020-02-24 14:56:30 +01:00
librustc_metadata use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_mir use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_mir_build use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_parse Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
librustc_passes use .to_string() instead of format!() macro to create strings 2020-02-29 01:32:42 +01:00
librustc_plugin_impl
librustc_privacy Move more into decorate functions. 2020-02-11 19:50:26 +10:00
librustc_resolve Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa 2020-02-29 02:16:24 +01:00
librustc_save_analysis parse/ast: move Defaultness into variants. 2020-02-24 00:59:38 +01:00
librustc_session Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
librustc_span use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustc_target use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_traits use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
librustc_ty Construct AssociatedItems from an iterator instead of a Vec 2020-02-19 12:55:59 -08:00
librustc_typeck use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
librustdoc Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
libserialize Inline various simple emit_* and read_* methods in Decoder. 2020-02-18 16:46:50 +11:00
libstd Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
libsyntax Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril 2020-02-28 17:17:26 +01:00
libterm
libtest use .copied() instead of .map(|x| *x) on iterators 2020-02-29 15:23:13 +01:00
libunwind
llvm-project@9f65ad0573 update llvm to silence gcc 9 warnings 2020-02-26 10:27:01 +08:00
rtstartup
rustc
rustllvm Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC 2020-02-13 22:20:58 +00:00
stdarch@dea57529b3 stdarch: update submodule. 2020-02-01 22:04:18 -05:00
test Auto merge of #69255 - estebank:e0599-details, r=varkor 2020-02-29 03:52:53 +00:00
tools Rollup merge of #69449 - JohnTitor:toolstate-ping, r=Mark-Simulacrum 2020-02-28 01:55:40 +01:00
README.md
stage0.txt Bump rustfmt and stage0 2020-01-31 12:31:09 -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.