| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -2/+2 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -1/+3 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -0/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -2/+1 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -18/+1 |
| 2023-11-23 | Move WorkerLocal out of QueryArenas | Mark Rousskov | -4/+4 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -2/+1 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -1/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -8/+3 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -1/+11 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -5/+2 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -1/+11 |
| 2023-11-08 | Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillot | Matthias Krüger | -6/+16 |
| 2023-11-07 | Add an explanation for `transmute_unchecked` | Maybe Waffle | -0/+9 |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -4/+0 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+1 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -1/+1 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -6/+62 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -4/+60 |
| 2023-10-21 | coverage: Change query `codegened_and_inlined_items` to a plain function | Zalathar | -6/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -9/+9 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -2/+2 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -11/+0 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -4/+5 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+5 |
| 2023-10-03 | Use consisntent style of `size_of` in query type erasure | Maybe Waffle | -4/+4 |
| 2023-10-03 | Use `transmute_unchecked` and make the types explicit in query type erasure | Maybe Waffle | -3/+4 |
| 2023-10-02 | remove another unused Key impl | Ralf Jung | -9/+0 |
| 2023-10-02 | remove Key impls for types that involve an AllocId | Ralf Jung | -24/+0 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+9 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -7/+0 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -10/+0 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -5/+4 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+2 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -5/+4 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -6/+5 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -17/+12 |
| 2023-09-10 | Cache reachable_set on disk | Tomasz Miąsko | -0/+1 |
| 2023-09-09 | Auto merge of #115657 - Zoxc:source-span-avoid-query, r=cjgillot | bors | -1/+1 |
| 2023-09-08 | Avoid a `source_span` query when encoding Spans into query results | John Kåre Alsaker | -1/+1 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -1/+1 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -2/+3 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -1/+19 |
| 2023-08-27 | Pass ErrorGuaranteed to cycle error | Michael Goulet | -2/+3 |
| 2023-08-16 | Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Ki | bors | -1/+0 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -16/+74 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -16/+74 |