| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -6/+0 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+13 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -6/+0 |
| 2022-03-25 | Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol... | bors | -1/+1 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-24 | Swap DtorckConstraint to DropckConstraint | InfRandomness | -1/+1 |
| 2022-03-23 | dont use a query for lit_to_constant | b-naber | -4/+0 |
| 2022-03-23 | change thir to lazily create constants | b-naber | -0/+5 |
| 2022-03-21 | try to evaluate in try_unify | b-naber | -4/+4 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+3 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -0/+5 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -7/+7 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -0/+9 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -3/+3 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -0/+4 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -3/+3 |
| 2022-02-17 | Add module-level docs for `rustc_middle::query` | pierwill | -0/+6 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -3/+5 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -6/+6 |
| 2022-02-09 | Explain &Arc. | Camille GILLOT | -0/+4 |
| 2022-02-09 | Make FnAbiError Copy. | Camille GILLOT | -4/+2 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -3/+1 |
| 2022-02-09 | Use a slice in DefIdForest. | Camille GILLOT | -2/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -15/+33 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -1/+1 |
| 2022-02-02 | Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillot | bors | -1/+1 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -0/+16 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -0/+16 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -1/+9 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -17/+4 |
| 2022-01-29 | Make local_def_id_to_hir_id query directly returh HirId | Santiago Pastorino | -1/+1 |
| 2022-01-28 | Make local_def_id_to_hir_id return MaybeOwner<()> | Santiago Pastorino | -1/+1 |
| 2022-01-28 | Separate hir_owner query into two queries to avoid using extensive data on in... | Santiago Pastorino | -1/+9 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -17/+4 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -2/+2 |
| 2022-01-25 | Return an indexmap in `all_local_trait_impls` query | pierwill | -1/+1 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -1/+1 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -3/+2 |
| 2022-01-15 | initial revert | Ellen | -6/+3 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -10/+0 |
| 2022-01-12 | Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrum | bors | -2/+1 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -7/+0 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -7/+0 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -4/+4 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -1/+1 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -0/+26 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -7/+0 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -4/+2 |