-
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 6 pull requests #129162
Rollup of 6 pull requests #129162
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2ec115 - Browse repository at this point
Copy the full SHA e2ec115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ac0a3 - Browse repository at this point
Copy the full SHA 14ac0a3View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd2b030 - Browse repository at this point
Copy the full SHA cd2b030View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03cc14 - Browse repository at this point
Copy the full SHA e03cc14View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a4f2b - Browse repository at this point
Copy the full SHA a2a4f2bView commit details -
Reexport
serde_json
crate from run-make-support to give it access t……o `run-make` tests
Configuration menu - View commit details
-
Copy full SHA for 6b1637c - Browse repository at this point
Copy the full SHA 6b1637cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6815c0 - Browse repository at this point
Copy the full SHA c6815c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ac503 - Browse repository at this point
Copy the full SHA e6ac503View commit details -
Rollup merge of rust-lang#128990 - saethlin:freebsd-debuginfo-tests, …
…r=compiler-errors Re-enable more debuginfo tests on freebsd These ignores are _ancient_, we don't run freebsd tests in CI, and even if we did they'd probably pass because the test suite passes with the latest gdb release on Linux.
Configuration menu - View commit details
-
Copy full SHA for 19d32e4 - Browse repository at this point
Copy the full SHA 19d32e4View commit details -
Rollup merge of rust-lang#129042 - Jaic1:fix-116308, r=BoxyUwU
Special-case alias ty during the delayed bug emission in `try_from_lit` This PR tries to fix rust-lang#116308. A delayed bug in `try_from_lit` will not be emitted so that the compiler will not ICE when it sees the pair `(ast::LitKind::Int, ty::TyKind::Alias)` in `lit_to_const` (called from `try_from_lit`). This PR is related to an unstable feature `adt_const_params` (rust-lang#95174). r? ``@BoxyUwU``
Configuration menu - View commit details
-
Copy full SHA for f04d25f - Browse repository at this point
Copy the full SHA f04d25fView commit details -
Rollup merge of rust-lang#129086 - slanterns:is_none_or, r=dtolnay
Stabilize `is_none_or` Closes: rust-lang#126383. `@rustbot` label: +T-libs-api r? libs-api
Configuration menu - View commit details
-
Copy full SHA for 9d57e46 - Browse repository at this point
Copy the full SHA 9d57e46View commit details -
Rollup merge of rust-lang#129149 - GuillaumeGomez:migrate-python-scri…
…pt, r=jieyouxu Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test This PR fixes the FIXME I added for future-me who become present-me. :') Since there are multiple `run-make` tests using python scripts, I suppose more of them will migrate to Rust, hence why I added the `jzon` public reexport to the `run-make-support` crate. cc `@jieyouxu` r? `@Kobzol`
Configuration menu - View commit details
-
Copy full SHA for 7177a0e - Browse repository at this point
Copy the full SHA 7177a0eView commit details -
Rollup merge of rust-lang#129154 - wafarm:fix-95463, r=estebank
Fix wrong source location for some incorrect macro definitions Fixes rust-lang#95463 Currently the code will consume the next token tree after `var` when trying to parse `$var:some_type` even when it's not a `:` (e.g. a `$` when input is `($foo $bar:tt) => {}`). Additionally it will return the wrong span when it's not a `:`. This PR fixes these problems.
Configuration menu - View commit details
-
Copy full SHA for 5bceee4 - Browse repository at this point
Copy the full SHA 5bceee4View commit details -
Rollup merge of rust-lang#129161 - dtolnay:spawnunck, r=Noratrieb
Stabilize std::thread::Builder::spawn_unchecked Closes rust-lang#55132.
Configuration menu - View commit details
-
Copy full SHA for a9bf86a - Browse repository at this point
Copy the full SHA a9bf86aView commit details