| Age | Commit message (Expand) | Author | Lines |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -50/+313 |
| 2021-12-11 | Rollup merge of #83174 - camelid:borrow-help, r=oli-obk | Matthias Krüger | -0/+181 |
| 2021-12-11 | Rollup merge of #91373 - djkoloski:fuchsia_test_suite, r=Mark-Simulacrum | Matthias Krüger | -2/+63 |
| 2021-12-11 | Rollup merge of #91310 - hi-rustin:rustin-patch-rustdoc, r=jyn514 | Matthias Krüger | -0/+33 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -0/+387 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -0/+181 |
| 2021-12-10 | Rollup merge of #91678 - b-naber:tests-for-postpone-const-eval, r=jackh726 | Matthias Krüger | -0/+387 |
| 2021-12-10 | Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot | Matthias Krüger | -0/+19 |
| 2021-12-10 | Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandry | Matthias Krüger | -0/+95 |
| 2021-12-10 | fix tests after rebase | Esteban Kuber | -9/+20 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -47/+47 |
| 2021-12-10 | rebase and update nll test | Esteban Kuber | -2/+8 |
| 2021-12-10 | Update nll test | Esteban Kuber | -0/+15 |
| 2021-12-10 | Use a more accurate `Span` for `'static` obligation from return type | Esteban Kuber | -40/+40 |
| 2021-12-10 | Point at return type when it introduces `'static` obligation | Esteban Kuber | -0/+122 |
| 2021-12-10 | Add filtering based on involved required lifetime | Esteban Kuber | -6/+1 |
| 2021-12-10 | Clean up visual output logic | Esteban Kuber | -35/+40 |
| 2021-12-10 | Point at capture points for non-`'static` reference crossing a `yield` point | Esteban Kuber | -7/+116 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -2/+63 |
| 2021-12-09 | Fix span calculation on secondary_label as well | Michael Goulet | -0/+19 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -36/+233 |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -0/+37 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -36/+0 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+196 |
| 2021-12-09 | Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgr | bors | -7/+17 |
| 2021-12-09 | Rollup merge of #91568 - dtolnay:breakspace, r=nagisa | Matthias Krüger | -6/+5 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -1/+12 |
| 2021-12-08 | add tests | b-naber | -0/+387 |
| 2021-12-08 | Pretty print break and continue without redundant space | David Tolnay | -6/+5 |
| 2021-12-08 | Rollup merge of #91637 - tmiasko:generator-packed-drop, r=ecstatic-morse | Matthias Krüger | -2/+26 |
| 2021-12-08 | Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomez | Matthias Krüger | -3/+12 |
| 2021-12-08 | Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa | Matthias Krüger | -0/+36 |
| 2021-12-08 | Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisa | Matthias Krüger | -0/+72 |
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -0/+37 |
| 2021-12-08 | Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -9/+36 |
| 2021-12-08 | Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk | Matthias Krüger | -1/+62 |
| 2021-12-08 | Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisa | Matthias Krüger | -2/+70 |
| 2021-12-08 | Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ... | Matthias Krüger | -22/+52 |
| 2021-12-08 | Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser | Matthias Krüger | -0/+104 |
| 2021-12-08 | Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si... | Matthias Krüger | -12/+38 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -36/+0 |
| 2021-12-07 | Future compatibility warning on cfg_attr on crate_type and crate_name | bjorn3 | -12/+38 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+282 |
| 2021-12-07 | Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum | Matthias Krüger | -5/+14 |
| 2021-12-07 | Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister | Matthias Krüger | -7/+18 |
| 2021-12-07 | Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726 | Matthias Krüger | -0/+33 |
| 2021-12-07 | Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726 | Matthias Krüger | -0/+299 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -0/+44 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -0/+44 |
| 2021-12-07 | Add test with multiple type params failing inference | Esteban Kuber | -12/+45 |