| Age | Commit message (Expand) | Author | Lines |
| 2024-10-28 | Rollup merge of #132225 - clubby789:run-make-dynamic, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-10-27 | Rollup merge of #132234 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -299/+612 |
| 2024-10-27 | Revert "ci update freebsd version proposal, freebsd 12 being eol." | David Carlier | -19/+19 |
| 2024-10-27 | Dynamically link run-make support | clubby789 | -0/+4 |
| 2024-10-27 | Auto merge of #132215 - onur-ozkan:bootstrap-git, r=Kobzol | bors | -28/+6 |
| 2024-10-27 | simplify force-recompile logic for "library" | onur-ozkan | -19/+4 |
| 2024-10-27 | don't use absolute paths on `git(Some(self.src))` | onur-ozkan | -10/+3 |
| 2024-10-26 | Rollup merge of #132205 - workingjubilee:rv32e-platform-docs-mislinked, r=tgr... | Jubilee | -4/+5 |
| 2024-10-26 | Rollup merge of #132192 - petrochenkov:macfa, r=compiler-errors | Jubilee | -25/+9 |
| 2024-10-26 | Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddle | Jubilee | -1/+1 |
| 2024-10-26 | Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddle | Jubilee | -1/+4 |
| 2024-10-26 | docs: Correctly link riscv32e from platform-support.md | Jubilee Young | -4/+5 |
| 2024-10-26 | expand: Stop using artificial `ast::Item` for macros loaded from metadata | Vadim Petrochenkov | -25/+9 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -12/+71 |
| 2024-10-26 | Merge pull request #3995 from RalfJung/readdir_r | Oli Scherer | -26/+16 |
| 2024-10-26 | Fix code HTML items making big blocks if too long | Guillaume Gomez | -1/+1 |
| 2024-10-26 | Auto merge of #131527 - ZuseZ4:enable-llvm-offload-runtime, r=Kobzol | bors | -0/+30 |
| 2024-10-26 | do not set the file type to an error code | Ralf Jung | -1/+4 |
| 2024-10-26 | do not use host 'raw_os_error' to compute target error code | Ralf Jung | -24/+11 |
| 2024-10-26 | fix error returned from readdir_r when isolation is enabled | Ralf Jung | -2/+2 |
| 2024-10-26 | Merge pull request #3993 from RalfJung/dir-entry-drop-explicit | Ralf Jung | -2/+5 |
| 2024-10-26 | automatic PR: explain how to trigger CI | Ralf Jung | -1/+1 |
| 2024-10-26 | indicate more explicitly where we close host file/dir handles | Ralf Jung | -2/+5 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-10-26 | Rollup merge of #132163 - claywilkinson:master, r=tmandry | Matthias Krüger | -30/+22 |
| 2024-10-26 | Effects cleanup | Deadbeef | -2/+1 |
| 2024-10-26 | Auto merge of #132149 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-10-25 | Fix indentation | Tyler Mandry | -2/+2 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -20/+21 |
| 2024-10-25 | Update Fuchsia CI script for package serving | Clayton Wilkinson | -30/+22 |
| 2024-10-25 | Allow building rustc's LLVM with Offload support | Manuel Drehwald | -0/+30 |
| 2024-10-25 | Auto merge of #132148 - matthiaskrgr:rollup-c155tcy, r=matthiaskrgr | bors | -7/+2 |
| 2024-10-25 | Update cargo | Weihang Lo | -0/+0 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -10/+14 |
| 2024-10-25 | Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzol | bors | -9/+95 |
| 2024-10-25 | Rollup merge of #132130 - onur-ozkan:remove-ci-change-id, r=Kobzol | Matthias Krüger | -5/+0 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -12/+9 |
| 2024-10-25 | allow type-based search on foreign functions | binarycat | -1/+4 |
| 2024-10-25 | Merge pull request #3989 from RalfJung/ci | Ralf Jung | -4/+5 |
| 2024-10-25 | some more opportunities for set_last_error_and_return | Ralf Jung | -14/+7 |
| 2024-10-25 | get rid of fd_not_found; improve error handling in FileMetadata | Ralf Jung | -71/+54 |
| 2024-10-25 | CI workflow: tweak conclusion job | Ralf Jung | -4/+5 |
| 2024-10-25 | Clear more `eval_libc` errors from unix shims | Noah Bright | -53/+28 |
| 2024-10-25 | Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum | bors | -0/+61 |
| 2024-10-25 | remove `change-id` from CI script | onur-ozkan | -5/+0 |
| 2024-10-25 | Auto merge of #132105 - GuillaumeGomez:doctest-nested-main, r=notriddle | bors | -4/+11 |
| 2024-10-25 | Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubilee | bors | -9/+35 |
| 2024-10-24 | Auto merge of #132007 - rustbot:docs-update, r=ehuss | bors | -3/+18 |
| 2024-10-24 | Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome... | Jubilee | -0/+18 |