| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Rollup merge of #118929 - Zalathar:look-hir, r=cjgillot | Matthias Krüger | -70/+77 |
| 2023-12-15 | Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercote | bors | -7/+12 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -1/+1 |
| 2023-12-15 | coverage: Check that the function signature span precedes the body | Zalathar | -2/+4 |
| 2023-12-15 | coverage: Compare span source files without involving `Lrc<SourceFile>` | Zalathar | -11/+14 |
| 2023-12-15 | coverage: Inline and simplify `fn_sig_and_body` | Zalathar | -14/+9 |
| 2023-12-15 | coverage: Use `LocalDefId` in `extract_hir_info` | Zalathar | -10/+8 |
| 2023-12-15 | coverage: Extract helper for getting HIR info for coverage | Zalathar | -28/+35 |
| 2023-12-15 | coverage: Don't bother storing the source file in `Instrumentor` | Zalathar | -4/+3 |
| 2023-12-15 | coverage: Extract `is_eligible_for_coverage` | Zalathar | -14/+25 |
| 2023-12-15 | coverage: Simplify parts of `InstrumentCoverage::run_pass` | Zalathar | -8/+6 |
| 2023-12-15 | coverage: Assert that the instrumentor never sees promoted MIR | Zalathar | -9/+3 |
| 2023-12-14 | Fix cases where std accidentally relied on inline(never) | Ben Kimock | -7/+12 |
| 2023-12-14 | Avoid `struct_diagnostic` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -1/+1 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -1/+1 |
| 2023-12-11 | Remove redundant special case for resume argument | Tomasz Miąsko | -7/+0 |
| 2023-12-11 | End locals' live range before suspending coroutine | Tomasz Miąsko | -1/+15 |
| 2023-12-10 | remove redundant imports | surechen | -48/+6 |
| 2023-12-09 | Rollup merge of #118764 - compiler-errors:fused-async-iterator, r=eholk | Jubilee | -11/+33 |
| 2023-12-09 | Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot | Jubilee | -31/+26 |
| 2023-12-09 | Rollup merge of #118198 - Zalathar:if-not, r=cjgillot | Jubilee | -3/+12 |
| 2023-12-08 | Make async generators fused by default | Michael Goulet | -11/+33 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -2/+28 |
| 2023-12-08 | Rework coroutine transform to be more flexible in preparation for async gener... | Michael Goulet | -80/+123 |
| 2023-12-08 | coverage: Add `#[track_caller]` to the span generator's unwrap methods | Zalathar | -14/+12 |
| 2023-12-08 | coverage: Simplify the heuristic for ignoring `async fn` return spans | Zalathar | -17/+14 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -3/+12 |
| 2023-12-08 | Rollup merge of #118695 - Zalathar:push-refined, r=davidtwco | Matthias Krüger | -50/+37 |
| 2023-12-08 | Rollup merge of #118690 - Zalathar:test-macros, r=cjgillot | Matthias Krüger | -70/+33 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -8/+10 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -2/+4 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -6/+6 |
| 2023-12-07 | coverage: Simplify code that pushes to `refined_spans` | Zalathar | -26/+14 |
| 2023-12-07 | coverage: Inline `push_refined_span` | Zalathar | -13/+9 |
| 2023-12-07 | coverage: Merge refined spans in a separate final pass | Zalathar | -13/+16 |
| 2023-12-07 | coverage: Avoid unnecessary macros in unit tests | Zalathar | -70/+33 |
| 2023-12-06 | Auto merge of #118595 - Zalathar:visible-macro, r=TaKO8Ki | bors | -18/+20 |
| 2023-12-05 | Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er... | Michael Goulet | -3/+3 |
| 2023-12-05 | coverage: Be more strict about what counts as a "visible macro" | Zalathar | -12/+10 |
| 2023-12-05 | coverage: Clean up `maybe_push_macro_name_span` | Zalathar | -6/+10 |
| 2023-12-05 | Auto merge of #118230 - nnethercote:streamline-dataflow-cursors, r=cjgillot | bors | -7/+7 |
| 2023-12-04 | De-genericize some `IntoDiagnostic` impls. | Nicholas Nethercote | -3/+3 |
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -5/+7 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -6/+8 |
| 2023-11-29 | Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot | Matthias Krüger | -1/+6 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -53/+101 |
| 2023-11-28 | ConstProp: Remove const when rvalue check fails. | Alona Enraght-Moony | -1/+6 |
| 2023-11-28 | Fix coroutine validation for mixed panic strategy | Tomasz Miąsko | -12/+4 |