| Age | Commit message (Expand) | Author | Lines |
| 2020-05-04 | add a missing word | Dante Broggi | -1/+1 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -38/+391 |
| 2020-05-03 | review comment: use early return | Esteban Küber | -10/+19 |
| 2020-05-03 | review comments: move logic to their own methods | Esteban Küber | -137/+139 |
| 2020-05-03 | fix rebase | Esteban Küber | -1/+3 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -15/+8 |
| 2020-05-02 | Add docs | Esteban Küber | -0/+18 |
| 2020-05-02 | Suggest constraint on `impl Trait` in return type | Esteban Küber | -21/+47 |
| 2020-05-02 | fix rebase | Esteban Küber | -1/+1 |
| 2020-05-02 | Point at associated types when they have a default type | Esteban Küber | -6/+64 |
| 2020-05-02 | review comment: use or patterns | Esteban Küber | -4/+2 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -41/+157 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -10/+134 |
| 2020-05-02 | Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | bors | -1/+23 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -3/+3 |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -2/+1 |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-05-02 | Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | Dylan DPC | -1/+23 |
| 2020-05-02 | ty: use `delay_span_bug` in `ty::AdtDef::eval_explicit_discr`. | Eduard-Mihai Burtescu | -15/+8 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -2/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-05-02 | Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPC | bors | -322/+35 |
| 2020-05-01 | Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726 | Dylan DPC | -320/+1 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -2/+34 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -320/+1 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -0/+1 |
| 2020-05-01 | Prevent functions with `#[target_feature]` to be coerced to safe function poi... | LeSeulArtichaut | -1/+23 |
| 2020-05-01 | Move the DepNode construction to librustc_query_system. | Camille GILLOT | -7/+1 |
| 2020-05-01 | Monomorphise load_from_disk_and_cache_in_memory. | Camille GILLOT | -1/+1 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -27/+27 |
| 2020-04-30 | Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasper | Tyler Mandry | -0/+6 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -134/+0 |
| 2020-04-30 | handle ByRef in relate | Bastian Kauschke | -2/+34 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -0/+6 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -7/+7 |
| 2020-04-28 | Fix incremental compilation. | Camille GILLOT | -2/+2 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -17/+9 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Allow the QueryCache to specify storage. | Camille GILLOT | -3/+11 |
| 2020-04-27 | Accept `LocalDefId` as keyt for `names_imported_by_glob_use` | marmeladema | -8/+6 |
| 2020-04-27 | Use `LocalDefId` for `type_param_predicates` query | marmeladema | -0/+11 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -7/+5 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -23/+14 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -8/+5 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -23/+14 |
| 2020-04-23 | Address comments from review | marmeladema | -7/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -11/+10 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -13/+20 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -4/+5 |