| Age | Commit message (Expand) | Author | Lines |
| 2023-08-05 | Delete some useless casts from global_allocator expansion | David Tolnay | -14/+6 |
| 2023-08-06 | Rollup merge of #114524 - compiler-errors:more-ice-in-uncertainty, r=jackh726 | Matthias Krüger | -2/+8 |
| 2023-08-06 | Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,... | Matthias Krüger | -1/+2 |
| 2023-08-06 | Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil... | Matthias Krüger | -6/+10 |
| 2023-08-06 | Auto merge of #114476 - Urgau:missing-dep-file-112898, r=oli-obk | bors | -0/+4 |
| 2023-08-05 | Add FIXME as reminder to restore suggestion later | Michael Goulet | -0/+1 |
| 2023-08-05 | Avoid invalid NaN lint machine-applicable suggestion in const context | Urgau | -6/+9 |
| 2023-08-05 | Also report when goals go from ok to error | Michael Goulet | -2/+8 |
| 2023-08-05 | Auto merge of #114514 - matthiaskrgr:rollup-1rv4f3h, r=matthiaskrgr | bors | -0/+23 |
| 2023-08-05 | Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naber | Matthias Krüger | -0/+23 |
| 2023-08-05 | Auto merge of #109348 - cjgillot:issue-109146, r=petrochenkov | bors | -2/+2 |
| 2023-08-05 | Auto merge of #114459 - cjgillot:simplify-ctfe, r=oli-obk | bors | -29/+0 |
| 2023-08-05 | Remove invalid lint when there is a generic argument in prefix path | yukang | -1/+2 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -515/+503 |
| 2023-08-05 | Do not run ConstProp on mir_for_ctfe. | Camille GILLOT | -29/+0 |
| 2023-08-05 | Auto merge of #114492 - compiler-errors:rollup-lp4sfla, r=compiler-errors | bors | -534/+563 |
| 2023-08-04 | Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-08-04 | Rollup merge of #114287 - lcnr:overflow, r=compiler-errors | Michael Goulet | -533/+562 |
| 2023-08-05 | Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieu | bors | -3/+3 |
| 2023-08-05 | Fix a typo in the error reporting for sealed traits. | kernelmethod | -1/+1 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -12/+25 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -83/+128 |
| 2023-08-04 | Rollup merge of #114477 - estebank:arc-clone, r=compiler-errors | Matthias Krüger | -1/+11 |
| 2023-08-04 | Rollup merge of #114472 - estebank:issue-76140, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2023-08-04 | Rollup merge of #114462 - RalfJung:mplace_to_ref, r=oli-obk | Matthias Krüger | -6/+14 |
| 2023-08-04 | Rollup merge of #114461 - sebastiantoh:issue-114423, r=estebank | Matthias Krüger | -2/+1 |
| 2023-08-04 | Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -47/+63 |
| 2023-08-04 | Rollup merge of #114418 - klensy:parking_lot, r=oli-obk | Matthias Krüger | -16/+14 |
| 2023-08-04 | Rollup merge of #114351 - ttsugriy:sort-by-words, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2023-08-04 | Rollup merge of #113945 - chenyukang:yukang-fix-113447-slice-2, r=cjgillot | Matthias Krüger | -3/+13 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -241/+136 |
| 2023-08-04 | Fix missing dependency file with -Zunpretty | Urgau | -0/+4 |
| 2023-08-04 | Account for `Rc` and `Arc` when suggesting to clone | Esteban Küber | -1/+11 |
| 2023-08-05 | Fix ICE failed to get layout for ReferencesError | yukang | -3/+3 |
| 2023-08-04 | Auto merge of #113575 - aliemjay:opaque-hrtb-ice, r=lcnr | bors | -11/+38 |
| 2023-08-04 | Reword confusable idents lint | Esteban Küber | -3/+7 |
| 2023-08-04 | Fetch diagnostic item later. | Camille GILLOT | -2/+2 |
| 2023-08-04 | Make rustc internal lints per module. | Camille GILLOT | -7/+7 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -74/+39 |
| 2023-08-04 | Make MissingDebugImplementation a module lint. | Camille GILLOT | -22/+14 |
| 2023-08-04 | Simplify clashing_extern_declarations. | Camille GILLOT | -270/+263 |
| 2023-08-04 | Querify clashing_extern_declarations lint. | Camille GILLOT | -410/+448 |
| 2023-08-04 | replace few explicit use of parking_lot with rustc_data_structures::sync onces | klensy | -14/+12 |
| 2023-08-04 | don't ICE on higher ranked hidden types | Ali MJ Al-Nasrawy | -11/+38 |
| 2023-08-04 | Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov | bors | -85/+65 |
| 2023-08-04 | interpret: add mplace_to_ref helper method | Ralf Jung | -6/+14 |
| 2023-08-04 | Fix unwrap on None | Sebastian Toh | -2/+1 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -47/+63 |
| 2023-08-04 | Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr | bors | -118/+287 |