| Age | Commit message (Expand) | Author | Lines |
| 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-08 | Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle | Matthias Krüger | -1/+1 |
| 2021-12-08 | Rollup merge of #91619 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -0/+0 |
| 2021-12-08 | Rollup merge of #91610 - aDotInTheVoid:patch-2, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 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 #90550 - ehuss:update-ca, r=Mark-Simulacrum | Matthias Krüger | -0/+52 |
| 2021-12-08 | Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si... | Matthias Krüger | -12/+38 |
| 2021-12-08 | Auto merge of #91500 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -1/+1 |
| 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 | -1/+300 |
| 2021-12-07 | Add missing whitespace before disabled HTML attribute | Guillaume Gomez | -1/+1 |
| 2021-12-07 | Rollup merge of #91622 - lnicola:rust-analyzer-2021-12-07, r=lnicola | Matthias Krüger | -15/+15 |
| 2021-12-07 | Rollup merge of #91620 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 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-07 | :arrow_up: rust-analyzer | Laurențiu Nicola | -15/+15 |
| 2021-12-06 | Update books | Eric Huss | -0/+0 |
| 2021-12-06 | Update cargo | Eric Huss | -0/+0 |
| 2021-12-07 | Auto merge of #91599 - RalfJung:miri, r=RalfJung | bors | -8/+15 |
| 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 |
| 2021-12-07 | Refer to const params as "const params" and not "type params" | Esteban Kuber | -2/+2 |
| 2021-12-07 | Refer to uninferred `const` params by their name, instead of `{ _: _ }` | Esteban Kuber | -2/+2 |
| 2021-12-07 | Only shown relevant type params in E0283 label | Esteban Kuber | -2/+37 |
| 2021-12-06 | Link to rustdoc_json_types docs instead of rustdoc-json RFC | Nixon Enraght-Moony | -1/+1 |
| 2021-12-06 | update Miri | Ralf Jung | -8/+15 |
| 2021-12-06 | Expect extern fn with no body when parsing | Michael Howell | -0/+28 |
| 2021-12-06 | Fix AnonConst ICE | threadexception | -0/+33 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -3243/+9876 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -1/+300 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -4/+10 |
| 2021-12-06 | Rollup merge of #91563 - Aaron1011:bump-llvm-stamp, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-12-06 | Rollup merge of #91554 - r00ster91:patch-3, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2021-12-06 | Rollup merge of #91391 - GuillaumeGomez:simplify-no-headless, r=jsha | Matthias Krüger | -4/+7 |
| 2021-12-06 | Rollup merge of #91367 - FabianWolff:issue-91334-ice, r=nagisa | Matthias Krüger | -0/+60 |
| 2021-12-05 | Evaluate inline const pat early and report error if too generic | Gary Guo | -9/+36 |