| Age | Commit message (Expand) | Author | Lines |
| 2022-08-19 | Refactor if-available setting to work in CI | Mark Rousskov | -44/+79 |
| 2022-08-19 | Minor refactoring | Mark Rousskov | -2/+1 |
| 2022-08-19 | Auto merge of #99541 - timvermeulen:flatten_cleanup, r=the8472 | bors | -137/+280 |
| 2022-08-18 | Auto merge of #98851 - klensy:encode_symbols, r=cjgillot | bors | -3/+113 |
| 2022-08-18 | Auto merge of #98807 - cbeuw:derived-obligation, r=compiler-errors | bors | -279/+279 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -279/+279 |
| 2022-08-18 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -67/+69 |
| 2022-08-18 | Auto merge of #100682 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2022-08-18 | Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay | bors | -252/+38 |
| 2022-08-18 | Auto merge of #100708 - matthiaskrgr:rollup-vl0olnj, r=matthiaskrgr | bors | -102/+314 |
| 2022-08-18 | Rollup merge of #100688 - compiler-errors:issue-100684, r=wesleywiser | Matthias Krüger | -1/+36 |
| 2022-08-18 | Rollup merge of #100674 - PragmaTwice:mig-typeck-unused-crate-diag, r=davidtwco | Matthias Krüger | -37/+52 |
| 2022-08-18 | Rollup merge of #100670 - Xiretza:parser-stmt-force-collect-docs, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-08-18 | Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorino | Matthias Krüger | -29/+6 |
| 2022-08-18 | Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=... | Matthias Krüger | -25/+78 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -3/+54 |
| 2022-08-18 | Rollup merge of #100637 - andrewpollack:fuchsia-docs-adjustments, r=tmandry | Matthias Krüger | -3/+17 |
| 2022-08-18 | Rollup merge of #99966 - RalfJung:try-dont-panic, r=lcnr | Matthias Krüger | -1/+3 |
| 2022-08-18 | Rollup merge of #97962 - eholk:drop-tracking-must-not-suspend, r=cjgillot | Matthias Krüger | -2/+67 |
| 2022-08-17 | ty::Error does not match other types for region constraints | Michael Goulet | -1/+36 |
| 2022-08-17 | Hotfix for duplicated slug name on VarStillRepeating struct | nidnogg | -1/+1 |
| 2022-08-17 | Auto merge of #100677 - matthiaskrgr:rollup-au41ho1, r=matthiaskrgr | bors | -414/+577 |
| 2022-08-17 | Moved structs to rustc_expand::errors, added several more migrations, fixed s... | nidnogg | -3/+1 |
| 2022-08-17 | Moved structs to rustc_expand::errors, added several more migrations, fixed s... | nidnogg | -36/+70 |
| 2022-08-17 | remove #[primary_span] | PragmaTwice | -4/+4 |
| 2022-08-17 | update Miri | Ralf Jung | -7/+9 |
| 2022-08-17 | fix test file | PragmaTwice | -4/+2 |
| 2022-08-17 | use `suggestion_short` in `LintDiagnostic` | Twice | -1/+1 |
| 2022-08-17 | Rollup merge of #100661 - PunkyMunky64:patch-1, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-08-17 | Rollup merge of #100660 - PunkyMunky64:patch-2, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-08-17 | Rollup merge of #100656 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -1/+1 |
| 2022-08-17 | Rollup merge of #100655 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-08-17 | Rollup merge of #100652 - compiler-errors:no-defer-sized-checks, r=TaKO8Ki | Matthias Krüger | -107/+37 |
| 2022-08-17 | Rollup merge of #100646 - finalchild:emoji-diag, r=compiler-errors | Matthias Krüger | -18/+31 |
| 2022-08-17 | Rollup merge of #100621 - taiki-e:armv4t-atomics-32, r=cuviper | Matthias Krüger | -2/+6 |
| 2022-08-17 | Rollup merge of #100608 - tshepang:needless-separation, r=TaKO8Ki | Matthias Krüger | -2/+0 |
| 2022-08-17 | Rollup merge of #100532 - RalfJung:unwind-miri, r=Mark-Simulacrum | Matthias Krüger | -1/+7 |
| 2022-08-17 | Rollup merge of #100489 - lcnr:is_knowable-Result, r=davidtwco | Matthias Krüger | -8/+8 |
| 2022-08-17 | Rollup merge of #100389 - compiler-errors:return-type-suggestion-cycle, r=cjg... | Matthias Krüger | -0/+75 |
| 2022-08-17 | Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum | Matthias Krüger | -163/+219 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -66/+73 |
| 2022-08-17 | Rollup merge of #99972 - RalfJung:1zst, r=lcnr | Matthias Krüger | -1/+3 |
| 2022-08-17 | Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=... | Matthias Krüger | -39/+111 |
| 2022-08-17 | Migrate lint reports in typeck::check_unused to LintDiagnostic | PragmaTwice | -37/+54 |
| 2022-08-17 | Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recovery | Xiretza | -1/+1 |
| 2022-08-17 | `is_knowable` use `Result` instead of `Option` | lcnr | -8/+8 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-17 | Remove `AttributesExt::other_attrs`. | Nicholas Nethercote | -6/+0 |
| 2022-08-17 | Remove `attrs` arg from `typaram` and `mk_ty_param`. | Nicholas Nethercote | -6/+4 |