Commit 8536f20
committed
Auto merge of rust-lang#138416 - Manishearth:rollup-fejor9p, r=Manishearth
Rollup of 12 pull requests
Successful merges:
- rust-lang#134076 (Stabilize `std::io::ErrorKind::InvalidFilename`)
- rust-lang#137504 (Move methods from Map to TyCtxt, part 4.)
- rust-lang#138175 (Support rmeta inputs for --crate-type=bin --emit=obj)
- rust-lang#138259 (Disentangle `ForwardGenericParamBan` and `ConstParamTy` ribs)
- rust-lang#138280 (fix ICE in pretty-printing `global_asm!`)
- rust-lang#138318 (Rustdoc: remove a bunch of `@ts-expect-error` from main.js)
- rust-lang#138331 (Use `RUSTC_LINT_FLAGS` more)
- rust-lang#138357 (merge `TypeChecker` and `TypeVerifier`)
- rust-lang#138394 (remove unnecessary variant)
- rust-lang#138403 (Delegation: one more ICE fix for `MethodCall` generation)
- rust-lang#138407 (Delegation: reject C-variadics)
- rust-lang#138409 (Use sa_sigaction instead of sa_union.__su_sigaction for AIX)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
177 files changed
+1936
-1896
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src/check_consts
- rustc_driver_impl/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- rustc_interface/src
- rustc_lint/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir
- mir
- query
- traits
- ty
- rustc_mir_build/src
- builder
- thir
- cx
- pattern
- rustc_passes/src
- rustc_privacy/src
- rustc_resolve
- src
- rustc_smir/src/rustc_smir
- rustc_trait_selection/src/error_reporting
- infer
- traits
- rustc_traits/src
- rustc_ty_utils/src
- library/std/src/io
- src
- doc/rustc-dev-guide/src
- librustdoc
- clean
- doctest
- html/static/js
- tools/clippy
- clippy_lints/src
- attrs
- doc
- functions
- matches
- methods
- operators
- utils
- internal_lints
- clippy_utils/src
- tests
- mir-opt
- ui
- const-generics
- defaults
- generic_const_parameter_types
- consts
- delegation
- error-codes
- generics
- issues
- rmeta
- runtime
- on-broken-pipe/auxiliary
- traits/trait-upcasting
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
177 files changed
+1936
-1896
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | | - | |
| 1127 | + | |
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments