| Age | Commit message (Expand) | Author | Lines |
| 2024-11-26 | Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle | Michael Goulet | -5/+8 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -1/+0 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -11/+11 |
| 2024-11-26 | don't pass every test arg to test-float-parse | onur-ozkan | -6/+2 |
| 2024-11-26 | Merge pull request #4031 from devnexen/solarish_stat | Ralf Jung | -34/+75 |
| 2024-11-26 | Remove target.is_some() to handle it later inside ra::flycheck | Ali Bektas | -3/+1 |
| 2024-11-26 | Revert #18197 | Ali Bektas | -1/+1 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -11/+11 |
| 2024-11-26 | filesystem support for solarish. | David Carlier | -34/+75 |
| 2024-11-26 | Merge pull request #18511 from darichey/sysroot-query-metadata | Laurențiu Nicola | -51/+150 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -22/+0 |
| 2024-11-26 | Rollup merge of #133462 - mustartt:aix-improve-bootstrap-loading, r=jieyouxu | Guillaume Gomez | -8/+8 |
| 2024-11-26 | Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errors | Guillaume Gomez | -8/+0 |
| 2024-11-26 | Pacify tidy. | Camille GILLOT | -1/+0 |
| 2024-11-26 | Merge pull request #4059 from tiif/fixtest | Oli Scherer | -49/+18 |
| 2024-11-26 | Simplify thread blocking tests | tiif | -49/+18 |
| 2024-11-26 | Merge pull request #4061 from asquared31415/dep_info_fix | Ralf Jung | -5/+8 |
| 2024-11-26 | Add macro expansion test for raw variable names | Mark Murphy | -0/+28 |
| 2024-11-25 | attempt to fix miri failing to create file when under weird powershell config... | asquared31415 | -5/+8 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -46/+42 |
| 2024-11-25 | Fix the rest of the tests | Yoh Deadfall | -6/+3 |
| 2024-11-25 | Added linux_like module | Yoh Deadfall | -16/+17 |
| 2024-11-25 | Fixed test target | Yoh Deadfall | -2/+1 |
| 2024-11-25 | Added epoll and eventfd for Android | Yoh Deadfall | -4/+32 |
| 2024-11-25 | Merge pull request #18559 from ChayimFriedman2/recur-unsized | Laurențiu Nicola | -10/+47 |
| 2024-11-26 | compiletest: remove `pretty-expanded` directive and infra | Jieyou Xu | -22/+0 |
| 2024-11-25 | Fix a stack overflow when computing the sizedness of a struct that includes i... | Chayim Refael Friedman | -10/+47 |
| 2024-11-25 | Update books | Eric Huss | -0/+0 |
| 2024-11-25 | Update cargo | Eric Huss | -0/+0 |
| 2024-11-26 | Migrate `add_turbo_fish` to `SyntaxEditor` | Shoyu Vanilla | -24/+77 |
| 2024-11-25 | Fix `Result` and `Option` not getting a jump to def link generated | Guillaume Gomez | -5/+8 |
| 2024-11-25 | use ReadCache for archive loading | Henry Jiang | -8/+8 |
| 2024-11-25 | miri: implement `TlsFree` | joboet | -0/+26 |
| 2024-11-25 | generate-copyright: Use license-metadata.json from git. | Jonathan Pallant | -2/+1 |
| 2024-11-25 | Run the license-metadata check in CI. | Jonathan Pallant | -0/+1 |
| 2024-11-25 | collect-license-metadata: move JSON to root, and add a 'check' mode | Jonathan Pallant | -14/+65 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+2 |
| 2024-11-25 | Fix a bug when synthetic AST node were searched in the AST ID map and caused ... | Chayim Refael Friedman | -4/+80 |
| 2024-11-25 | generate-copyright: Ensure output has UNIX line-endings for consistency. | Jonathan Pallant | -0/+8 |
| 2024-11-25 | Remove dead code stemming from the old effects desugaring (II) | León Orell Valerian Liehr | -8/+0 |
| 2024-11-25 | CI: split x86_64-msvc-ext job | MarcoIeni | -6/+14 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -46/+42 |
| 2024-11-25 | Rollup merge of #132803 - wangjingcun:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+40 |
| 2024-11-24 | Auto merge of #133423 - jieyouxu:rollup-m3gyoz6, r=jieyouxu | bors | -8/+5 |
| 2024-11-24 | Fix rustfmt according to review | Nadrieril | -2/+14 |
| 2024-11-24 | Merge pull request #4037 from tiif/blockpipe | Ralf Jung | -44/+80 |
| 2024-11-24 | cover guard patterns in clippy lints | Max Niederman | -1/+1 |
| 2024-11-24 | cover guard patterns in rustfmt | Max Niederman | -1/+3 |
| 2024-11-24 | Merge pull request #18552 from lnicola/rust-src-message | Laurențiu Nicola | -4/+5 |