| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -0/+8 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -3/+3 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -3/+3 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+8 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -3/+3 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -0/+9 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -0/+9 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -4/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | move describe_as_module to where it's used | Mazdak Farrokhzad | -11/+19 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-31 | Auto merge of #67597 - estebank:placeholder-type, r=oli-obk | bors | -0/+10 |
| 2019-12-29 | clean up logic | Esteban Küber | -0/+10 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -9/+8 |