rust/src
2020-03-13 23:24:12 +00:00
..
bootstrap Allow rustdoc-js and rustdoc-js-std to use none default build dir location 2020-03-13 23:24:12 +00:00
build_helper
ci Add Node.js to PR CI image 2020-03-12 22:55:51 +00:00
doc Opt out of CTFE if the 'const_eval_limit' is set to 0 2020-03-05 08:09:52 +01:00
etc Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez 2020-02-13 02:52:53 +01:00
liballoc Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
libarena
libcore Rollup merge of #69706 - cuviper:subslice-methods, r=Centril 2020-03-07 08:15:29 +01: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 Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
libprofiler_builtins
librustc Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj 2020-03-07 08:15:33 +01:00
librustc_apfloat
librustc_ast Auto merge of #69586 - petrochenkov:unmerge, r=Centril 2020-03-06 02:22:49 +00:00
librustc_ast_lowering Auto merge of #69586 - petrochenkov:unmerge, r=Centril 2020-03-06 02:22:49 +00:00
librustc_ast_passes ast: Unmerge structures for associated items and foreign items 2020-03-01 13:47:48 +03:00
librustc_ast_pretty Auto merge of #69586 - petrochenkov:unmerge, r=Centril 2020-03-06 02:22:49 +00:00
librustc_attr Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_builtin_macros Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_codegen_llvm Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_codegen_ssa Don't use "if let" bindings to only check a value and not actually bind anything. 2020-03-04 20:41:03 +01:00
librustc_codegen_utils Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03: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 Auto merge of #69442 - jakevossen5:master, r=Mark-Simulacrum 2020-03-02 03:16:22 +00:00
librustc_error_codes Rollup merge of #69732 - GuillaumeGomez:cleanup-e0382-e0384, r=Dylan-DPC 2020-03-05 22:04:09 +01:00
librustc_errors Use single-char patter on {ends,starts}_with and remove clone on copy type. 2020-03-04 20:47:05 +01:00
librustc_expand rustc_expand: Factor out Annotatable::into_tokens to a separate method 2020-03-06 20:34:01 +03:00
librustc_feature Bumped version number for const_eval_limit in active.rs 2020-03-05 08:10:39 +01:00
librustc_fs_util
librustc_hir use values() or keys() respectively when iterating only over keys or values of maps. 2020-03-02 13:01:05 +01:00
librustc_incremental Use more efficient &&str to String conversion (clippy::inefficient_to_string) 2020-03-05 16:39:20 +01:00
librustc_index index ReEmpty by universe 2020-02-06 15:58:00 -05:00
librustc_infer Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_interface Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPC 2020-03-05 21:39:00 +00:00
librustc_lexer Spelling error "represening" to "representing" 2020-02-13 11:14:21 -05:00
librustc_lint Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +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 Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_mir Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obk 2020-03-07 13:47:46 +00:00
librustc_mir_build Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj 2020-03-07 08:15:33 +01:00
librustc_parse Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk 2020-03-07 08:15:24 +01:00
librustc_passes Don't use "if let" bindings to only check a value and not actually bind anything. 2020-03-04 20:41:03 +01:00
librustc_plugin_impl Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_privacy Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister 2020-03-01 14:21:03 +00:00
librustc_resolve Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_save_analysis Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_session Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_span Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj 2020-03-07 08:15:33 +01:00
librustc_target Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb 2020-03-02 09:37:35 +00:00
librustc_traits Remove chalk integration 2020-03-02 18:11:53 -05:00
librustc_ty Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
librustc_typeck Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj 2020-03-07 08:15:33 +01:00
librustdoc Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
libserialize Inline various simple emit_* and read_* methods in Decoder. 2020-02-18 16:46:50 +11:00
libstd Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj 2020-03-07 08:15:33 +01:00
libterm
libtest Don't always eval arguments inside .expect(), use unwrap_or_else and closure. (clippy::expect_fun_call) 2020-03-05 16:39:20 +01:00
libunwind
llvm-project@9f65ad0573 update llvm to silence gcc 9 warnings 2020-02-26 10:27:01 +08:00
rtstartup
rustc
rustllvm Invoke OptimizerLastEPCallbacks in PreLinkThinLTO 2020-03-03 08:37:44 +01:00
stdarch@dea57529b3 stdarch: update submodule. 2020-02-01 22:04:18 -05:00
test Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank 2020-03-07 08:15:30 +01:00
tools Allow rustdoc-js and rustdoc-js-std to use none default build dir location 2020-03-13 23:24:12 +00:00
README.md
stage0.txt nightly: bootstrap from 1.42.0-beta.5 (4e1c5f0e9 2020-02-28) 2020-02-29 11:44:09 +01: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.