rust/src
2020-03-01 15:46:38 -08:00
..
bootstrap Toolstate: Don't block beta week on already broken tools. 2020-03-01 15:46:38 -08: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 clarify alignment requirements in Vec::from_raw_parts 2020-02-29 14:07:20 +01:00
libarena
libcore Rollup merge of #69582 - RalfJung:vec-parts, r=Centril 2020-02-29 18:54:04 +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
libprofiler_builtins
librustc Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPC 2020-02-29 20:23:10 +00:00
librustc_apfloat
librustc_ast_lowering use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +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 Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +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 Wording improvement 2020-02-28 16:01:04 +01:00
librustc_errors Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC 2020-02-29 10:43:32 +00:00
librustc_expand Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum 2020-02-28 17:17:36 +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 Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +01: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 #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +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 Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
librustc_mir Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +01:00
librustc_mir_build use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
librustc_parse Rollup merge of #69587 - petrochenkov:reqname, r=Centril 2020-02-29 18:54:07 +01: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 remove unneeded .as_ref() calls. 2020-02-29 02:16:04 +01:00
librustc_resolve Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +01:00
librustc_save_analysis don't use question mark operator on Err(), return the Result directly instead. 2020-02-29 02:48:27 +01:00
librustc_session Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
librustc_span Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +01:00
librustc_target use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_traits Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +01:00
librustc_ty Construct AssociatedItems from an iterator instead of a Vec 2020-02-19 12:55:59 -08:00
librustc_typeck Rollup merge of #69571 - matthiaskrgr:useless_asref, r=Centril 2020-02-29 18:53:59 +01:00
librustdoc Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril 2020-02-29 18:54:01 +01:00
libserialize Inline various simple emit_* and read_* methods in Decoder. 2020-02-18 16:46:50 +11:00
libstd Rollup merge of #69584 - zantysor:fix-saturating-duration-since-comment, r=varkor 2020-02-29 18:54:05 +01:00
libsyntax Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril 2020-02-28 17:17:26 +01:00
libterm
libtest use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +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 #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebank 2020-02-29 13:59:45 +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.