-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 10 pull requests #108096
Rollup of 10 pull requests #108096
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb286dd - Browse repository at this point
Copy the full SHA eb286ddView commit details
Commits on Feb 14, 2023
-
Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotS…
…atisfied diagnostics
Configuration menu - View commit details
-
Copy full SHA for 8fc5ba6 - Browse repository at this point
Copy the full SHA 8fc5ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e901b - Browse repository at this point
Copy the full SHA 58e901bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb8ea01 - Browse repository at this point
Copy the full SHA cb8ea01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35dbec3 - Browse repository at this point
Copy the full SHA 35dbec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d590dc - Browse repository at this point
Copy the full SHA 8d590dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8feb63 - Browse repository at this point
Copy the full SHA b8feb63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa4c7d - Browse repository at this point
Copy the full SHA 6fa4c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f06c3d - Browse repository at this point
Copy the full SHA 9f06c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbec62 - Browse repository at this point
Copy the full SHA fdbec62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7afde - Browse repository at this point
Copy the full SHA 5c7afdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58939b9 - Browse repository at this point
Copy the full SHA 58939b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f80017 - Browse repository at this point
Copy the full SHA 3f80017View commit details
Commits on Feb 15, 2023
-
make x look for x.py if shell script does not exist
bump up x version Refactor code
Configuration menu - View commit details
-
Copy full SHA for 54cfc10 - Browse repository at this point
Copy the full SHA 54cfc10View commit details -
Use target instead of machine for mir interpreter integer handling.
The naming of `machine` only makes sense from a mir interpreter internals perspective, but outside users talk about the `target` platform
Configuration menu - View commit details
-
Copy full SHA for 38b7cdf - Browse repository at this point
Copy the full SHA 38b7cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fd5a1 - Browse repository at this point
Copy the full SHA 86fd5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4de121 - Browse repository at this point
Copy the full SHA f4de121View commit details -
Configuration menu - View commit details
-
Copy full SHA for de01ea2 - Browse repository at this point
Copy the full SHA de01ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29621ba - Browse repository at this point
Copy the full SHA 29621baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15adc7b - Browse repository at this point
Copy the full SHA 15adc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2d48e - Browse repository at this point
Copy the full SHA 4c2d48eView commit details -
Rollup merge of rust-lang#107034 - IntQuant:issue-100717-infer-5, r=o…
…li-obk Migrating rustc_infer to session diagnostics (part 4) `@rustbot` label +A-translation r? rust-lang/diagnostics cc rust-lang#100717
Configuration menu - View commit details
-
Copy full SHA for 1fdf0e1 - Browse repository at this point
Copy the full SHA 1fdf0e1View commit details -
Rollup merge of rust-lang#107972 - saethlin:fix-test-ub, r=michaelwoe…
…rister Fix unintentional UB in ui tests `@matthiaskrgr` found UB in a bunch of the ui tests. This PR fixes a batch of miscellaneous tests I didn't think needed reviewers from a particular part of the project.
Configuration menu - View commit details
-
Copy full SHA for d40c13a - Browse repository at this point
Copy the full SHA d40c13aView commit details -
Rollup merge of rust-lang#108010 - compiler-errors:can_eq-returns-boo…
…l, r=lcnr Make `InferCtxt::can_eq` and `InferCtxt::can_sub` return booleans Nobody matches on the result, nor does the result return anything useful...
Configuration menu - View commit details
-
Copy full SHA for 8f65e25 - Browse repository at this point
Copy the full SHA 8f65e25View commit details -
Rollup merge of rust-lang#108021 - zephaniahong:oldx, r=albertlarsan68
make x look for x.py if shell script does not exist Fixes rust-lang#107907 Manually tested by doing the following after changes were made: 1. `cargo install --path src/tools/x` 2. checked out old version: commit hash `775c3c0` from rust-lang#99992 3. Ran `x --help` and it works. Previously, it was giving the error `x.py not found`
Configuration menu - View commit details
-
Copy full SHA for 32891e1 - Browse repository at this point
Copy the full SHA 32891e1View commit details -
Rollup merge of rust-lang#108047 - oli-obk:machine->🞋, r=RalfJung
Use `target` instead of `machine` for mir interpreter integer handling. The naming of `machine` only makes sense from a mir interpreter internals perspective, but outside users talk about the `target` platform. As per rust-lang#108029 (comment) r? `@RalfJung`
Configuration menu - View commit details
-
Copy full SHA for 31d7e51 - Browse repository at this point
Copy the full SHA 31d7e51View commit details -
Rollup merge of rust-lang#108049 - clubby789:dont-suggest-unstable, r…
…=compiler-errors Don't suggest `#[doc(hidden)]` trait methods with matching return type Fixes rust-lang#107983, addressing the bad suggestion. The test can probably be made more specific to this case, but I'm unsure how. `@rustbot` label +A-diagnostics
Configuration menu - View commit details
-
Copy full SHA for 897f56e - Browse repository at this point
Copy the full SHA 897f56eView commit details -
Rollup merge of rust-lang#108066 - compiler-errors:better-labels-for-…
…bad-impl-trait, r=petrochenkov Better names for illegal impl trait positions Just some wording tweaks, no behavior changes.
Configuration menu - View commit details
-
Copy full SHA for 8259755 - Browse repository at this point
Copy the full SHA 8259755View commit details -
Rollup merge of rust-lang#108076 - GuillaumeGomez:more-let-chain, r=n…
…otriddle rustdoc: Use more let chain Got the idea after yesterday's review. r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 09ab35b - Browse repository at this point
Copy the full SHA 09ab35bView commit details -
Rollup merge of rust-lang#108088 - callumio:issue-107957, r=dtolnay
clarify correctness of `black_box` Resolves rust-lang#107957, as described in the related issue. No code changes, just documentation.
Configuration menu - View commit details
-
Copy full SHA for 863cd15 - Browse repository at this point
Copy the full SHA 863cd15View commit details -
Rollup merge of rust-lang#108094 - kornelski:fsdocs, r=cuviper
Demonstrate I/O in File examples I've noticed that some Rust novices unnecessarily reinvent `std::fs::{read,write}`, presumably because they search for equivalents of `fopen` + `fwrite`. I've added links to `std::fs::{read,write}` in the docs. The `File` examples were only showing how to open a file, but not how to use the opened handle, unnecessarily leaving out the next step. I've added a variety of different uses of file handles to their examples in docs.
Configuration menu - View commit details
-
Copy full SHA for 5547101 - Browse repository at this point
Copy the full SHA 5547101View commit details