| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | Fix a span for one of the test cases | Georg Semmler | -29/+15 |
| 2023-10-19 | Improve the warning messages for the `#[diagnostic::on_unimplemented]` | Georg Semmler | -27/+126 |
| 2023-10-19 | Auto merge of #114534 - niluxv:strict_prov_unwind, r=cuviper,workingjubilee | bors | -54/+103 |
| 2023-10-19 | Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working... | bors | -29/+51 |
| 2023-10-18 | Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnr | bors | -2/+27 |
| 2023-10-18 | Bump COINDUCTIVE_OVERLAP_IN_COHERENCE | Michael Goulet | -2/+27 |
| 2023-10-18 | Auto merge of #116046 - Zalathar:fn-cov-info, r=cjgillot | bors | -667/+458 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -39/+46 |
| 2023-10-18 | coverage: Explicitly note that counter/expression IDs are function-local | Zalathar | -0/+17 |
| 2023-10-18 | coverage: Update docs for `StatementKind::Coverage` | Zalathar | -5/+10 |
| 2023-10-18 | coverage: Store expression data in function coverage info | Zalathar | -173/+90 |
| 2023-10-18 | Remove unused `TyCtxt` from `remove_dead_blocks` | Zalathar | -9/+9 |
| 2023-10-18 | coverage: Store all of a function's mappings in function coverage info | Zalathar | -270/+107 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -39/+46 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -140/+272 |
| 2023-10-18 | coverage: Make expression simplification non-destructive | Zalathar | -22/+58 |
| 2023-10-18 | Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obk | Ali MJ Al-Nasrawy | -84/+100 |
| 2023-10-18 | Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-dead | Ali MJ Al-Nasrawy | -11/+10 |
| 2023-10-18 | Rollup merge of #116865 - estebank:issue-46969, r=compiler-errors | Ali MJ Al-Nasrawy | -44/+102 |
| 2023-10-18 | Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errors | Ali MJ Al-Nasrawy | -1/+30 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-10-18 | coverage: Collect a function's coverage mappings into a single list | Zalathar | -75/+65 |
| 2023-10-18 | coverage: Rename `Operand` to `CovTerm` | Zalathar | -49/+51 |
| 2023-10-18 | coverage: Store the number of counters/expressions in function coverage info | Zalathar | -102/+69 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -54/+74 |
| 2023-10-18 | Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errors | bors | -310/+214 |
| 2023-10-18 | Auto merge of #116814 - estebank:windows-ice-path, r=petrochenkov | bors | -3/+14 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -84/+100 |
| 2023-10-18 | Auto merge of #116713 - estebank:issue-116703, r=compiler-errors | bors | -98/+588 |
| 2023-10-18 | Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errors | bors | -128/+41 |
| 2023-10-18 | Don't compare host param by name | Michael Goulet | -11/+10 |
| 2023-10-18 | Auto merge of #116505 - saethlin:infer-inline, r=cjgillot | bors | -350/+457 |
| 2023-10-18 | Auto merge of #116840 - nikic:update-llvm-15, r=cuviper | bors | -0/+0 |
| 2023-10-17 | Bless coverage-map tests | Ben Kimock | -6/+23 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -344/+434 |
| 2023-10-17 | Suggest constraining assoc types in more cases | Esteban Küber | -44/+102 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -326/+361 |
| 2023-10-17 | Auto merge of #116855 - matthiaskrgr:rollup-i2izdwb, r=matthiaskrgr | bors | -284/+1905 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -1/+30 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -168/+145 |
| 2023-10-17 | review comments + more tests | Esteban Küber | -20/+421 |
| 2023-10-17 | Properly account for self ty in method disambiguation suggestion | Esteban Küber | -3/+115 |
| 2023-10-17 | Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump files | Esteban Küber | -3/+14 |
| 2023-10-17 | Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -21/+89 |
| 2023-10-17 | Rollup merge of #116719 - celinval:smir-mono, r=oli-obk | Matthias Krüger | -45/+401 |
| 2023-10-17 | Rollup merge of #116717 - estebank:issue-9082, r=oli-obk | Matthias Krüger | -1/+393 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -216/+1017 |
| 2023-10-17 | Auto merge of #116844 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -32/+17 |