rust/src
Nicholas Nethercote ebbf07a154 Change the type of AssertModuleSource::available_cgus.
It's currently a `BTreeSet<Symbol>`, which is a strange type. The
`BTreeSet` suggests that element order is important, but `Symbol` is a
type whose ordering isn't useful to humans. The ordering of the
collection only manifests in an obscure error message ("no module named
`...`") that doesn't appear in any tests.

This commit changes the `Symbol` to a `String`, which is more
typical.
2020-08-07 06:58:14 +10:00
..
bootstrap Disable building rust-analyzer on riscv64 2020-08-03 10:15:27 -04:00
build_helper build: Harden env var tracking in build scripts 2020-07-22 19:51:19 +03:00
ci Auto merge of #74675 - pietroalbini:aarch64-ci-fallible, r=Mark-Simulacrum 2020-08-02 14:08:48 +00:00
doc Rollup merge of #74981 - giraffate:fix_sample_codes_in_unstable_book_plugin, r=GuilliameGomez 2020-08-01 09:30:13 -07:00
etc Run all tests if have no specified tests 2020-07-31 04:20:27 +00:00
librustc_apfloat
librustc_arena Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk 2020-06-20 14:45:00 -07:00
librustc_ast rustc_ast: More detailed docs for Attribute::check_name 2020-08-04 00:34:11 +03:00
librustc_ast_lowering Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov 2020-08-02 18:01:27 +00:00
librustc_ast_passes rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_ast_pretty Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petrochenkov 2020-08-02 13:08:42 -07:00
librustc_attr rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_builtin_macros rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_codegen_llvm Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa 2020-08-03 23:57:50 +00:00
librustc_codegen_ssa Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa 2020-08-03 23:57:50 +00:00
librustc_data_structures Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_driver Remove chrono feature from tracing 2020-08-01 16:24:52 +02:00
librustc_error_codes Rollup merge of #75044 - GuillaumeGomez:cleanup-e0744, r=pickfire 2020-08-03 01:05:25 +09:00
librustc_errors Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_expand rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_feature Rollup merge of #73868 - ecstatic-morse:fix-stable-version, r=jonas-schievink 2020-07-22 16:34:37 -07:00
librustc_fs_util
librustc_graphviz
librustc_hir Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_hir_pretty Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_incremental Change the type of AssertModuleSource::available_cgus. 2020-08-07 06:58:14 +10:00
librustc_index Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb 2020-07-21 03:09:04 +00:00
librustc_infer Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum 2020-08-03 01:50:25 +00:00
librustc_interface Remove GCX_PTR. 2020-08-03 09:40:41 +10:00
librustc_lexer Rollup merge of #73856 - pierwill:pierwill-lexer-doc, r=jonas-schievink 2020-07-06 17:45:17 -07:00
librustc_lint Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnr 2020-08-04 09:27:04 +09:00
librustc_llvm Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum 2020-07-22 16:34:50 -07:00
librustc_macros Enforce the static symbol order. 2020-07-16 16:53:24 +10:00
librustc_metadata rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_middle Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk 2020-08-03 03:37:33 +00:00
librustc_mir rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_mir_build fix typos 2020-08-02 23:20:00 +08:00
librustc_parse Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov 2020-08-02 19:48:44 +00:00
librustc_parse_format Eliminate confusing "globals" terminology. 2020-07-09 14:11:44 +10:00
librustc_passes rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_plugin_impl rustc_metadata: Make crate loading fully speculative 2020-07-18 14:06:04 +04:00
librustc_privacy Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnr 2020-08-01 17:42:18 -07:00
librustc_query_system Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk 2020-08-03 03:37:33 +00:00
librustc_resolve Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov 2020-08-02 18:01:27 +00:00
librustc_save_analysis rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_serialize
librustc_session Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC 2020-08-02 13:08:47 -07:00
librustc_span fix typos 2020-08-02 23:20:00 +08:00
librustc_symbol_mangling Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_target Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_trait_selection rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_traits Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_ty Move from log to tracing 2020-07-31 22:38:20 +02:00
librustc_typeck rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustdoc Rollup merge of #75081 - jyn514:fix-logging, r=Mark-Simulacrum 2020-08-04 09:27:03 +09:00
llvm-project@86b120e6f3 Update llvm-project to latest origin/rustc/10.0-2020-05-05 commit which includes LVI segfault fix 2020-07-12 18:49:14 +00:00
rustc
rustllvm Fixed coverage map issues; better aligned with LLVM APIs 2020-07-25 07:39:51 -07:00
test Auto merge of #75126 - JohnTitor:rollup-aejluzx, r=JohnTitor 2020-08-04 01:48:32 +00:00
tools Rollup merge of #75106 - etherealist:docs_manifest, r=Mark-Simulacrum 2020-08-04 09:27:10 +09:00
README.md Update outdated readme 2020-07-27 22:05:34 -05:00
stage0.txt Bump to 1.47 2020-07-16 19:36:49 -04:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.