| Age | Commit message (Expand) | Author | Lines |
| 2020-05-11 | bless ui tests | csmoe | -3/+19 |
| 2020-05-10 | remove try_trait lang item | csmoe | -32/+26 |
| 2020-05-10 | suggest await before try when performing trait selection | csmoe | -0/+91 |
| 2020-05-09 | add regression tests + improve method name | Bastian Kauschke | -4/+4 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -2/+1 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -14/+296 |
| 2020-05-09 | Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m | Dylan DPC | -1/+1 |
| 2020-05-08 | Fix debug assertion in error code | Matthew Jasper | -0/+9 |
| 2020-05-08 | fix canonicalization links | mark | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+1 |
| 2020-05-08 | checking on either interior or upvar | csmoe | -119/+132 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -14/+296 |
| 2020-05-07 | perf: Revert accidental inclusion of a part of #69218 | Markus Westerlind | -12/+6 |
| 2020-05-07 | Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco | Dylan DPC | -3/+17 |
| 2020-05-07 | Fix E0284 to not use incorrect wording | Esteban Küber | -3/+17 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -88/+108 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -184/+6 |
| 2020-05-06 | bless issue-70818 test case | csmoe | -10/+7 |
| 2020-05-06 | filter upvars that cause trait obligation | csmoe | -120/+134 |
| 2020-05-05 | record upvar into GeneratorInteriorTypeCause | csmoe | -17/+18 |
| 2020-05-05 | make yield span optional | csmoe | -7/+9 |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -15/+23 |
| 2020-05-05 | perf: Merge region_obligations snapshotting into the undo log | Markus Westerlind | -1/+1 |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -1/+1 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -184/+6 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -0/+5 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -0/+7 |
| 2020-05-03 | Fix tidy checks | Kevin Per | -22/+19 |
| 2020-05-03 | Adding if to prevent borrowing suggestion in structs #71136 | Kevin Per | -6/+46 |
| 2020-05-03 | Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkov | Dylan DPC | -6/+11 |
| 2020-05-02 | Point at associated types when they have a default type | Esteban Küber | -0/+7 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -6/+11 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -2/+2 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -3/+3 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -88/+108 |
| 2020-05-02 | Auto merge of #71795 - RalfJung:rollup-yqxfi5a, r=RalfJung | bors | -1/+0 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2020-05-02 | Auto merge of #70170 - eddyb:wf-early-exit, r=nikomatsakis | bors | -43/+45 |
| 2020-05-01 | remove obsolete comment | Tshepang Lekhonkhobe | -1/+0 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -2/+2 |
| 2020-04-30 | wf: {Int,Float}Var can only infer to always-WF ints/floats. | Eduard-Mihai Burtescu | -2/+8 |
| 2020-04-30 | wf: handle "livelock" checking before reaching `WfPredicates::compute`. | Eduard-Mihai Burtescu | -42/+38 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-29 | forbid `dyn Trait` in const generics | Bastian Kauschke | -0/+5 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 |
| 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 | -114/+91 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -14/+37 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -14/+37 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |