| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -2/+3 |
| 2024-05-03 | Let miri and const eval execute intrinsics' fallback bodies | Oli Scherer | -12/+45 |
| 2024-05-03 | Fix `Cargo.toml` whitespace. | Nicholas Nethercote | -1/+1 |
| 2024-05-03 | Use `parse` renaming of `rustc_parse_format`. | Nicholas Nethercote | -2/+2 |
| 2024-05-03 | Remove some low-value `use` renamings. | Nicholas Nethercote | -15/+10 |
| 2024-05-03 | Remove some unneeded `Cargo.toml` dependencies. | Nicholas Nethercote | -4/+0 |
| 2024-05-03 | Rollup merge of #124637 - fmease:ast-pretty-ty-asc-builtin-syn, r=compiler-er... | Matthias Krüger | -11/+19 |
| 2024-05-03 | Rollup merge of #124610 - nnethercote:typenum, r=lcnr | Matthias Krüger | -8/+4 |
| 2024-05-02 | Take ocx by move for pending obligations | Michael Goulet | -4/+11 |
| 2024-05-02 | Use ObligationCtxt in favor of TraitEngine in many places | Michael Goulet | -112/+141 |
| 2024-05-02 | Higher ranked goal source, do overflow handling less badly | Michael Goulet | -80/+90 |
| 2024-05-02 | Use a proof tree visitor to refine the Obligation for error reporting | Michael Goulet | -10/+147 |
| 2024-05-02 | Record more kinds of things as impl where bounds | Michael Goulet | -12/+13 |
| 2024-05-02 | Store goal source in InspectGoal | Michael Goulet | -12/+27 |
| 2024-05-02 | Record certainty before evaluating nesteds, so we make candidates | Michael Goulet | -2/+2 |