-
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 9 pull requests #100122
Rollup of 9 pull requests #100122
Commits on Aug 2, 2022
-
rustdoc: use a more compact encoding for source-files.js
This reduces the compiler-doc file from 40K to 36K, a 10% reduction in size.
Configuration menu - View commit details
-
Copy full SHA for 09a3dfc - Browse repository at this point
Copy the full SHA 09a3dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf556d - Browse repository at this point
Copy the full SHA 9cf556dView commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f87b75 - Browse repository at this point
Copy the full SHA 6f87b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1405ce3 - Browse repository at this point
Copy the full SHA 1405ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72e96c - Browse repository at this point
Copy the full SHA a72e96cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6093e - Browse repository at this point
Copy the full SHA 3a6093eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5e1ac7 - Browse repository at this point
Copy the full SHA b5e1ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0548e8e - Browse repository at this point
Copy the full SHA 0548e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 939c2b6 - Browse repository at this point
Copy the full SHA 939c2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86c128 - Browse repository at this point
Copy the full SHA e86c128View commit details -
Rollup merge of rust-lang#98877 - topjohnwu:fix-lld, r=jyn514
Set llvm configs when building lld Several LLVM configs applied when building LLVM should also be applied when building LLD. For example, without the fix, setting both `llvm.thin-lto=true` and `rust.lld=true` when building on Linux will fail, since we need to manually override the compiler and linker to `clang`, but those will not be used when building LLD, causing link errors. r? ``@jyn514``
Configuration menu - View commit details
-
Copy full SHA for 8b27479 - Browse repository at this point
Copy the full SHA 8b27479View commit details -
Rollup merge of rust-lang#100068 - dcsommer:master, r=petrochenkov
Fix backwards-compatibility check for tests with `+whole-archive` Fixes rust-lang#100066
Configuration menu - View commit details
-
Copy full SHA for ede7096 - Browse repository at this point
Copy the full SHA ede7096View commit details -
Rollup merge of rust-lang#100083 - notriddle:notriddle/source-files-j…
…s, r=GuillaumeGomez rustdoc: use a more compact encoding for source-files.js This reduces the compiler-doc file from 40K to 36K, a 10% reduction in size.
Configuration menu - View commit details
-
Copy full SHA for 439ce25 - Browse repository at this point
Copy the full SHA 439ce25View commit details -
Rollup merge of rust-lang#100102 - b-naber:typo-higher-ranked-sub, r=…
…Dylan-DPC Fix typo r? ``@jackh726``
Configuration menu - View commit details
-
Copy full SHA for 7a1bc8a - Browse repository at this point
Copy the full SHA 7a1bc8aView commit details -
Rollup merge of rust-lang#100104 - GuillaumeGomez:rm-clean-impls, r=D…
…ylan-DPC Remove more Clean trait implementations Follow-up of rust-lang#99638. r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 1065ad5 - Browse repository at this point
Copy the full SHA 1065ad5View commit details -
Rollup merge of rust-lang#100105 - TaKO8Ki:add-regression-test-for-90…
…871, r=compiler-errors Add regression test for rust-lang#90871 closes rust-lang#90871
Configuration menu - View commit details
-
Copy full SHA for 53c62d6 - Browse repository at this point
Copy the full SHA 53c62d6View commit details -
Rollup merge of rust-lang#100107 - klensy:tr-w, r=compiler-errors
fix trailing whitespace in error message
Configuration menu - View commit details
-
Copy full SHA for 1f3da1f - Browse repository at this point
Copy the full SHA 1f3da1fView commit details -
Rollup merge of rust-lang#100111 - estebank:missing-let, r=compiler-e…
…rrors Provide suggestion on missing `let` in binding statement Fix rust-lang#78907. Fallout from the type ascription syntax.
Configuration menu - View commit details
-
Copy full SHA for 6a9b955 - Browse repository at this point
Copy the full SHA 6a9b955View commit details -
Rollup merge of rust-lang#100119 - ivmarkov:master, r=joshtriplett
FilesTimes support does not build for ESP-IDF Commit rust-lang@1f5d8d4 broke STD for `target_os = "espidf"`. In future, we might come up with something more sophisticated (as in using the `utime` function which *is* available on the ESP-IDF platform), but for now we are treating ESP-IDF just like `Redox` in that the new API fails at runtime. Most important for us ATM is to restore successful compilation of STD on our platform.
Configuration menu - View commit details
-
Copy full SHA for aef938a - Browse repository at this point
Copy the full SHA aef938aView commit details