Commit cc67bcf
committed
Auto merge of #149890 - JonathanBrouwer:rollup-1zsm23q, r=JonathanBrouwer
Rollup of 10 pull requests
Successful merges:
- #142380 (Put negative implementors first and apply same ordering logic to foreign implementors)
- #146584 (remove duplicated columns from `rustc_error_code::error_codes!`)
- #148717 (Point at span within local macros even when error happens in nested external macro)
- #148825 (Add SystemTime::{MIN, MAX})
- #149565 (rustdoc: Add unstable `--merge-doctests=yes/no/auto` flag)
- #149770 (Rename some issue-* tests)
- #149807 (Use ubuntu:24.04 for the `x86_64-gnu-miri` job)
- #149850 (Remove "tidy" tool for `tests/rustdoc` testsuite)
- #149863 (Do not suggest moving expression out of for loop when hitting `break` from desugaring)
- #149867 (only resolve main in bin crates)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
125 files changed
+1830
-1094
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_error_codes/src
- error_codes
- rustc_errors/src
- rustc_resolve/src
- library/std
- src
- sys/pal
- hermit
- sgx
- solid
- uefi
- unix
- unsupported
- windows
- xous
- tests
- src
- ci/docker/host-x86_64
- x86_64-gnu-aux
- x86_64-gnu-miri
- librustdoc
- doctest
- formats
- html
- render
- static
- css
- js
- tools
- compiletest/src
- runtest
- miri/tests/fail/panic
- tidy/src
- tests
- run-make/rustdoc-default-output
- rustdoc-gui
- src/lib2
- implementors
- rustdoc-ui/doctest
- ui-fulldeps
- session-diagnostic
- ui
- binop
- const-generics/adt_const_params
- consts
- const-eval
- const-item-no-type
- entry-point
- ergonomic-clones/closure
- hygiene
- impl-trait
- imports
- infinite
- iterators
- mismatched_types
- moves
- never_type
- numbers-arithmetic
- on-unimplemented
- proc-macro
- span
- stdlib-unit-tests
- suggestions
- traits/suggest-dereferences
- try-trait
- type-alias-impl-trait
- typeck
- type
- ufcs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+1830
-1094
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4521 | 4521 | | |
4522 | 4522 | | |
4523 | 4523 | | |
4524 | | - | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
4525 | 4527 | | |
4526 | 4528 | | |
4527 | 4529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments