rust/src
bors 3a539c0889 Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors
Make exhaustiveness usable outside of rustc

With this PR, `rustc_pattern_analysis` compiles on stable (with the `stable` feature)! `rust-analyzer` will be able to use it to provide match-related diagnostics and refactors.

Two questions:
- Should I name the feature `nightly` instead of `rustc` for consistency with other crates? `rustc` makes more sense imo.
- `typed-arena` is an optional dependency but tidy made me add it to the allow-list anyway. Can I avoid that somehow?

r? `@compiler-errors`
2023-12-19 17:15:04 +00:00
..
bootstrap Auto merge of #118946 - onur-ozkan:fix-clean, r=clubby789 2023-12-18 22:42:16 +00:00
ci ci: docker: dist-various-1: Include RISC-V C compilers 2023-12-18 08:23:06 +10:00
doc Rollup merge of #119087 - rustbot:docs-update, r=ehuss 2023-12-19 10:50:08 +01:00
etc update auto completions 2023-12-11 14:26:11 +03:00
librustdoc Rename many DiagCtxt and EarlyDiagCtxt locals. 2023-12-18 16:06:22 +11:00
llvm-project@2c4de6c249 Include an additional cherry-pick 2023-12-14 16:05:39 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors 2023-12-19 17:15:04 +00:00
README.md
stage0.json Update stage0.json 2023-12-16 15:24:59 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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