about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-11-25Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic许杰友 Jieyou Xu (Joe)-8/+5
2024-11-24Auto merge of #133068 - jieyouxu:download-rustc-default-only-for-tools, r=clu...bors-6/+65
2024-11-24Fix missing rust-src messageLaurențiu Nicola-4/+5
2024-11-24sysconf: add _SC_OPEN_MAXDavid Carlier-0/+7
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+40
2024-11-24Rollup merge of #133405 - Zalathar:style-file, r=jieyouxuMatthias Krüger-9/+13
2024-11-24Rollup merge of #133398 - klensy:rd-to-string, r=aDotInTheVoidMatthias Krüger-1/+1
2024-11-24Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errorsMatthias Krüger-4/+3
2024-11-24follow-up on #4052, making a miri evaluation context fn for strerror_r.David Carlier-50/+62
2024-11-24embed-bitcode is no longer used in iOSDianQK-8/+5
2024-11-24tidy: Distinguish between two different meanings of "style file"Zalathar-9/+13
2024-11-23Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkanbors-6/+95
2024-11-23do not to_string, use displayklensy-1/+1
2024-11-23Update request entry point file path in architecture.mdMark Murphy-1/+1
2024-11-23Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwUbors-3/+1
2024-11-23Vendor `trpl` crate so The Book tests work offlineChris Krycho-0/+1
2024-11-23ci: don't force CI rustc for `x86_64-gnu-tools`Jieyou Xu-1/+4
2024-11-23bootstrap: add change tracker entryJieyou Xu-0/+5
2024-11-23rustbook: fix two small typosChris Krycho-2/+2
2024-11-23Update bootstrap tests to support book dependenciesChris Krycho-1/+66
2024-11-23Add support for `--library-path` to `rustbook test`Chris Krycho-3/+26
2024-11-23Update TRPL to latest, including new Chapter 17: Async and AwaitChris Krycho-0/+0
2024-11-23bootstrap: make `rust.debug-assertions = true` inhibit downloading CI rustcJieyou Xu-4/+42
2024-11-23bootstrap: revert `rust.download-rustc` global default to `false`Jieyou Xu-3/+16
2024-11-23no more Reveal :(lcnr-3/+1
2024-11-23Auto merge of #132994 - clubby789:cc-bisect, r=Kobzolbors-390/+406
2024-11-23Merge pull request #4052 from devnexen/gh4050Ralf Jung-30/+90
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-3/+30
2024-11-23remove is_trivially_const_dropRalf Jung-4/+3
2024-11-23sysconf interception fix for solarish systems.David Carlier-30/+90
2024-11-22Rollup merge of #133215 - ehuss:fix-vendor-rustc-perf, r=kobzolMichael Goulet-22/+27
2024-11-22Rollup merge of #133208 - ferrocene:split-copyright-html, r=KobzolMichael Goulet-29/+181
2024-11-22Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errorsbors-2/+2
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-11-22Merge pull request #4047 from RalfJung/eventfd-commentsRalf Jung-10/+14
2024-11-22Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxubors-763/+1530
2024-11-22Rollup merge of #133311 - RalfJung:miri-sync, r=RalfJung许杰友 Jieyou Xu (Joe)-763/+1530
2024-11-22Remove constants section as it is outdatedBoxy-83/+0
2024-11-22Flatten generic parameter defs sectionBoxy-68/+88
2024-11-22Bump to 1.85Boxy-1/+1
2024-11-22generate-copyright: Fixup comment for get_metadata_and_notices.Jonathan Pallant-1/+1
2024-11-22Updates Solaris target information, adds Solaris maintainerPetr Sumbera-2/+36
2024-11-22disable solaris on CI for nowRalf Jung-1/+1
2024-11-22epoll: fix comment typoRalf Jung-2/+2
2024-11-22Merge from rustcThe Miri Cronjob Bot-18/+36
2024-11-22Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-21Merge pull request #4046 from CraftSpider/windows-error-mappingRalf Jung-3/+64
2024-11-21Auto merge of #132362 - mustartt:aix-dylib-detection, r=jieyouxubors-15/+31
2024-11-21Add comment about multiple errors to one ErrorKindRune Tynan-0/+4
2024-11-21eventfd: comment tweaksRalf Jung-9/+13