| Age | Commit message (Expand) | Author | Lines |
| 2022-08-16 | Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors | Matthias Krüger | -5/+41 |
| 2022-08-16 | Rollup merge of #100567 - Rageking8:fix-100563, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2022-08-16 | Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa | Matthias Krüger | -166/+27 |
| 2022-08-16 | Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiser | Matthias Krüger | -2/+17 |
| 2022-08-16 | Rollup merge of #100338 - lyming2007:issue-100285-fix, r=petrochenkov | Matthias Krüger | -1/+9 |
| 2022-08-15 | when there are 3 or more return statements in the loop | Yiming Lei | -1/+9 |
| 2022-08-16 | use `span_suggestion` instead of `span_suggestion_verbose` | Takayuki Maeda | -2/+2 |
| 2022-08-15 | Rollup merge of #100586 - the8472:available_parallelism_2, r=jyn514 | Matthias Krüger | -2/+1 |
| 2022-08-15 | Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors | Matthias Krüger | -215/+163 |
| 2022-08-15 | Rollup merge of #100528 - tux3:riscv-bitmanip-features, r=davidtwco | Matthias Krüger | -0/+4 |
| 2022-08-15 | Rollup merge of #100514 - compiler-errors:issue-100191, r=spastorino | Matthias Krüger | -1/+7 |
| 2022-08-15 | Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebank | Matthias Krüger | -1/+1 |
| 2022-08-15 | Rollup merge of #100377 - est31:fluent_grepability, r=davidtwco | Matthias Krüger | -376/+398 |
| 2022-08-15 | Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister | Matthias Krüger | -3/+33 |
| 2022-08-15 | Auto merge of #100569 - matthiaskrgr:rollup-9450lzs, r=matthiaskrgr | bors | -151/+145 |
| 2022-08-16 | suggest adding an array length if possible | Takayuki Maeda | -5/+41 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -2/+1 |
| 2022-08-15 | Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley... | bors | -250/+697 |
| 2022-08-15 | Rollup merge of #100566 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-15 | Rollup merge of #100534 - Rageking8:Rageking8-refactor1, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-08-15 | Rollup merge of #100506 - lcnr:fnctxt-yeet, r=compiler-errors | Matthias Krüger | -34/+45 |
| 2022-08-15 | Rollup merge of #100483 - compiler-errors:point-to-projection-too, r=jyn514 | Matthias Krüger | -23/+27 |
| 2022-08-15 | Rollup merge of #100277 - m-ou-se:format-args-1, r=compiler-errors | Matthias Krüger | -90/+64 |
| 2022-08-15 | Rollup merge of #100211 - cjgillot:ctfe-mir-available, r=michaelwoerister | Matthias Krüger | -0/+5 |
| 2022-08-15 | Add missing closing quote | Rageking8 | -1/+1 |
| 2022-08-15 | use `create_snapshot_for_diagnostic` instead of `clone` for `Parser` | Takayuki Maeda | -2/+2 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -128/+200 |
| 2022-08-15 | Simplify attribute handling in `parse_bottom_expr`. | Nicholas Nethercote | -208/+159 |
| 2022-08-15 | Auto merge of #100510 - compiler-errors:as-a-treat, r=jackh726 | bors | -38/+37 |
| 2022-08-15 | Streamline `parse_path_start_expr`. | Nicholas Nethercote | -9/+6 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -166/+27 |
| 2022-08-14 | Also do it for generics | Michael Goulet | -17/+20 |
| 2022-08-14 | Point to argument if it's self type of unsatisfied projection predicate | Michael Goulet | -6/+7 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -38/+37 |
| 2022-08-14 | Rollup merge of #100253 - obeis:issue-100197, r=cjgillot | Matthias Krüger | -0/+13 |
| 2022-08-14 | Make code slightly more uniform | Rageking8 | -2/+2 |
| 2022-08-14 | Rollup merge of #100487 - tmiasko:assert-safe, r=petrochenkov | Dylan DPC | -0/+3 |
| 2022-08-14 | Rollup merge of #100126 - petrochenkov:screname, r=davidtwco | Dylan DPC | -86/+90 |
| 2022-08-14 | Rollup merge of #100115 - obeis:issue-99910, r=cjgillot | Dylan DPC | -0/+26 |
| 2022-08-14 | Rollup merge of #99861 - lcnr:orphan-check-cg, r=jackh726 | Dylan DPC | -1/+15 |
| 2022-08-14 | Rollup merge of #99582 - compiler-errors:issue-99566, r=cjgillot | Dylan DPC | -0/+11 |
| 2022-08-14 | feat: Target features for 1st group of RISC-V Bitmanip extensions | tux3 | -0/+4 |
| 2022-08-13 | Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r... | Michael Goulet | -4/+6 |
| 2022-08-13 | Rollup merge of #100446 - TaKO8Ki:suggest-removing-semicolon-after-impl-trait... | Michael Goulet | -4/+34 |
| 2022-08-13 | Rollup merge of #100431 - compiler-errors:enum-ctor-variant-stab, r=estebank | Michael Goulet | -1/+4 |
| 2022-08-13 | Rollup merge of #100367 - fmease:fix-100365, r=compiler-errors | Michael Goulet | -16/+37 |
| 2022-08-13 | Rollup merge of #99646 - compiler-errors:arg-mismatch-single-arg-label, r=est... | Michael Goulet | -19/+41 |
| 2022-08-13 | Delay span bug when failing to normalize negative coherence impl subject due ... | Michael Goulet | -1/+7 |
| 2022-08-13 | Rollup merge of #100490 - lcnr:wf-consts, r=jackh726 | Michael Goulet | -9/+7 |
| 2022-08-13 | Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead | Michael Goulet | -2/+6 |