| Age | Commit message (Expand) | Author | Lines |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -0/+6 |
| 2022-07-06 | Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister | bors | -1/+1 |
| 2022-07-05 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -1/+1 |
| 2022-07-04 | fully move dropck to mir | lcnr | -1/+2 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -2/+6 |
| 2022-06-29 | Improve doc comment of destructure_const | Dominik Stolz | -1/+2 |
| 2022-06-28 | Improve pretty printing of valtrees for references | Dominik Stolz | -5/+2 |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -7/+5 |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -3/+4 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -3/+4 |
| 2022-06-21 | Perform wf checking per module. | Camille GILLOT | -0/+4 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -7/+1 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -3/+3 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -3/+0 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -0/+1 |
| 2022-06-14 | address review | b-naber | -6/+6 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -11/+1 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -4/+1 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -2/+9 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -5/+0 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -5/+0 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -1/+1 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -0/+6 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -0/+6 |
| 2022-05-24 | Remove the check_mod_intrinsics query | Oli Scherer | -4/+0 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -6/+0 |
| 2022-05-20 | Auto merge of #95418 - cjgillot:more-disk, r=davidtwco | bors | -2/+36 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -9/+26 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -0/+5 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -9/+26 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -0/+5 |
| 2022-05-13 | Do not cache item_attrs. | Camille GILLOT | -1/+0 |
| 2022-05-13 | Cache more queries on disk. | Camille GILLOT | -2/+37 |
| 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 |