| Age | Commit message (Expand) | Author | Lines |
| 2023-08-16 | Keep SHARDS fixed instead of a function of `cfg!(parallel_compiler)` | John Kåre Alsaker | -1/+1 |
| 2023-08-13 | Pass WorkProductMap to build_dep_graph instead of FxIndexMap | bjorn3 | -5/+7 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+4 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+4 |
| 2023-08-04 | replace few explicit use of parking_lot with rustc_data_structures::sync onces | klensy | -14/+12 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -2/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+1 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -1/+2 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+3 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -12/+33 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -1/+3 |
| 2023-07-18 | added links as a note | nxya | -0/+1 |
| 2023-07-05 | Show which type was not specialized on query cycle misuse | Oli Scherer | -2/+5 |
| 2023-07-05 | Remove a redundant argument | Oli Scherer | -11/+5 |
| 2023-06-08 | Rollup merge of #112333 - Zoxc:try_collect_active_jobs-deadlock, r=cjgillot | Matthias Krüger | -4/+11 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+5 |
| 2023-06-06 | Don't hold the active queries lock while calling `make_query` | John Kåre Alsaker | -4/+11 |
| 2023-06-04 | Fixed failing test + minor cleanup | Andrew Xie | -1/+2 |
| 2023-06-04 | Switched some uses to UnordMap | Andrew Xie | -1/+8 |
| 2023-06-04 | Removed use of iteration through a HashMap/HashSet in rustc_incremental and r... | Andrew Xie | -5/+5 |
| 2023-05-25 | Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -5/+5 |
| 2023-05-23 | Don't leak the function that is called on drop | Maybe Waffle | -2/+2 |
| 2023-05-17 | Delay a bug when overwriting fed value. | Camille GILLOT | -10/+16 |
| 2023-05-14 | Specialize query execution for incremental and non-incremental | John Kåre Alsaker | -10/+36 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -52/+42 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -52/+42 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -1/+1 |
| 2023-04-27 | Rollup merge of #110886 - nnethercote:dep-graph-cleanups, r=cjgillot | Matthias Krüger | -64/+32 |
| 2023-04-27 | Factor out common code in `intern_node`. | Nicholas Nethercote | -54/+26 |
| 2023-04-27 | Clean up `with_task`. | Nicholas Nethercote | -10/+6 |
| 2023-04-26 | Add query accessor functions | John Kåre Alsaker | -1/+1 |
| 2023-04-26 | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | -9/+7 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -4/+4 |
| 2023-04-23 | Rewrite MemDecoder around pointers not a slice | Ben Kimock | -9/+7 |
| 2023-04-20 | Add info for no_hash panic. | Camille GILLOT | -1/+3 |
| 2023-04-20 | Re-allow computing fed queries. | Camille GILLOT | -3/+20 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -3/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -3/+4 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -4/+1 |
| 2023-04-16 | Remove some unnecessary hash truncations | Ben Kimock | -1/+1 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -4/+1 |
| 2023-04-12 | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | -11/+33 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+3 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -3/+4 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -12/+25 |