| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebank | Dylan DPC | -6/+23 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -2/+3 |
| 2020-05-14 | Don't ICE on missing `Unsize` impl | Nathan Corbyn | -6/+23 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -15/+6 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -2/+3 |
| 2020-05-12 | review comments | Esteban Küber | -2/+9 |
| 2020-05-12 | Increase verbosity of bound restriction suggestions | Esteban Küber | -4/+8 |
| 2020-05-12 | Suggest adding super trait constraints | Esteban Küber | -4/+41 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -15/+6 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 2020-05-11 | Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwco | Dylan DPC | -0/+9 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -5/+5 |
| 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-07 | Reintegrate chalk using chalk-solve | Jack Huey | -14/+296 |
| 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-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 | 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 |