| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -0/+11 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -1/+45 |
| 2021-08-29 | Retrieve `DefKind` from HIR map to reduce chance of cycles | Noah Lev | -4/+6 |
| 2021-08-27 | Note that trait aliases cannot be recursive | Noah Lev | -0/+4 |
| 2021-08-27 | Note that type aliases cannot be recursive | Noah Lev | -1/+39 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -1/+1 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -8/+3 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -0/+10 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -0/+10 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -0/+10 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-25 | Create `QuerySideEffects` and use it for diagnostics | Aaron Hill | -58/+49 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -2/+2 |
| 2021-07-18 | Remove deadlock virtual call. | Camille GILLOT | -6/+5 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -37/+1250 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -0/+12 |
| 2021-07-06 | Correct comments about untracked accesses. | Camille GILLOT | -1/+1 |
| 2021-06-25 | rustc_query_impl: Remove unused dependencies | Josh Triplett | -7/+0 |
| 2021-06-15 | Auto merge of #85154 - cjgillot:lessfn, r=bjorn3 | bors | -79/+114 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -4/+0 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -2/+2 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -2/+2 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -4/+0 |
| 2021-05-31 | Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister | bors | -34/+1 |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Only test if key is local. | Camille GILLOT | -76/+110 |
| 2021-05-30 | Reduce amount of function pointers. | Camille GILLOT | -4/+5 |
| 2021-05-30 | Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum | bors | -20/+4 |
| 2021-05-27 | Remove obsolete workaround. | Camille GILLOT | -34/+1 |
| 2021-05-15 | Remove def_path_str. | Camille GILLOT | -5/+2 |
| 2021-05-15 | Move key recovering into force_query. | Camille GILLOT | -15/+2 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -0/+10 |
| 2021-05-01 | Apply `--cfg parallel_compiler` when documenting | Joshua Nelson | -6/+4 |
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -14/+14 |
| 2021-04-12 | Introduce CompileMonoItem DepNode | bjorn3 | -0/+5 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -0/+9 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -0/+9 |
| 2021-03-30 | Stream the dep-graph to a file. | Camille GILLOT | -4/+1 |
| 2021-03-29 | Don't duplicate the extern providers once for each crate | bjorn3 | -15/+13 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -0/+9 |
| 2021-03-12 | Implement valtree | Oli Scherer | -0/+9 |
| 2021-03-10 | Update to rustc-rayon 0.3.1 | Josh Stone | -1/+1 |
| 2021-02-21 | Simplify hashing. | Camille GILLOT | -2/+2 |
| 2021-02-20 | Move print_query_stack to rustc_query_system. | Camille GILLOT | -33/+3 |
| 2021-02-20 | Move report_cycle to rustc_query_system. | Camille GILLOT | -57/+7 |
| 2021-02-20 | Move Query to rustc_query_system. | Camille GILLOT | -43/+16 |
| 2021-02-20 | Do not hold query key in Query. | Camille GILLOT | -54/+62 |
| 2021-02-20 | Access the session directly from DepContext. | Camille GILLOT | -15/+0 |