| Age | Commit message (Expand) | Author | Lines |
| 2021-02-12 | Switch boolean checks | Ryan Levick | -1/+1 |
| 2021-02-12 | Short circuit full corherence check when dealing with types with different re... | Ryan Levick | -5/+6 |
| 2021-02-12 | Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebank | Yuki Okushi | -16/+15 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -1/+1 |
| 2021-02-11 | Make suggestion of changing mutability of arguments broader | Hirochika Matsumoto | -16/+15 |
| 2021-02-09 | Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakis | Dylan DPC | -1/+2 |
| 2021-02-06 | Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr | Jonas Schievink | -3/+3 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -1/+2 |
| 2021-02-05 | Rollup merge of #80726 - lcnr:unsize-query, r=oli-obk | Mara Bos | -18/+44 |
| 2021-02-04 | remove subst_supertrait call | b-naber | -3/+1 |
| 2021-02-04 | Try fast_reject::simplify_type in coherence before doing full check | Ryan Levick | -1/+31 |
| 2021-02-03 | Miscellaneous small diagnostics cleanup | Camelid | -3/+3 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -15/+44 |
| 2021-02-04 | relax adt unsizing requirements | Bastian Kauschke | -8/+5 |
| 2021-02-03 | added a suggestion to create a `const` item if the `fn` in the array repeat e... | Henry Boisdequin | -1/+17 |
| 2021-02-02 | Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr | Jack Huey | -13/+17 |
| 2021-02-02 | Add better diagnostic for missing where clause | kadmin | -13/+17 |
| 2021-02-02 | Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov | bors | -6/+9 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -6/+9 |
| 2021-02-01 | more things are const evaluatable *sparkles* | Ellen | -11/+24 |
| 2021-02-01 | Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkov | Jonas Schievink | -1/+1 |
| 2021-01-31 | Add error message for private fn | kadmin | -1/+1 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -14/+1 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -14/+1 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -12/+3 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -4/+22 |
| 2021-01-27 | comments | Ellen | -1/+3 |
| 2021-01-27 | boop, ur abstract consts are now expanded | Ellen | -4/+20 |
| 2021-01-27 | Rollup merge of #81407 - osa1:issue81098, r=estebank | Yuki Okushi | -2/+4 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -2/+4 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -12/+23 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |
| 2021-01-18 | Add suggestion for impl_candidates with E0283 | Daiki Ihara | -5/+13 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -146/+148 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-16 | Review changes | Jack Huey | -150/+150 |
| 2021-01-16 | Cleanup | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -1/+1 |
| 2021-01-16 | Intermediate formatting and such | Jack Huey | -40/+40 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -37/+39 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -12/+3 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -6/+4 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -0/+6 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -4/+6 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -4/+6 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -1/+1 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -11/+3 |