-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 8 pull requests #122365
Rollup of 8 pull requests #122365
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ab6936 - Browse repository at this point
Copy the full SHA 3ab6936View commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f1156a - Browse repository at this point
Copy the full SHA 6f1156aView commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3af28f0 - Browse repository at this point
Copy the full SHA 3af28f0View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfbc1b9 - Browse repository at this point
Copy the full SHA cfbc1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66d7f5 - Browse repository at this point
Copy the full SHA b66d7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 779ac69 - Browse repository at this point
Copy the full SHA 779ac69View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeec0d1 - Browse repository at this point
Copy the full SHA aeec0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a1d4dd - Browse repository at this point
Copy the full SHA 2a1d4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6b330 - Browse repository at this point
Copy the full SHA 0b6b330View commit details -
Configuration menu - View commit details
-
Copy full SHA for f614eae - Browse repository at this point
Copy the full SHA f614eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba70528 - Browse repository at this point
Copy the full SHA ba70528View commit details
Commits on Mar 12, 2024
-
Rollup merge of rust-lang#115141 - ChrisDenton:windows-support, r=wes…
…leywiser Update Windows platform support This should not be merged until Rust 1.76 but I'm told this may need an fcp in addition to [MCP 651](rust-lang/compiler-team#651). cc ```@rust-lang/compiler``` ```@rust-lang/release```
Configuration menu - View commit details
-
Copy full SHA for 60ab300 - Browse repository at this point
Copy the full SHA 60ab300View commit details -
Rollup merge of rust-lang#121865 - Kirandevraj:unnamed-fields-fileche…
…ck, r=oli-obk Add FileCheck annotations to MIR-opt unnamed-fields tests Part of rust-lang#116971 Adds filecheck annotations to unnamed-fields mir-opt tests in `tests/mir-opt/unnamed-fields`
Configuration menu - View commit details
-
Copy full SHA for b4cbc88 - Browse repository at this point
Copy the full SHA b4cbc88View commit details -
Rollup merge of rust-lang#122000 - erer1243:issue-121868, r=nikic
Fix 32-bit overflows in LLVM composite constants Inspired by rust-lang#121868. Fixes unsoundness created when constructing constant arrays, strings, and structs with 2^32 or more elements on x86_64. This introduces copies of a few LLVM functions that have their signatures updated to use size_t in place of unsigned int. Alternatively we could just add overflow checks and just disallow huge composite constants. That introduces less code, but maybe a huge static block of memory is useful in embedded/no-os situations?
Configuration menu - View commit details
-
Copy full SHA for 60f4b7a - Browse repository at this point
Copy the full SHA 60f4b7aView commit details -
Rollup merge of rust-lang#122194 - oli-obk:stash_delay_bug, r=nnether…
…cote Enable creating backtraces via -Ztreat-err-as-bug when stashing errors r? `@nnethercote` Otherwise I can't debug stashed errors because I can't find their source
Configuration menu - View commit details
-
Copy full SHA for 0b127d8 - Browse repository at this point
Copy the full SHA 0b127d8View commit details -
Rollup merge of rust-lang#122319 - compiler-errors:next-solver-normal…
…izing-self-constrains-args, r=lcnr Don't ICE when non-self part of trait goal is constrained in new solver Self-explanatory. See test for example when this can happen.
Configuration menu - View commit details
-
Copy full SHA for cd2efff - Browse repository at this point
Copy the full SHA cd2efffView commit details -
Rollup merge of rust-lang#122339 - rustbot:docs-update, r=ehuss
Update books ## rust-lang/reference 3 commits in 3417f866932cb1c09c6be0f31d2a02ee01b4b95d..5afb503a4c1ea3c84370f8f4c08a1cddd1cdf6ad 2024-03-06 21:29:54 UTC to 2024-02-28 04:06:45 UTC - Input format (rust-lang/reference#1459) - Lexer: say that lifetime-like tokens can't be immediately followed by ' (rust-lang/reference#1479) - Patterns and enums (rust-lang/reference#1460) ## rust-lang/rust-by-example 2 commits in 57f1e708f5d5850562bc385aaf610e6af14d6ec8..e093099709456e6fd74fecd2505fdf49a2471c10 2024-03-08 23:30:57 UTC to 2024-02-26 21:10:20 UTC - While-Let Unable to compile code example on page (rust-lang/rust-by-example#1819) - Update new_types.md wording (rust-lang/rust-by-example#1823) ## rust-lang/rustc-dev-guide 14 commits in 7b0ef5b..8a5d647 2024-03-11 10:37:18 UTC to 2024-02-29 09:46:28 UTC - update rustc-driver-interacting-with-the-ast.md (rust-lang/rustc-dev-guide#1930) - Update rustc-driver-getting-diagnostics.md (rust-lang/rustc-dev-guide#1931) - Document that test names cannot contain dots (rust-lang/rustc-dev-guide#1927) - Update overview.md (rust-lang/rustc-dev-guide#1898) - actually need to fix two occurances (rust-lang/rustc-dev-guide#1925) - fix broken links (rust-lang/rustc-dev-guide#1924) - next-solver: document caching (rust-lang/rustc-dev-guide#1923) - Add compiletest docs for FileCheck prefixes and `//@ filecheck-flags:` (rust-lang/rustc-dev-guide#1914) - Use different type in an example (rust-lang/rustc-dev-guide#1908) - Update run-make test description (rust-lang/rustc-dev-guide#1920) - Add some more details on feature gating (rust-lang/rustc-dev-guide#1891) - make shell.nix better (rust-lang/rustc-dev-guide#1858) - opaque types in new solver (rust-lang/rustc-dev-guide#1918) - add implied bounds doc (rust-lang/rustc-dev-guide#1915)
Configuration menu - View commit details
-
Copy full SHA for 3d5d839 - Browse repository at this point
Copy the full SHA 3d5d839View commit details -
Rollup merge of rust-lang#122342 - ChrisDenton:defautlib, r=petrochenkov
Update /NODEFAUTLIB comment for msvc I've tried to explain a bit more about the effects of `/NODEFAULTLIB` when using msvc link.exe (or compatible) as they're different from `-nodefaultlib` on gnu. I also removed the part about licensing as I'm not sure licensing is an issue? Or rather, it's no more or less of an issue no matter how you link msvc libraries. The license is the one you get if using VS at all and even dynamic linking includes static code (e.g. startup/shutdown code, etc). r? petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 7b29381 - Browse repository at this point
Copy the full SHA 7b29381View commit details -
Rollup merge of rust-lang#122343 - compiler-errors:rando, r=fmease
Remove some unnecessary `allow(incomplete_features)` in the test suite A useless change, but I like things to be clean.
Configuration menu - View commit details
-
Copy full SHA for 39e0076 - Browse repository at this point
Copy the full SHA 39e0076View commit details