rust/src
Ralf Jung 12112f4d7d
Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay
Remove redundant backtick in error message.

The value passed in already has backticks surrounding the text.
2020-05-16 19:46:37 +02:00
..
bootstrap Rollup merge of #72172 - Mark-Simulacrum:check-no-stage, r=alexcrichton 2020-05-15 01:57:19 +02:00
build_helper
ci Configure cache domain for GHA 2020-05-11 10:50:53 -04:00
doc Rollup merge of #72094 - petrochenkov:overfeature, r=nikic 2020-05-16 19:46:36 +02:00
etc Enforce Python 3 as much as possible 2020-04-10 09:09:58 -04:00
liballoc Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfackler 2020-05-14 23:22:47 +00:00
libarena Be less aggressive with DroplessArena/TypedArena growth. 2020-05-13 11:35:32 +10:00
libcore Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviper 2020-05-16 12:43:01 +02:00
libfmt_macros Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
libgraphviz
libpanic_abort Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
libpanic_unwind Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
libproc_macro Implement Default for proc_macro::TokenStream 2020-05-15 09:12:41 -07:00
libprofiler_builtins Require compiler-rt root at ../src/llvm-project/compiler-rt 2020-04-11 17:49:16 -04:00
librustc_apfloat Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
librustc_ast Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup, r=petrochenkov 2020-05-16 19:46:31 +02:00
librustc_ast_lowering use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +02:00
librustc_ast_passes Minor fixes to comments 2020-05-14 16:39:36 -04:00
librustc_ast_pretty Fix tests 2020-05-08 13:57:08 +02:00
librustc_attr Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_builtin_macros Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_codegen_llvm Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper 2020-05-09 13:36:39 +02:00
librustc_codegen_ssa Rollup merge of #72062 - overdrivenpotato:psp, r=jonas-schievink 2020-05-15 01:57:15 +02:00
librustc_data_structures Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrum 2020-05-16 03:55:49 +00:00
librustc_driver rustc_driver::main: more informative return type 2020-05-11 00:11:42 +02:00
librustc_error_codes Fix typo Arbintrary to Arbitrary 2020-05-16 14:40:45 +08:00
librustc_errors Simplify the error Registry methods a little 2020-05-04 11:52:15 -07:00
librustc_expand cleanup stale FIXME(#64197) 2020-05-14 20:02:40 +02:00
librustc_feature Implement RFC 2523, #[cfg(version(..))] 2020-05-03 02:42:07 +02:00
librustc_fs_util
librustc_hir bless ui tests 2020-05-11 14:06:57 +08:00
librustc_hir_pretty Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_incremental Change WorkProduct::saved_files to an Option. 2020-05-12 17:55:07 +10:00
librustc_index Redesign the Step trait 2020-04-08 02:24:16 -04:00
librustc_infer Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis 2020-05-14 18:21:48 +02:00
librustc_interface Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_lexer Replace some usages of the old unescape_ functions in AST, clippy and tests. 2020-05-13 10:05:04 +02:00
librustc_lint Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov 2020-05-16 19:46:29 +02:00
librustc_llvm Don't skip building LLVM if already built 2020-05-02 18:43:55 -04:00
librustc_macros Monomorphise load_from_disk_and_cache_in_memory. 2020-05-01 14:29:35 +02:00
librustc_metadata use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +02:00
librustc_middle Rollup merge of #72060 - lcnr:move-list, r=estebank 2020-05-16 19:46:34 +02:00
librustc_mir Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr 2020-05-16 12:43:03 +02:00
librustc_mir_build Remove lang_items\(\).*\.unwrap\(\) 2020-05-15 12:31:12 +01:00
librustc_parse Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay 2020-05-16 19:46:37 +02:00
librustc_passes Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_plugin_impl Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_privacy Remove ty::UnnormalizedProjection 2020-05-12 01:56:29 -04:00
librustc_query_system Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcrichton 2020-05-14 18:21:50 +02:00
librustc_resolve Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_save_analysis Rollup merge of #71809 - marmeladema:fix-issue-71104, r=eddyb 2020-05-15 01:57:07 +02:00
librustc_session Rollup merge of #72094 - petrochenkov:overfeature, r=nikic 2020-05-16 19:46:36 +02:00
librustc_span use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +02:00
librustc_symbol_mangling Remove ty::UnnormalizedProjection 2020-05-12 01:56:29 -04:00
librustc_target Rollup merge of #72062 - overdrivenpotato:psp, r=jonas-schievink 2020-05-15 01:57:15 +02:00
librustc_trait_selection Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr 2020-05-16 12:43:03 +02:00
librustc_traits Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis 2020-05-14 10:22:59 +02:00
librustc_ty Remove ty::UnnormalizedProjection 2020-05-12 01:56:29 -04:00
librustc_typeck Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr 2020-05-16 12:43:03 +02:00
librustdoc Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 2020-05-16 02:37:19 +02:00
libserialize use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +02:00
libstd Rollup merge of #72230 - SOF3:patch-1, r=kennytm 2020-05-16 12:43:05 +02:00
libterm Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
libtest Fix clippy warnings 2020-05-11 17:13:32 +02:00
libunwind Use -fvisibility=hidden for libunwind 2020-05-05 12:41:23 -07:00
llvm-project@3ba91917e5 Store LLVM bitcode in object files, not compressed 2020-04-29 11:57:26 -07:00
rtstartup
rustc
rustllvm Rollup merge of #71234 - maurer:init-array, r=cuviper 2020-05-09 13:36:32 +02:00
stdarch@ec6fccd34c Update stdarch 2020-05-09 16:03:40 -04:00
test Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay 2020-05-16 19:46:37 +02:00
tools Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup, r=petrochenkov 2020-05-16 19:46:31 +02:00
README.md
stage0.txt Bump rustfmt to most recently shipped 2020-04-25 09:25:33 -04: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 dev guide.