| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -8/+5 |
| 2024-11-24 | Auto merge of #133068 - jieyouxu:download-rustc-default-only-for-tools, r=clu... | bors | -6/+65 |
| 2024-11-24 | Fix missing rust-src message | Laurențiu Nicola | -4/+5 |
| 2024-11-24 | sysconf: add _SC_OPEN_MAX | David Carlier | -0/+7 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+40 |
| 2024-11-24 | Rollup merge of #133405 - Zalathar:style-file, r=jieyouxu | Matthias Krüger | -9/+13 |
| 2024-11-24 | Rollup merge of #133398 - klensy:rd-to-string, r=aDotInTheVoid | Matthias Krüger | -1/+1 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-11-24 | follow-up on #4052, making a miri evaluation context fn for strerror_r. | David Carlier | -50/+62 |
| 2024-11-24 | embed-bitcode is no longer used in iOS | DianQK | -8/+5 |
| 2024-11-24 | tidy: Distinguish between two different meanings of "style file" | Zalathar | -9/+13 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -6/+95 |
| 2024-11-23 | do not to_string, use display | klensy | -1/+1 |
| 2024-11-23 | Update request entry point file path in architecture.md | Mark Murphy | -1/+1 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -3/+1 |
| 2024-11-23 | Vendor `trpl` crate so The Book tests work offline | Chris Krycho | -0/+1 |
| 2024-11-23 | ci: don't force CI rustc for `x86_64-gnu-tools` | Jieyou Xu | -1/+4 |
| 2024-11-23 | bootstrap: add change tracker entry | Jieyou Xu | -0/+5 |
| 2024-11-23 | rustbook: fix two small typos | Chris Krycho | -2/+2 |
| 2024-11-23 | Update bootstrap tests to support book dependencies | Chris Krycho | -1/+66 |
| 2024-11-23 | Add support for `--library-path` to `rustbook test` | Chris Krycho | -3/+26 |
| 2024-11-23 | Update TRPL to latest, including new Chapter 17: Async and Await | Chris Krycho | -0/+0 |
| 2024-11-23 | bootstrap: make `rust.debug-assertions = true` inhibit downloading CI rustc | Jieyou Xu | -4/+42 |
| 2024-11-23 | bootstrap: revert `rust.download-rustc` global default to `false` | Jieyou Xu | -3/+16 |
| 2024-11-23 | no more Reveal :( | lcnr | -3/+1 |
| 2024-11-23 | Auto merge of #132994 - clubby789:cc-bisect, r=Kobzol | bors | -390/+406 |
| 2024-11-23 | Merge pull request #4052 from devnexen/gh4050 | Ralf Jung | -30/+90 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -3/+30 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -4/+3 |
| 2024-11-23 | sysconf interception fix for solarish systems. | David Carlier | -30/+90 |
| 2024-11-22 | Rollup merge of #133215 - ehuss:fix-vendor-rustc-perf, r=kobzol | Michael Goulet | -22/+27 |
| 2024-11-22 | Rollup merge of #133208 - ferrocene:split-copyright-html, r=Kobzol | Michael Goulet | -29/+181 |
| 2024-11-22 | Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errors | bors | -2/+2 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 |
| 2024-11-22 | Merge pull request #4047 from RalfJung/eventfd-comments | Ralf Jung | -10/+14 |
| 2024-11-22 | Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxu | bors | -763/+1530 |
| 2024-11-22 | Rollup merge of #133311 - RalfJung:miri-sync, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -763/+1530 |
| 2024-11-22 | Remove constants section as it is outdated | Boxy | -83/+0 |
| 2024-11-22 | Flatten generic parameter defs section | Boxy | -68/+88 |
| 2024-11-22 | Bump to 1.85 | Boxy | -1/+1 |
| 2024-11-22 | generate-copyright: Fixup comment for get_metadata_and_notices. | Jonathan Pallant | -1/+1 |
| 2024-11-22 | Updates Solaris target information, adds Solaris maintainer | Petr Sumbera | -2/+36 |
| 2024-11-22 | disable solaris on CI for now | Ralf Jung | -1/+1 |
| 2024-11-22 | epoll: fix comment typo | Ralf Jung | -2/+2 |
| 2024-11-22 | Merge from rustc | The Miri Cronjob Bot | -18/+36 |
| 2024-11-22 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-21 | Merge pull request #4046 from CraftSpider/windows-error-mapping | Ralf Jung | -3/+64 |
| 2024-11-21 | Auto merge of #132362 - mustartt:aix-dylib-detection, r=jieyouxu | bors | -15/+31 |
| 2024-11-21 | Add comment about multiple errors to one ErrorKind | Rune Tynan | -0/+4 |
| 2024-11-21 | eventfd: comment tweaks | Ralf Jung | -9/+13 |