| Age | Commit message (Expand) | Author | Lines |
| 2023-06-06 | fix | Jing Peng | -18/+1 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -10/+67 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -2/+1 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -0/+25 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -7/+7 |
| 2023-05-31 | Auto merge of #111913 - oli-obk:valtrees2, r=lcnr | bors | -1/+1 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -13/+38 |
| 2023-05-30 | Lower the tracing level of some very verbose messages | Oli Scherer | -1/+1 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -2/+2 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -2/+2 |
| 2023-05-29 | Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3 | bors | -33/+63 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -2/+2 |
| 2023-05-26 | Load only the header for crate_matches | jyn | -33/+63 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -191/+191 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -3/+3 |
| 2023-05-25 | rustc_metadata: specialize private_dep flag with `fetch_and` | Michael Howell | -6/+3 |
| 2023-05-25 | rustc_metadata: use configurable AtomicBool for privateness flag | Michael Howell | -2/+2 |
| 2023-05-25 | rustc_metadata: use AtomicBool for privateness instead of Lock | Michael Howell | -6/+13 |
| 2023-05-25 | rustc_metadata: fix private_dep logic in `register_crate` | Michael Howell | -6/+13 |
| 2023-05-25 | Improve comments | Michael Howell | -2/+3 |
| 2023-05-25 | Update compiler/rustc_metadata/src/creader.rs | Michael Howell | -1/+1 |
| 2023-05-25 | rustc_metadata: inherit dependency privacy flag | Michael Howell | -8/+21 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -4/+4 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -3/+3 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -3/+3 |
| 2023-05-23 | Fix symbol conflict diagnostic mistakenly being shown instead of missing crat... | Oli Scherer | -3/+20 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -6/+16 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -5/+7 |
| 2023-05-18 | Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot | Dylan DPC | -2/+2 |
| 2023-05-18 | Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors | Dylan DPC | -9/+0 |
| 2023-05-18 | Merge query property modules into one | John KÃ¥re Alsaker | -2/+2 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -1/+1 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -5/+7 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -9/+0 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -11/+5 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -5/+6 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -1/+10 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -2/+1 |
| 2023-05-16 | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob` | Maybe Waffle | -9/+4 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -1/+1 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John KÃ¥re Alsaker | -5/+5 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -2/+5 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -2/+2 |
| 2023-05-13 | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot | bors | -16/+18 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -22/+40 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -22/+40 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -3/+4 |
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -3/+3 |
| 2023-05-10 | Auto merge of #111414 - matthiaskrgr:rollup-q0qoc47, r=matthiaskrgr | bors | -2/+6 |