This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit eb82b07
committed
Auto merge of rust-lang#139344 - Zalathar:rollup-uklkyeb, r=Zalathar
Rollup of 14 pull requests
Successful merges:
- rust-lang#137869 (Demote i686-pc-windows-gnu to Tier 2)
- rust-lang#137880 (Autodiff batching)
- rust-lang#138546 (Add integer to string formatting tests)
- rust-lang#138947 (Refactor Apple version handling in the compiler)
- rust-lang#138950 (replace extra_filename with strict version hash in metrics file names)
- rust-lang#139213 (Run coretests and alloctests with cg_clif in CI)
- rust-lang#139274 (Rustdoc: typecheck settings.js)
- rust-lang#139295 (Remove creation of duplicate `AnonPipe`)
- rust-lang#139298 (Allow for missing invisible close delim when reparsing an expression.)
- rust-lang#139313 (Deduplicate some `rustc_middle` function bodies by calling the `rustc_type_ir` equivalent)
- rust-lang#139317 (compiletest: Encapsulate all of the code that touches libtest)
- rust-lang#139322 (Add helper function for checking LLD usage to `run-make-support`)
- rust-lang#139335 (Pass correct param-env to `error_implies`)
- rust-lang#139342 (Add a mailmap entry for myself)
Failed merges:
- rust-lang#138949 (Rename `is_like_osx` to `is_like_darwin`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
85 files changed
+1686
-874
lines changed- compiler
- rustc_ast/src/expand
- rustc_builtin_macros
- src
- rustc_codegen_cranelift
- build_system
- rustc_codegen_llvm/src
- back
- builder
- llvm
- rustc_codegen_ssa
- src
- back
- apple
- rustc_driver_impl/src
- rustc_infer/src/infer
- rustc_llvm/llvm-wrapper
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_session
- src
- rustc_target/src
- spec
- base
- apple
- targets
- rustc_trait_selection/src/error_reporting/traits
- rustc_type_ir/src
- library
- alloctests/tests
- alloc
- coretests
- std/src/sys/pal/windows
- src
- bootstrap/mk
- ci
- docker/host-x86_64
- mingw-check
- x86_64-gnu-tools
- github-actions
- doc/rustc/src
- platform-support
- librustdoc/html/static/js
- tools
- compiletest/src
- header
- run-make-support/src
- tests
- codegen
- pretty
- run-make
- rust-lld-by-default-beta-stable
- rust-lld-by-default-nightly
- rust-lld-custom-target
- rust-lld
- ui
- autodiff
- const-generics
- linking
- macros
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+1686
-874
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
411 | 413 | | |
412 | 414 | | |
413 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
80 | 91 | | |
81 | 92 | | |
82 | 93 | | |
| |||
222 | 233 | | |
223 | 234 | | |
224 | 235 | | |
| 236 | + | |
225 | 237 | | |
226 | 238 | | |
227 | 239 | | |
228 | 240 | | |
229 | 241 | | |
230 | 242 | | |
231 | 243 | | |
| 244 | + | |
232 | 245 | | |
233 | 246 | | |
234 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments