| Age | Commit message (Expand) | Author | Lines |
| 2022-08-17 | Migrate lint reports in typeck::check_unused to LintDiagnostic | PragmaTwice | -37/+54 |
| 2022-08-16 | Auto merge of #100644 - TaKO8Ki:rollup-n0o6a1t, r=TaKO8Ki | bors | -15/+2 |
| 2022-08-17 | Rollup merge of #100629 - GuillaumeGomez:merged-ty, r=compiler-errors | Takayuki Maeda | -2/+2 |
| 2022-08-17 | Rollup merge of #100243 - kckeiks:remove-macros-in-query-system, r=cjgillot | Takayuki Maeda | -13/+0 |
| 2022-08-16 | Auto merge of #100626 - Dylan-DPC:rollup-mwbm7kj, r=Dylan-DPC | bors | -41/+98 |
| 2022-08-16 | Use `merged_ty` method instead of rewriting it every time | Guillaume Gomez | -2/+2 |
| 2022-08-16 | Rollup merge of #100622 - taiki-e:aarch64-atomic-128, r=Amanieu | Dylan DPC | -5/+5 |
| 2022-08-16 | Rollup merge of #100610 - nnethercote:ast-and-parser-tweaks, r=spastorino | Dylan DPC | -25/+14 |
| 2022-08-16 | Rollup merge of #100609 - chenyukang:fix-100527, r=davidtwco | Dylan DPC | -8/+27 |
| 2022-08-16 | Rollup merge of #99942 - compiler-errors:nonsense-un-tupled-fn-trait-error, r... | Dylan DPC | -3/+52 |
| 2022-08-16 | use proper words in help message for floating point | yukang | -8/+13 |
| 2022-08-16 | Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors | bors | -0/+37 |
| 2022-08-16 | Support 128-bit atomics on all aarch64 targets | Taiki Endo | -5/+5 |
| 2022-08-16 | Auto merge of #100441 - nnethercote:shrink-ast-Attribute, r=petrochenkov | bors | -36/+54 |
| 2022-08-16 | Auto merge of #100611 - matthiaskrgr:rollup-rxj10ur, r=matthiaskrgr | bors | -183/+109 |
| 2022-08-16 | Rollup merge of #100600 - saethlin:rename-memory-hooks, r=RalfJung | Matthias Krüger | -8/+14 |
| 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-16 | Add some more AST node size assertions. | Nicholas Nethercote | -0/+5 |
| 2022-08-16 | Extend invalid floating point literal suffix suggestion | yukang | -8/+22 |
| 2022-08-16 | Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa | bors | -64/+12 |
| 2022-08-16 | Avoid unnecessary cloning in `Parser::get_ident_from_generic_arg`. | Nicholas Nethercote | -9/+5 |
| 2022-08-16 | Remove `{ast,hir}::WhereEqPredicate::id`. | Nicholas Nethercote | -16/+4 |
| 2022-08-15 | Remove usages of opt_remap_env_constness | Miguel Guarniz | -4/+0 |
| 2022-08-16 | Fix error message with non-tupled bare fn trait | Michael Goulet | -3/+52 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -36/+54 |
| 2022-08-15 | Rename Machine memory hooks to suggest when they run | Ben Kimock | -8/+14 |
| 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 | Fix #95079 by adding help and suggestion for missing move in nested closure | Yan Chen | -0/+37 |
| 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 | Remove opt_remap_env_constness from rustc_query_impl | Miguel Guarniz | -11/+2 |
| 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 |