| Age | Commit message (Expand) | Author | Lines |
| 2021-08-30 | Enforce diverging let...else | Cameron Steffen | -0/+3 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -2/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -2/+46 |
| 2021-08-20 | Require a box expression's type to be Sized | Anton Golov | -0/+2 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -2/+41 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -0/+5 |
| 2021-08-13 | Make selection and evaluation caches use constness | Deadbeef | -2/+2 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -6/+28 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -0/+3 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -5/+12 |
| 2021-07-09 | Revert the revert of renaming traits::VTable to ImplSource | Paul Trojahn | -3/+3 |
| 2021-04-27 | Make traits with GATs not object safe | Jack Huey | -0/+8 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -0/+3 |
| 2021-03-31 | Add u32 for bound variables to Binder | Jack Huey | -1/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -12/+0 |
| 2021-03-21 | Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk | Dylan DPC | -2/+2 |
| 2021-03-16 | fix expected/found order on impl trait projection mismatch | SNCPlay42 | -0/+3 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-03-02 | errooaaar~ | Ellen | -2/+2 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -2/+19 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -1/+4 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -2/+19 |
| 2021-02-03 | added a suggestion to create a `const` item if the `fn` in the array repeat e... | Henry Boisdequin | -1/+4 |
| 2021-02-02 | Update Chalk | Jack Huey | -4/+21 |
| 2021-02-01 | Upgrade Chalk | Jack Huey | -0/+15 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -2/+1 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -2/+2 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+1 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -1/+1 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -6/+9 |
| 2020-11-16 | words | lcnr | -1/+1 |
| 2020-10-30 | Update chalk 0.32.0 -> 0.35.0 | Matthew Jasper | -42/+26 |
| 2020-10-23 | Review comments: use newtype instead of `bool` | Esteban Küber | -2/+15 |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -2/+2 |
| 2020-10-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -0/+1 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -1/+4 |
| 2020-10-20 | review comments | Esteban Küber | -1/+1 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -20/+54 |
| 2020-10-06 | Handle multiple applicable projection candidates | Matthew Jasper | -3/+4 |
| 2020-10-06 | Rollup merge of #76995 - LingMan:middle_matches, r=varkor | Yuki Okushi | -4/+1 |
| 2020-09-24 | remove enum name from ImplSource variants | Bastian Kauschke | -56/+55 |
| 2020-09-21 | Reduce boilerplate with the matches! macro | LingMan | -4/+1 |
| 2020-09-14 | Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkor | bors | -0/+3 |
| 2020-09-11 | Add test cases and address review comments | Esteban Küber | -2/+2 |
| 2020-09-11 | Suggest boxed trait objects in tail `match` and `if` expressions | Esteban Küber | -0/+3 |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -31/+5 |
| 2020-09-07 | Rollup merge of #76340 - jonas-schievink:rm-dupe, r=Mark-Simulacrum | Dylan DPC | -68/+0 |
| 2020-09-04 | Review comments | Jack Huey | -23/+19 |