| Age | Commit message (Expand) | Author | Lines |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -3/+2 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+15 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -0/+13 |
| 2021-05-12 | `coverageinfo` query needs to use the same MIR as codegen | Rich Kadel | -3/+2 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -4/+3 |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -10/+6 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for visible_parent_map. | Camille GILLOT | -4/+2 |
| 2021-05-12 | Use () for lang items. | Camille GILLOT | -8/+6 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for typeck_item_bodies. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for inherent_impls. | Camille GILLOT | -6/+3 |
| 2021-05-12 | Use () for inferred_outlives_crate. | Camille GILLOT | -2/+1 |
| 2021-05-12 | Use () for crate_variances. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for mir_keys. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for lint_levels. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () for HIR queries. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -3/+3 |
| 2021-05-12 | Use () in dependency_formats. | Camille GILLOT | -3/+1 |
| 2021-05-11 | Introduce the (WIP) THIR unsafety checker | LeSeulArtichaut | -0/+13 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -0/+4 |
| 2021-05-01 | Auto merge of #83114 - cjgillot:hop, r=eddyb | bors | -1/+10 |
| 2021-04-29 | Introduce a hir_owner_parent query. | Camille GILLOT | -0/+9 |
| 2021-04-29 | Split crate_hash from index_hir. | Camille GILLOT | -1/+1 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+1 |
| 2021-04-22 | Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkor | bors | -1/+1 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-16 | Mark `has_global_allocator` query as `eval_always` | Aaron Hill | -0/+2 |
| 2021-04-05 | resolve conflicts | hi-rustin | -1/+1 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -5/+0 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -0/+7 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -0/+4 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -0/+7 |
| 2021-03-25 | Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakis | bors | -4/+19 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -2/+8 |
| 2021-03-24 | Review comments | Jack Huey | -4/+14 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -3/+8 |
| 2021-03-23 | Update with comments | kadmin | -1/+1 |
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+6 |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -0/+4 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -2/+8 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -0/+8 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -0/+8 |
| 2021-03-15 | Functions inlined into reachable functions are reachable | Tomasz Miąsko | -0/+8 |
| 2021-03-15 | Mark `extern_mod_stmt_cnum` as `eval_always` | Aaron Hill | -0/+2 |
| 2021-03-12 | Intern valtree field vector | Oli Scherer | -1/+1 |
| 2021-03-12 | Implement valtree | Oli Scherer | -0/+8 |