| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Add Tests | Veera | -0/+82 |
| 2024-09-10 | Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgr | bors | -41/+63 |
| 2024-09-10 | Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errors | Matthias Krüger | -41/+11 |
| 2024-09-10 | Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddle | Matthias Krüger | -0/+52 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+33 |
| 2024-09-10 | abi/compatibility test: remove tests inside repr(C) wrappers | Ralf Jung | -41/+11 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -0/+518 |
| 2024-09-09 | Rollup merge of #130152 - krasimirgg:nsan, r=nikic | Jubilee | -0/+1 |
| 2024-09-09 | Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu | Jubilee | -6/+6 |
| 2024-09-09 | Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr | Jubilee | -0/+51 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -0/+36 |
| 2024-09-09 | rustdoc: add two regression tests | León Orell Valerian Liehr | -0/+52 |
| 2024-09-09 | compiler: Inform the solver of concurrency | Jubilee Young | -0/+51 |
| 2024-09-09 | Rollup merge of #130137 - gurry:master, r=cjgillot | Matthias Krüger | -0/+59 |
| 2024-09-09 | Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errors | Matthias Krüger | -8/+62 |
| 2024-09-09 | adapt a test for llvm 20 | Krasimir Georgiev | -0/+1 |
| 2024-09-09 | Add test about missing docs at crate level | Urgau | -0/+14 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -0/+6 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -6/+6 |
| 2024-09-09 | Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obk | Jubilee | -0/+39 |
| 2024-09-09 | Rollup merge of #130068 - madsmtm:deployment-target-test, r=jieyouxu | Jubilee | -25/+158 |
| 2024-09-09 | Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT... | Jubilee | -245/+245 |
| 2024-09-09 | Rollup merge of #128345 - sthibaul:hurd-amd64, r=Urgau | Jubilee | -0/+3 |
| 2024-09-09 | Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petroche... | Jubilee | -0/+3 |
| 2024-09-09 | Fix ICE caused by missing span in a region error | Gurinder Singh | -0/+59 |
| 2024-09-08 | added support for GNU/Hurd on x86_64 | Samuel Thibault | -0/+3 |
| 2024-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -0/+39 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -117/+106 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -26/+29 |
| 2024-09-07 | add tests for behavior in rfc#3662 | EtomicBomb | -0/+501 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -0/+17 |
| 2024-09-07 | Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,... | Matthias Krüger | -9/+75 |
| 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 | -0/+19 |
| 2024-09-07 | Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillot | Matthias Krüger | -0/+27 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -5/+3 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -2/+154 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -325/+417 |
| 2024-09-07 | Test codegen when setting deployment target | Mads Marquart | -25/+158 |
| 2024-09-07 | Don't build by-move body when async closure is tainted | Michael Goulet | -0/+27 |
| 2024-09-07 | Rollup merge of #130054 - cuishuang:master, r=chenyukang | Michael Goulet | -1/+1 |
| 2024-09-07 | Rollup merge of #129940 - liushuyu:s390x-target-features, r=RalfJung | Michael Goulet | -0/+46 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -8/+573 |
| 2024-09-07 | Rollup merge of #129891 - nikic:naked-no-san, r=jackh726 | Michael Goulet | -0/+22 |
| 2024-09-07 | Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=c... | Michael Goulet | -0/+31 |
| 2024-09-07 | Rollup merge of #129468 - Rajveer100:hack-to-avoid-function-merging, r=Mark-S... | Michael Goulet | -126/+12 |
| 2024-09-07 | fix ICE in CMSE type validation | Folkert de Vries | -8/+62 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -13/+169 |
| 2024-09-07 | Add missing quotation marks | cuishuang | -1/+1 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -2/+25 |