Commit 4b3a1d9
committed
Auto merge of rust-lang#56102 - nikomatsakis:beta, r=alexcrichton
beta backport rollup
Backports of some beta-approved PRs
- [x] rust-lang#55385: NLL: cast causes failure to promote to static
- [x] rust-lang#56043: remove "approx env bounds" if we already know from trait
- [x] rust-lang#56003: do not propagate inferred bounds on trait objects if they involve `Self`
- [x] rust-lang#55852: Rewrite `...` as `..=` as a `MachineApplicable` 2018 idiom lint
- [x] rust-lang#55804: rustdoc: don't inline `pub use some_crate` unless directly asked to
- [x] rust-lang#56059: Increase `Duration` approximate equal threshold to 1us
- [x] Keep resolved defs in path prefixes and emit them in save-analysis rust-lang#54145
- [x] Adjust Ids of path segments in visibility modifiers rust-lang#55487
- [x] save-analysis: bug fix and optimisation. rust-lang#55521
- [x] save-analysis: be even more aggressive about ignorning macro-generated defs rust-lang#55936
- [x] save-analysis: fallback to using path id rust-lang#56060
- [x] save-analysis: Don't panic for macro-generated use globs rust-lang#55879
- [x] Add temporary renames to manifests for rustfmt/clippy rust-lang#56081
- [x] Revert rust-lang#51601 rust-lang#56049
- [x] Fix stability hole with `static _` rust-lang#55983
- [x] rust-lang#56077
- [x] Fix Rustdoc ICE when checking blanket impls rust-lang#55258
- [x] Updated RELEASES.md for 1.31.0 rust-lang#55678
- [x] ~~rust-lang#56061~~ rust-lang#56111
- [x] Stabilize `extern_crate_item_prelude` rust-lang#56032
Still running tests locally, and I plan to backport @nrc's other PRs too
(cc @petrochenkov -- thanks for the advice)File tree
102 files changed
+1782
-1399
lines changed- src
- doc/rustdoc/src
- libcore
- iter
- tests
- librustc_codegen_llvm/mir
- librustc_lint
- librustc_mir
- borrow_check
- nll/type_check
- transform
- util
- librustc_resolve
- librustc_save_analysis
- librustc_typeck
- outlives
- librustc
- hir
- map
- ich
- infer
- outlives
- lint
- mir
- traits
- librustdoc
- clean
- libstd
- libsyntax
- ext
- parse
- test
- incremental/hashes
- mir-opt
- run-pass
- rustdoc
- inline_cross
- auxiliary
- ui-fulldeps/proc-macro
- ui
- feature-gates
- imports
- lint
- nll
- ty-outlives
- range
- rfc-2093-infer-outlives
- tools
- build-manifest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+1782
-1399
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
1 | 78 | | |
2 | 79 | | |
3 | 80 | | |
| |||
0 commit comments