| Age | Commit message (Expand) | Author | Lines |
| 2024-05-05 | compiler: Privatize `Parser::current_closure` | Jubilee Young | -1/+1 |
| 2024-05-05 | Auto merge of #124752 - GuillaumeGomez:rollup-a4qagbd, r=GuillaumeGomez | bors | -741/+1281 |
| 2024-05-05 | Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubilee | Guillaume Gomez | -0/+12 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -691/+366 |
| 2024-05-05 | Rollup merge of #124748 - madsmtm:fix-32bit-watchos-unwind, r=Mark-Simulacrum | Guillaume Gomez | -15/+23 |
| 2024-05-05 | Rollup merge of #124736 - calebsander:feature/upgrade-time, r=dtolnay | Guillaume Gomez | -5/+5 |
| 2024-05-05 | Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkan | Guillaume Gomez | -6/+1 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -24/+874 |
| 2024-05-05 | Fix unwinding on 32-bit watchOS ARM | Mads Marquart | -15/+23 |
| 2024-05-05 | Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank | bors | -205/+545 |
| 2024-05-04 | compiler: upgrade time from 0.3.34 to 0.3.36 | Caleb Sander | -5/+5 |
| 2024-05-05 | Auto merge of #124606 - scottmcm:less-expect, r=cjgillot | bors | -2/+2 |
| 2024-05-04 | Make f128 docs mention lack of any normal platform support | Alex H | -5/+5 |
| 2024-05-04 | Make f16 and f128 docs clearer on platform support | Alex H | -4/+11 |
| 2024-05-04 | Tgross feedback tweaks | Alex H | -5/+4 |
| 2024-05-04 | Auto merge of #124726 - matthiaskrgr:rollup-m6i3day, r=matthiaskrgr | bors | -104/+247 |
| 2024-05-04 | Rollup merge of #124723 - onkoe:issue-124722-fix, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2024-05-04 | Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee | Matthias Krüger | -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/+53 |
| 2024-05-04 | Rollup merge of #124717 - compiler-errors:do-not-recomment-next-solver, r=lcnr | Matthias Krüger | -1/+68 |
| 2024-05-04 | Rollup merge of #124713 - Urgau:check-cfg-update-cargo-diagnostics, r=jieyouxu | Matthias Krüger | -25/+25 |
| 2024-05-04 | Rollup merge of #124690 - compiler-errors:only-ambig-if-ambig, r=lcnr | Matthias Krüger | -20/+24 |
| 2024-05-04 | Rollup merge of #124663 - Kobzol:docker-local-download, r=Mark-Simulacrum | Matthias Krüger | -35/+39 |
| 2024-05-04 | Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-05-04 | Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu... | Matthias Krüger | -3/+17 |
| 2024-05-04 | docs(hermit): Explain Hermit's template link | barrett | -1/+1 |
| 2024-05-04 | fix(docs): Correct Hermit links to loader + 'rusty-demo' | Barrett | -3/+3 |
| 2024-05-04 | docs(fix): incorrect Hermit links in the rustc book | Barrett | -4/+4 |
| 2024-05-04 | library/std: Fix build for NetBSD targets with 32-bit `c_long` | Ian Douglas Scott | -2/+2 |
| 2024-05-04 | Auto merge of #124716 - matthiaskrgr:rollup-ni58ie1, r=matthiaskrgr | bors | -293/+279 |
| 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 | Added an entry for "lldb" in config.example.toml | Vladimir Makaev | -0/+4 |
| 2024-05-04 | Record impl args in the proof tree | Michael Goulet | -2/+53 |
| 2024-05-04 | Implement do_not_recommend in the new solver | Michael Goulet | -1/+68 |
| 2024-05-04 | Rollup merge of #124715 - RalfJung:interpret-noreturn, r=compiler-errors | Matthias Krüger | -237/+189 |
| 2024-05-04 | Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r... | Matthias Krüger | -3/+8 |
| 2024-05-04 | Rollup merge of #124584 - Nilstrieb:entrypointy, r=fee1-dead | Matthias Krüger | -43/+49 |
| 2024-05-04 | Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDenton | Matthias Krüger | -10/+33 |
| 2024-05-04 | Auto merge of #124704 - Urgau:fix-ignored-tests-fmt, r=GuillaumeGomez | bors | -0/+6 |
| 2024-05-04 | Only consider ambiguous goals when finding best obligation for ambiguities | Michael Goulet | -20/+24 |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -237/+189 |
| 2024-05-04 | Update Cargo diagnostics in check-cfg | Urgau | -25/+25 |
| 2024-05-04 | Various improvements to entrypoint code | Nilstrieb | -43/+49 |
| 2024-05-04 | Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgr | bors | -126/+263 |
| 2024-05-04 | Fix ignored tests for formatting | Urgau | -0/+6 |
| 2024-05-04 | Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2024-05-04 | Rollup merge of #124700 - scottmcm:unneeded_cast, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-05-04 | Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu | Matthias Krüger | -17/+18 |