| Age | Commit message (Expand) | Author | Lines |
| 2024-05-06 | coverage: Destructure the mappings struct to make sure we don't miss any | Zalathar | -4/+13 |
| 2024-05-06 | coverage: Don't recompute the number of test vector bitmap bytes | Zalathar | -33/+12 |
| 2024-05-06 | coverage: Make the special case for async functions exit early | Zalathar | -18/+21 |
| 2024-05-06 | coverage: Separately compute the set of BCBs with counter mappings | Zalathar | -46/+59 |
| 2024-05-05 | Auto merge of #124603 - Zalathar:mcdc-mappings, r=Nadrieril | bors | -157/+158 |
| 2024-05-05 | Auto merge of #124752 - GuillaumeGomez:rollup-a4qagbd, r=GuillaumeGomez | bors | -20/+4 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -19/+3 |
| 2024-05-05 | Rollup merge of #124736 - calebsander:feature/upgrade-time, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2024-05-05 | Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank | bors | -141/+106 |
| 2024-05-04 | compiler: upgrade time from 0.3.34 to 0.3.36 | Caleb Sander | -1/+1 |
| 2024-05-05 | Auto merge of #124606 - scottmcm:less-expect, r=cjgillot | bors | -2/+2 |
| 2024-05-04 | Rollup merge of #124720 - RalfJung:interpret-drop, r=compiler-errors | Matthias Krüger | -8/+11 |
| 2024-05-04 | Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnr | Matthias Krüger | -2/+6 |
| 2024-05-04 | Rollup merge of #124717 - compiler-errors:do-not-recomment-next-solver, r=lcnr | Matthias Krüger | -1/+10 |
| 2024-05-04 | Rollup merge of #124713 - Urgau:check-cfg-update-cargo-diagnostics, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-05-04 | Rollup merge of #124690 - compiler-errors:only-ambig-if-ambig, r=lcnr | Matthias Krüger | -9/+11 |
| 2024-05-04 | some comments or dynamic drop handling | Ralf Jung | -2/+8 |
| 2024-05-04 | interpret: Drop: always evaluate place | Ralf Jung | -6/+3 |
| 2024-05-04 | Record impl args in the proof tree | Michael Goulet | -2/+6 |
| 2024-05-04 | Implement do_not_recommend in the new solver | Michael Goulet | -1/+10 |
| 2024-05-04 | Rollup merge of #124715 - RalfJung:interpret-noreturn, r=compiler-errors | Matthias Krüger | -20/+5 |
| 2024-05-04 | Rollup merge of #124584 - Nilstrieb:entrypointy, r=fee1-dead | Matthias Krüger | -43/+49 |
| 2024-05-04 | Only consider ambiguous goals when finding best obligation for ambiguities | Michael Goulet | -9/+11 |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -20/+5 |
| 2024-05-04 | Update Cargo diagnostics in check-cfg | Urgau | -4/+4 |
| 2024-05-04 | Various improvements to entrypoint code | Nilstrieb | -43/+49 |
| 2024-05-04 | Rollup merge of #124677 - djkoloski:set_fuchsia_frame_pointer, r=tmandry | Matthias Krüger | -1/+4 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -13/+47 |
| 2024-05-03 | Rollup merge of #124687 - fee1-dead-contrib:private-clauses, r=compiler-errors | Michael Goulet | -1/+1 |
| 2024-05-03 | Rollup merge of #124648 - nnethercote:trim-crate-graph, r=jackh726 | Michael Goulet | -22/+13 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -58/+40 |
| 2024-05-03 | Rollup merge of #124418 - compiler-errors:better-cause, r=lcnr | Michael Goulet | -40/+203 |
| 2024-05-04 | Make `Bounds.clauses` private | Deadbeef | -1/+1 |
| 2024-05-04 | coverage: Rename `BcbBranchPair` to `mappings::BranchPair` | Zalathar | -7/+7 |
| 2024-05-04 | coverage: Flatten `BcbMappingKind` into `mappings::CodeMapping` | Zalathar | -32/+20 |
| 2024-05-04 | coverage: Extract helper `region_for_span` | Zalathar | -4/+5 |
| 2024-05-04 | coverage: Split out MC/DC branches from `BcbMappingKind` | Zalathar | -80/+72 |
| 2024-05-04 | coverage: Split out MC/DC decisions from `BcbMappingKind` | Zalathar | -51/+71 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -70/+69 |
| 2024-05-03 | Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk | bors | -42/+78 |
| 2024-05-03 | Auto merge of #124675 - matthiaskrgr:rollup-x6n79ua, r=matthiaskrgr | bors | -57/+73 |
| 2024-05-03 | Set non-leaf frame pointers on Fuchsia targets | David Koloski | -1/+4 |
| 2024-05-03 | Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercote | Matthias Krüger | -56/+72 |
| 2024-05-03 | Rollup merge of #124510 - linyihai:raw-ident-in-typo-suggestion, r=fmease | Matthias Krüger | -1/+1 |
| 2024-05-03 | Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk | bors | -70/+145 |
| 2024-05-03 | Rollup merge of #124588 - compiler-errors:ocx, r=lcnr | Matthias Krüger | -112/+148 |
| 2024-05-03 | Rollup merge of #124492 - Strophox:adjust-allocbytes, r=RalfJung | Matthias Krüger | -7/+5 |
| 2024-05-03 | remove trait bounds on AllocBytes | Strophox | -3/+1 |
| 2024-05-03 | Cow::from(&*...) changed to Cow::Owned(Vec::from(...)) | Strophox | -1/+1 |
| 2024-05-03 | generalize adjust_from_tcx | Strophox | -4/+4 |