| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-09 | Use BTreeMap to store attributes. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Collect attributes during HIR lowering. | Camille GILLOT | -0/+9 |
| 2021-02-25 | Rollup merge of #82510 - jyn514:fix-typo, r=Dylan-DPC | Aaron Hill | -1/+1 |
| 2021-02-25 | Fix typo in `param_env_reveal_all_normalized` #82510 | Joshua Nelson | -1/+1 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -0/+10 |
| 2021-02-23 | yeet | Ellen | -0/+10 |
| 2021-02-19 | Wrap QueryDescription into a macro. | Camille GILLOT | -25/+0 |
| 2021-02-19 | Make QueryEngine opaque to TyCtxt. | Camille GILLOT | -1/+1 |
| 2021-02-19 | Wrap TyCtxt inside a QueryCtxt for queries. | Camille GILLOT | -0/+1 |
| 2021-02-19 | Decouple the on-disk cache from the query engine. | Camille GILLOT | -6/+1 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -1/+1 |
| 2021-02-09 | Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPC | bors | -2/+13 |
| 2021-02-08 | Switch query descriptions to just String | Mark Rousskov | -1/+0 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -2/+13 |
| 2021-01-31 | Indent the code correctly again after removing the query categories. | Julian Wollersberger | -1399/+1399 |
| 2021-01-31 | Remove the remains of the query categories. | Julian Wollersberger | -106/+13 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+21 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+21 |
| 2021-01-23 | Iterate to encode def_kind. | Camille GILLOT | -1/+1 |
| 2021-01-17 | Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisa | Mara Bos | -5/+0 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -1/+1 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -0/+2 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -0/+9 |
| 2021-01-13 | Remove is_dllimport_foreign_item def from cg_ssa | bjorn3 | -5/+0 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -0/+9 |
| 2021-01-12 | Make `DefIdForest` cheaper to clone | Nadrieril | -1/+1 |
| 2021-01-12 | Turn type inhabitedness into a query | Nadrieril | -0/+9 |