| Age | Commit message (Expand) | Author | Lines |
| 2021-12-07 | Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 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/+181 |
| 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-06 | Fix AnonConst ICE | threadexception | -0/+33 |
| 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 | Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr | bors | -60/+109 |
| 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 | -58/+57 |
| 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 | bless tests | b-naber | -1/+1 |
| 2021-12-05 | add test | b-naber | -0/+22 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -17/+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 |
| 2021-12-04 | Don't suggest types whose inner type is erroneous | Hirochika Matsumoto | -0/+28 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -16/+287 |
| 2021-12-04 | Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkov | Matthias Krüger | -7/+183 |
| 2021-12-04 | Auto merge of #88439 - cynecx:unwind_asm, r=Amanieu | bors | -44/+149 |
| 2021-12-04 | Rollup merge of #91488 - compiler-errors:issue-91477, r=estebank | Matthias Krüger | -0/+16 |
| 2021-12-04 | Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelid | Matthias Krüger | -10/+10 |
| 2021-12-04 | Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebank | Matthias Krüger | -6/+18 |
| 2021-12-03 | Add test case that evals to `EvaluatedToOkModuloRegions` | Wesley Wiser | -1/+32 |
| 2021-12-03 | Add test with `#[rustc_evaluate_where_clauses]` | Wesley Wiser | -0/+150 |
| 2021-12-03 | Tweak "call this function" suggestion to have smaller span | Esteban Kuber | -7/+18 |
| 2021-12-03 | fix feature-gate test for may_unwind | cynecx | -1/+3 |
| 2021-12-03 | fix inline asm test by not hardcoding symbol names | cynecx | -6/+18 |
| 2021-12-03 | add clobber_abi("C") to may_unwind inline-asm tests | cynecx | -2/+2 |
| 2021-12-03 | add tests for asm's options(may_unwind) | cynecx | -0/+71 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+20 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -44/+44 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -4/+74 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -2/+2 |
| 2021-12-03 | Modify `bounds_span` to ignore bounds coming from a `derive` macro | Esteban Kuber | -12/+12 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -16/+287 |
| 2021-12-03 | Update invalid crate attributes, add help message | Tom Farmer | -7/+183 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -4/+5 |
| 2021-12-02 | Fix ICE when yielding in fn returning impl Trait | Michael Goulet | -0/+16 |
| 2021-12-03 | Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726 | Matthias Krüger | -0/+50 |
| 2021-12-03 | Rollup merge of #91273 - Badel2:ice-index-str, r=estebank | Matthias Krüger | -0/+59 |
| 2021-12-03 | Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebank | Matthias Krüger | -0/+21 |
| 2021-12-03 | Remove incorrect newline from float cast suggestion | Esteban Kuber | -10/+10 |
| 2021-12-02 | Update .stderr files | Eric Holk | -0/+3 |