-
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 5 pull requests #71828
Rollup of 5 pull requests #71828
Commits on May 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a691521 - Browse repository at this point
Copy the full SHA a691521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902aa62 - Browse repository at this point
Copy the full SHA 902aa62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05961c - Browse repository at this point
Copy the full SHA c05961cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ec00a - Browse repository at this point
Copy the full SHA f3ec00aView commit details -
Test associated const default qualifs cross-crate
This also tests for the ICE in rust-lang#71734
Configuration menu - View commit details
-
Copy full SHA for bcc44b8 - Browse repository at this point
Copy the full SHA bcc44b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a2c8d - Browse repository at this point
Copy the full SHA 14a2c8dView commit details
Commits on May 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 90aa62a - Browse repository at this point
Copy the full SHA 90aa62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f27c7 - Browse repository at this point
Copy the full SHA 96f27c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ee283 - Browse repository at this point
Copy the full SHA a3ee283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a77d1c - Browse repository at this point
Copy the full SHA 8a77d1cView commit details -
Rollup merge of rust-lang#71165 - lcnr:patch-2, r=Amanieu
`slice::fill`: use `T` instead of generic arg implements rust-lang#70758 (comment) As the discussion in rust-lang#70758 has shifted, I now use `T` instead of `&T`.
Configuration menu - View commit details
-
Copy full SHA for 8cb8d9c - Browse repository at this point
Copy the full SHA 8cb8d9cView commit details -
Rollup merge of rust-lang#71314 - mibac138:cfg-version, r=petrochenkov
Implement RFC 2523, `#[cfg(version(..))]` Hi! This is my first contribution to rust, I hope I didn't miss anything. I tried to implement this feature so that `#[cfg(version(1.44.0))]` works but the parser was printing an error that I wasn't sure how to fix so I just opted for implementing `#[cfg(version("1.44.0"))]` (note the quotes). Tracking issue: rust-lang#64796
Configuration menu - View commit details
-
Copy full SHA for ffe0a1c - Browse repository at this point
Copy the full SHA ffe0a1cView commit details -
Rollup merge of rust-lang#71542 - crlf0710:confusable_idents, r=petro…
…chenkov Implement `confusable_idents` lint. This collects all identifier symbols into `ParseSession` and examines them within the non-ascii-idents lint. The skeleton generation part needs to be added to `unicode-security` crate. Will update this PR when the crate is updated. r? @petrochenkov EDIT: also included the `concat_idents` part.
Configuration menu - View commit details
-
Copy full SHA for 24e101c - Browse repository at this point
Copy the full SHA 24e101cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2231941 - Browse repository at this point
Copy the full SHA 2231941View commit details -
Rollup merge of rust-lang#71813 - ecstatic-morse:issue-71734, r=tmandry
Decode qualifs for associated const defaults Fixes rust-lang#71734. We encode qualifs for associated constants, but never expected to decode the qualifs for defaulted associated consts. Fix this, and test that associated const defaults have the correct qualifs cross-crate. r? @tmandry
Configuration menu - View commit details
-
Copy full SHA for e48a7b8 - Browse repository at this point
Copy the full SHA e48a7b8View commit details