| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | Mention skip in README. | Camille GILLOT | -0/+2 |
| 2023-10-19 | FileCheck lower_slice_len. | Camille GILLOT | -2/+3 |
| 2023-10-19 | FileCheck lower_array_len. | Camille GILLOT | -1/+14 |
| 2023-10-19 | FileCheck lower_intrinsics. | Camille GILLOT | -1/+87 |
| 2023-10-19 | FileCheck casts. | Camille GILLOT | -50/+53 |
| 2023-10-19 | FileCheck combine_transmutes. | Camille GILLOT | -1/+22 |
| 2023-10-19 | FileCheck duplicate_switch_targets. | Camille GILLOT | -4/+5 |
| 2023-10-19 | FileCheck intrinsic_asserts. | Camille GILLOT | -37/+46 |
| 2023-10-19 | FileCheck combine_clone_of_primitives. | Camille GILLOT | -8/+11 |
| 2023-10-19 | FileCheck bool_compare. | Camille GILLOT | -103/+191 |
| 2023-10-19 | FileCheck combine_array_len. | Camille GILLOT | -2/+3 |
| 2023-10-19 | Add README. | Camille GILLOT | -0/+16 |
| 2023-10-19 | FileCheck box_expr.rs | Camille GILLOT | -145/+104 |
| 2023-10-19 | FileCheck basic_assignment.rs. | Camille GILLOT | -3/+20 |
| 2023-10-19 | FileCheck asm_unwind_panic_abort.rs | Camille GILLOT | -1/+3 |
| 2023-10-19 | FileCheck array_index_is_temporary.rs | Camille GILLOT | -1/+7 |
| 2023-10-19 | Run filecheck on reference_prop.rs | Camille GILLOT | -16/+318 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -190/+470 |
| 2023-10-19 | Rollup merge of #116896 - cjgillot:single-inline, r=oli-obk | Matthias Krüger | -0/+19 |
| 2023-10-19 | Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviper | bors | -1/+821 |
| 2023-10-19 | Rollup merge of #116908 - estebank:issue-78206, r=compiler-errors | León Orell Valerian Liehr | -50/+52 |
| 2023-10-19 | Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errors | León Orell Valerian Liehr | -0/+62 |
| 2023-10-19 | Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnr | León Orell Valerian Liehr | -0/+28 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -50/+52 |
| 2023-10-18 | Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnr | bors | -0/+25 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -0/+28 |
| 2023-10-18 | Bump COINDUCTIVE_OVERLAP_IN_COHERENCE | Michael Goulet | -0/+25 |
| 2023-10-18 | Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillot | bors | -31/+23 |
| 2023-10-18 | Only check in a single place if a pass is enabled. | Camille GILLOT | -0/+19 |
| 2023-10-18 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -0/+62 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -2/+4 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -31/+21 |
| 2023-10-18 | Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obk | Ali MJ Al-Nasrawy | -3/+82 |
| 2023-10-18 | Rollup merge of #116865 - estebank:issue-46969, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+44 |
| 2023-10-18 | Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+25 |
| 2023-10-18 | Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkov | bors | -0/+6 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -3/+82 |
| 2023-10-18 | Auto merge of #116713 - estebank:issue-116703, r=compiler-errors | bors | -52/+528 |
| 2023-10-17 | Bless coverage-map tests | Ben Kimock | -6/+23 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -275/+248 |
| 2023-10-17 | Suggest constraining assoc types in more cases | Esteban Küber | -0/+44 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -326/+326 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -0/+30 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -123/+90 |
| 2023-10-17 | review comments + more tests | Esteban Küber | -12/+412 |
| 2023-10-17 | Properly account for self ty in method disambiguation suggestion | Esteban Küber | -0/+109 |
| 2023-10-17 | Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump files | Esteban Küber | -0/+6 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -0/+27 |
| 2023-10-17 | Rollup merge of #116719 - celinval:smir-mono, r=oli-obk | Matthias Krüger | -0/+91 |