| Age | Commit message (Expand) | Author | Lines |
| 2024-09-08 | clarify comments and names in check_validity_requirement | Ralf Jung | -9/+11 |
| 2024-09-08 | interpret: reset padding during validation | Ralf Jung | -50/+584 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -135/+489 |
| 2024-09-08 | interpret: factor out common code for place mutation | Ralf Jung | -81/+89 |
| 2024-09-08 | interpret: make Writeable trait about a to_place operation | Ralf Jung | -18/+13 |
| 2024-09-08 | interpret: remove Readable trait, we can use Projectable instead | Ralf Jung | -47/+21 |
| 2024-09-08 | Auto merge of #129019 - kromych:master, r=workingjubilee | bors | -1/+247 |
| 2024-09-08 | Auto merge of #130072 - ChrisDenton:split-ci, r=Kobzol | bors | -5/+22 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -174/+196 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -27/+102 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -350/+886 |
| 2024-09-07 | Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol | Matthias Krüger | -148/+19 |
| 2024-09-07 | Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-09-07 | Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnay | Matthias Krüger | -2/+4 |
| 2024-09-07 | Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,... | Matthias Krüger | -14/+81 |
| 2024-09-07 | Rollup merge of #129869 - cyrgani:master, r=Mark-Simulacrum | Matthias Krüger | -0/+80 |
| 2024-09-07 | Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco | Matthias Krüger | -1/+31 |
| 2024-09-07 | Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillot | Matthias Krüger | -2/+36 |
| 2024-09-07 | Rollup merge of #129594 - lolbinarycat:explain-curl-options, r=albertlarsan68 | Matthias Krüger | -14/+38 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -84/+223 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -85/+373 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -616/+543 |
| 2024-09-07 | str: make as_mut_ptr and as_bytes_mut unstably const | Ralf Jung | -2/+4 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -445/+777 |
| 2024-09-07 | Fix bash syntax | Chris Denton | -1/+1 |
| 2024-09-07 | Auto merge of #130066 - compiler-errors:rollup-sq6l0va, r=compiler-errors | bors | -237/+945 |
| 2024-09-07 | Fix checktools.sh non-msvc builds | Chris Denton | -6/+7 |
| 2024-09-07 | Split x86_64-msvc-ext into two jobs | Chris Denton | -5/+21 |
| 2024-09-07 | Auto merge of #128871 - onur-ozkan:128180, r=Kobzol | bors | -10/+32 |
| 2024-09-07 | Don't build by-move body when async closure is tainted | Michael Goulet | -2/+36 |
| 2024-09-07 | Rollup merge of #130054 - cuishuang:master, r=chenyukang | Michael Goulet | -1/+1 |
| 2024-09-07 | Rollup merge of #129987 - compiler-errors:capture-place-region, r=davidtwco | Michael Goulet | -43/+19 |
| 2024-09-07 | Rollup merge of #129940 - liushuyu:s390x-target-features, r=RalfJung | Michael Goulet | -3/+47 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -12/+702 |
| 2024-09-07 | Rollup merge of #129891 - nikic:naked-no-san, r=jackh726 | Michael Goulet | -21/+47 |
| 2024-09-07 | Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=c... | Michael Goulet | -29/+111 |
| 2024-09-07 | Rollup merge of #129614 - rawler:patch-1, r=tgross35 | Michael Goulet | -2/+6 |
| 2024-09-07 | Rollup merge of #129468 - Rajveer100:hack-to-avoid-function-merging, r=Mark-S... | Michael Goulet | -126/+12 |
| 2024-09-07 | Rollup merge of #128871 - onur-ozkan:128180, r=Kobzol | Michael Goulet | -10/+32 |
| 2024-09-07 | Remove unused option from x.py | Gurinder Singh | -148/+19 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -17/+298 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -374/+381 |
| 2024-09-07 | Add missing quotation marks | cuishuang | -1/+1 |
| 2024-09-06 | Win: Add dbghelp to the list of import libraries | Chris Denton | -0/+1 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -152/+272 |
| 2024-09-06 | Fix tools | Michael Goulet | -10/+36 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -7/+43 |
| 2024-09-06 | Add some more tests | Michael Goulet | -1/+106 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -40/+116 |
| 2024-09-06 | Format lexer | Michael Goulet | -20/+23 |