| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1261/+0 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-24 | improve normalize cycle error | Bastian Kauschke | -1/+1 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -4/+4 |
| 2020-03-21 | Allow `hir().find` to return `None` | John Kåre Alsaker | -2/+2 |
| 2020-03-19 | rustc/query: tweak comments on hir_owner{,_nodes}. | Eduard-Mihai Burtescu | -4/+5 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -5/+5 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -8/+12 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -5/+5 |
| 2020-03-14 | Add some comments to the new queries | John Kåre Alsaker | -0/+13 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Update `trait_impls` | John Kåre Alsaker | -0/+3 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -0/+4 |
| 2020-03-14 | Create Map after TyCtxt | John Kåre Alsaker | -0/+6 |
| 2020-03-14 | Add HIR queries | John Kåre Alsaker | -0/+8 |
| 2020-03-09 | Remove the `no_force` query attribute | John Kåre Alsaker | -38/+0 |
| 2020-03-09 | Remove the need for `no_force` | John Kåre Alsaker | -1/+1 |
| 2020-03-09 | Move `analysis` to the query macro | John Kåre Alsaker | -0/+5 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -1/+1 |
| 2020-03-02 | Remove chalk integration | CAD97 | -10/+0 |
| 2020-03-01 | `delay_span_bug` when codegen cannot select obligation | Esteban Küber | -1/+1 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -0/+4 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -0/+4 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -1/+1 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -0/+3 |
| 2020-02-21 | Auto merge of #69242 - cjgillot:object_violations, r=Zoxc | bors | -1/+1 |
| 2020-02-20 | Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov | bors | -1/+1 |
| 2020-02-20 | Erase regions before before performing const eval, to improve caching. | Ben Lewis | -1/+1 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -1/+1 |
| 2020-02-19 | Make is_object_safe a method. | Camille GILLOT | -3/+0 |
| 2020-02-18 | Add `is_const_impl_raw` query | Dylan MacKenzie | -0/+8 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-02-17 | Querify object_safety_violations. | Camille GILLOT | -0/+3 |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` inste... | Ben Lewis | -2/+2 |
| 2020-02-14 | Arena allocate the result of mir_borrowck | Matthew Jasper | -9/+6 |
| 2020-02-14 | Give some more queries descriptions | Matthew Jasper | -1/+6 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -8/+11 |
| 2020-02-09 | Add desc to `specialization_graph_of` query | Jonas Schievink | -1/+2 |
| 2020-02-09 | cache adt_drop_tys | Matthew Jasper | -1/+3 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -1/+1 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -0/+12 |
| 2020-02-06 | Comment tweaks | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -0/+6 |
| 2020-02-06 | Add a `hir_krate` query | John Kåre Alsaker | -0/+6 |
| 2020-02-05 | Make associated item lookup a query | Jonas Schievink | -0/+5 |
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -8/+9 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -0/+34 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -3/+3 |