| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Auto merge of #3956 - RalfJung:epoll-ready-list, r=RalfJung | bors | -4/+5 |
| 2024-10-10 | epoll event adding: no need to join, there's no old clock here | Ralf Jung | -1/+1 |
| 2024-10-10 | Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgr | bors | -0/+6 |
| 2024-10-10 | Auto merge of #3959 - JakeRoggenbuck:fix-spelling-in-readme, r=saethlin | bors | -2/+2 |
| 2024-10-09 | Skip #[test_case] expansion | David Richey | -2/+5 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -4/+0 |
| 2024-10-09 | Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscross | Matthias Krüger | -0/+6 |
| 2024-10-09 | Auto merge of #18245 - boattime:master, r=davidbarsky | bors | -2/+2 |
| 2024-10-09 | Update wasm-component-ld to 0.5.10 | Alex Crichton | -1/+1 |
| 2024-10-09 | syscall/eventfd2: add support | Frank Rehwinkel | -29/+21 |
| 2024-10-09 | syscall/eventfd2: add failing test | Frank Rehwinkel | -0/+29 |
| 2024-10-09 | Rollup merge of #131382 - ehuss:compiletest-reference, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-10-09 | Auto merge of #3946 - FrankReh:fix-over-synchronization-of-epoll, r=RalfJung | bors | -11/+128 |
| 2024-10-09 | epoll: change clock to be per event | Frank Rehwinkel | -28/+41 |
| 2024-10-09 | Auto merge of #3953 - YohDeadfall:glibc-thread-name, r=RalfJung | bors | -24/+80 |
| 2024-10-09 | Fixed pthread_getname_np impl for glibc | Yoh Deadfall | -24/+80 |
| 2024-10-09 | Auto merge of #18247 - jhgg:lsp/fix-something-to-resolve, r=Veykril | bors | -7/+7 |
| 2024-10-09 | Auto merge of #18246 - ChayimFriedman2:fix-18238, r=Veykril | bors | -1/+34 |
| 2024-10-09 | epoll: rename blocking_epoll_callback since it is not just called after unblo... | Ralf Jung | -4/+5 |
| 2024-10-09 | Add "reference" as a known compiletest header | Eric Huss | -0/+1 |
| 2024-10-09 | explain the review bot use | Ralf Jung | -0/+8 |
| 2024-10-09 | No need to cache the `profiler_runtime` flag | Zalathar | -3/+1 |
| 2024-10-09 | Rename `profiler_support` to `profiler_runtime` throughout compiletest | Zalathar | -18/+18 |
| 2024-10-09 | Rename directive `needs-profiler-support` to `needs-profiler-runtime` | Zalathar | -7/+7 |
| 2024-10-09 | Auto merge of #131421 - weihanglo:update-cargo, r=weihanglo | bors | -0/+3 |
| 2024-10-08 | epoll: test case showing too much clock sync | Frank Rehwinkel | -0/+104 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+6 |
| 2024-10-08 | Update cargo | Weihang Lo | -0/+3 |
| 2024-10-08 | Only Highlight Exit Points on `async` Token | Christopher Serr | -7/+13 |
| 2024-10-08 | include fn prefix for all callable defs | Jake | -36/+29 |
| 2024-10-08 | Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxu | Matthias Krüger | -19/+14 |
| 2024-10-08 | hir-ty: change struct constructor formatting. | Jake | -53/+54 |
| 2024-10-08 | Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgr | bors | -93/+48 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -93/+92 |
| 2024-10-08 | Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=Urgau | Matthias Krüger | -93/+48 |
| 2024-10-08 | fix behavior of release_clock() | Ralf Jung | -30/+90 |
| 2024-10-08 | Simplify the directives for ignoring coverage-test modes | Zalathar | -19/+14 |
| 2024-10-08 | Merge from rust-lang/rust | Laurențiu Nicola | -5825/+13288 |
| 2024-10-08 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-08 | Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET | Laurențiu Nicola | -3/+3 |
| 2024-10-08 | prettier format | kouhe3 | -14/+13 |
| 2024-10-08 | semicolon | kouhe3 | -1/+1 |
| 2024-10-08 | fix array sourceMap | kouhe3 | -9/+19 |
| 2024-10-08 | Drop compiletest legacy directive checks | 许杰友 Jieyou Xu (Joe) | -93/+48 |
| 2024-10-08 | lldbdap env dict to string | kouhe3 | -2/+3 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -2/+24 |
| 2024-10-07 | Fix spelling in README | Jake | -2/+2 |
| 2024-10-07 | Add basic pin sugar support to rustfmt | Eric Holk | -1/+26 |
| 2024-10-07 | Fix clippy and rustfmt compilation | Eric Holk | -5/+6 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -2/+6 |