| Age | Commit message (Expand) | Author | Lines |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -0/+3 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -1/+1 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -0/+3 |
| 2022-05-09 | only cache `codegen_fn_attrs` on disk if its local | lcnr | -1/+1 |
| 2022-05-09 | store `codegen_fn_attrs` in crate metadata | lcnr | -0/+1 |
| 2022-05-08 | Fixed typo in docs and correct doc links | Fridtjof Stoldt | -3/+3 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -0/+19 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+6 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -0/+5 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -2/+2 |
| 2022-04-21 | implement (as of now still unused) query for valtree -> constvalue conversion | b-naber | -0/+5 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -0/+6 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -2/+2 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -0/+7 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -0/+6 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -2/+1 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -4/+1 |
| 2022-04-08 | Refactor HIR item-like traversal (part 1) | Miguel Guarniz | -0/+7 |
| 2022-04-02 | Auto merge of #95537 - GuillaumeGomez:type_of-doc, r=Dylan-DPC | bors | -1/+4 |
| 2022-04-02 | Improve TyCtxt::type_of documentation | Guillaume Gomez | -1/+4 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -6/+1 |
| 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 |