| Age | Commit message (Expand) | Author | Lines |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+196 |
| 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 | 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 | 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 |
| 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 | Implement concat_bytes! | Smitty | -0/+196 |
| 2021-12-07 | Add test for packed drops in generators | Tomasz Miąsko | -2/+26 |
| 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 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+282 |
| 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 |
| 2021-12-05 | Fix ICE in `check_must_not_suspend_ty()` | Fabian Wolff | -0/+60 |
| 2021-12-05 | Pretty print async block without redundant space | David Tolnay | -5/+5 |
| 2021-12-05 | Add pretty printer test for async blocks | David Tolnay | -0/+9 |
| 2021-12-05 | Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jsha | bors | -67/+64 |
| 2021-12-05 | Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr | bors | -140/+188 |
| 2021-12-05 | Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-12-05 | Rollup merge of #91450 - hkmatsumoto:hide-type-error, r=estebank | Matthias Krüger | -0/+28 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -138/+136 |
| 2021-12-05 | Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnr | Matthias Krüger | -1/+23 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -1/+2 |
| 2021-12-05 | add test and bless existing ones | b-naber | -1/+62 |
| 2021-12-05 | bless tests | b-naber | -1/+1 |
| 2021-12-05 | add test | b-naber | -0/+22 |
| 2021-12-04 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -3/+12 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -1/+1 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -19/+0 |
| 2021-12-05 | Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakis | Matthias Krüger | -3/+239 |
| 2021-12-05 | Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726 | Matthias Krüger | -13/+22 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -1/+1 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+2 |