rust/src
Esteban Küber 45738e8cd1 Increase verbosity of bound restriction suggestions
- Make the bound restriction suggestion `span_suggestion_verbose`.
- Fix whitespace typo.
2020-05-12 11:19:07 -07:00
..
bootstrap Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov 2020-05-09 13:36:30 +02:00
build_helper
ci Configure cache domain for GHA 2020-05-11 10:50:53 -04:00
doc Fix strip-priv-imports pass name in the rustdoc documentation 2020-05-07 16:22:22 +03:00
etc Enforce Python 3 as much as possible 2020-04-10 09:09:58 -04:00
liballoc Rollup merge of #71737 - RalfJung:miri-test-threads, r=shepmaster 2020-05-12 11:41:05 +02:00
libarena
libcore doc: minus (U+2212) instead of dash (U+002D) for negative infinity 2020-05-10 11:24:06 +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 Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnay 2020-04-27 03:26:05 +02: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 #71555 - cjgillot:nameless, r=matthewjasper 2020-05-09 13:36:39 +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 Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02: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 Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov 2020-05-10 20:48:40 +00:00
librustc_data_structures Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC 2020-05-11 22:21:08 +02:00
librustc_driver Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_error_codes Rollup merge of #72107 - GuillaumeGomez:cleanup-e0579, r=Dylan-DPC 2020-05-11 22:21:07 +02:00
librustc_errors Simplify the error Registry methods a little 2020-05-04 11:52:15 -07:00
librustc_expand Fix tests 2020-05-08 13:57:08 +02:00
librustc_feature Implement RFC 2523, #[cfg(version(..))] 2020-05-03 02:42:07 +02:00
librustc_fs_util
librustc_hir use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +02:00
librustc_hir_pretty Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_incremental Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_index Use assoc integer constants in librustc_* 2020-04-07 00:43:16 +02:00
librustc_infer Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_interface Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_lexer Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank" 2020-04-28 13:02:58 +03:00
librustc_lint Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +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 #72048 - jonas-schievink:visit-return, r=oli-obk 2020-05-12 11:41:12 +02:00
librustc_mir Rollup merge of #72128 - RalfJung:str-validity, r=oli-obk 2020-05-12 11:41:15 +02:00
librustc_mir_build Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_parse Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +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 ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_query_system Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC 2020-05-11 22:21:08 +02:00
librustc_resolve Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_save_analysis Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_session Rollup merge of #72067 - jonas-schievink:fuel-warn, r=varkor 2020-05-11 22:21:01 +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 Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_target Rollup merge of #71234 - maurer:init-array, r=cuviper 2020-05-09 13:36:32 +02:00
librustc_trait_selection Increase verbosity of bound restriction suggestions 2020-05-12 11:19:07 -07:00
librustc_traits Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_ty Reintegrate chalk using chalk-solve 2020-05-07 17:35:58 -04:00
librustc_typeck Auto merge of #69530 - Aaron1011:perf/skip-coerce-var, r=nikomatsakis 2020-05-09 21:01:19 +00:00
librustdoc Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez 2020-05-12 11:41:10 +02:00
libserialize use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +02:00
libstd Fix clippy warnings 2020-05-11 17:13:32 +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@d10eefc622 Update stdarch submodule 2020-04-24 22:15:12 +01:00
test Increase verbosity of bound restriction suggestions 2020-05-12 11:19:07 -07:00
tools Auto merge of #72089 - Mark-Simulacrum:error-is-really-an-error, r=pietroalbini 2020-05-11 16:33:26 +00: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.