| Age | Commit message (Expand) | Author | Lines |
| 2021-03-02 | Auto merge of #82698 - JohnTitor:rollup-htd533c, r=JohnTitor | bors | -2/+2 |
| 2021-03-01 | Get TyCtxt from self instead of passing as argument in AutoTraitFinder | Noam Koren | -2/+2 |
| 2021-02-28 | Remove an old FIXME comment and inline attribute | Ömer Sinan Ağacan | -1/+0 |
| 2021-02-27 | Auto merge of #80454 - JulianKnodt:ob_forest_op, r=matthewjasper | bors | -19/+24 |
| 2021-02-25 | fix review | klensy | -5/+3 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -3/+8 |
| 2021-02-23 | Small optimizations to obligation forest | kadmin | -19/+24 |
| 2021-02-19 | Auto merge of #82020 - jyn514:mut-passes, r=camelid,GuillaumeGomez | bors | -1/+1 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -2/+2 |
| 2021-02-18 | Rollup merge of #82194 - estebank:arbitrary-bounds-suggestion, r=petrochenkov | Dylan DPC | -3/+23 |
| 2021-02-18 | Rollup merge of #82112 - BoxyUwU:tumbleweed, r=varkor | Dylan DPC | -23/+15 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -61/+43 |
| 2021-02-18 | Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitor | bors | -1/+1 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -6/+88 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -1/+1 |
| 2021-02-17 | In some limited cases, suggest `where` bounds for non-type params | Esteban Küber | -3/+23 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -1/+1 |
| 2021-02-15 | name async generators something more human friendly in type error diagnostics | Gus Wynn | -2/+2 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -1/+17 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -6/+88 |
| 2021-02-15 | the environment round here is awfully empty | Ellen | -23/+15 |
| 2021-02-14 | Rollup merge of #82029 - tmiasko:debug, r=matthewjasper | Dylan DPC | -2/+2 |
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 |
| 2021-02-14 | update message | Henry Boisdequin | -5/+5 |
| 2021-02-13 | Remove unnecessary function parameters project.rs | Matthew Jasper | -21/+9 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -2/+1 |
| 2021-02-13 | Remove some unnecessary `trait_ref` calls | Matthew Jasper | -15/+11 |
| 2021-02-13 | Don't go through TraitRef to relate projections | Matthew Jasper | -17/+18 |
| 2021-02-13 | Remove ProjectionTy::from_ref_and_name | Matthew Jasper | -6/+4 |
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -2/+2 |
| 2021-02-12 | Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnr | bors | -1/+29 |
| 2021-02-12 | Don't check self type twice | Ryan Levick | -4/+1 |
| 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 |