-
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 #41458
Rollup of 5 pull requests #41458
Commits on Apr 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a654610 - Browse repository at this point
Copy the full SHA a654610View commit details -
Don't panic if an attribute macro fails to resolve at crate root
Adds temporary regression test; this ideally should work as-is (rust-lang#41430) Closes rust-lang#41211
Configuration menu - View commit details
-
Copy full SHA for 910532e - Browse repository at this point
Copy the full SHA 910532eView commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 903bdfc - Browse repository at this point
Copy the full SHA 903bdfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76274e - Browse repository at this point
Copy the full SHA a76274eView commit details -
Remove BinaryHeap::{push_pop,replace}
[unstable, deprecated since 1.13.0]
Configuration menu - View commit details
-
Copy full SHA for a724ff9 - Browse repository at this point
Copy the full SHA a724ff9View commit details -
Remove OccupiedEntry::remove_pair
[unstable, deprecated since 1.12.0]
Configuration menu - View commit details
-
Copy full SHA for df86cec - Browse repository at this point
Copy the full SHA df86cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4aaae9 - Browse repository at this point
Copy the full SHA f4aaae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c5e8b - Browse repository at this point
Copy the full SHA f0c5e8bView commit details -
Remove {Cell,RefCell}::as_unsafe_cell
[unstable, deprecated since 1.12.0]
Configuration menu - View commit details
-
Copy full SHA for cc605c8 - Browse repository at this point
Copy the full SHA cc605c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313aab8 - Browse repository at this point
Copy the full SHA 313aab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c903ac6 - Browse repository at this point
Copy the full SHA c903ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1aaa60 - Browse repository at this point
Copy the full SHA c1aaa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for d360091 - Browse repository at this point
Copy the full SHA d360091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe3a9a - Browse repository at this point
Copy the full SHA 8fe3a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3284e - Browse repository at this point
Copy the full SHA 7d3284eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce1eb7 - Browse repository at this point
Copy the full SHA 7ce1eb7View commit details
Commits on Apr 22, 2017
-
Rollup merge of rust-lang#37658 - GuillaumeGomez:ref_suggestion, r=ni…
…komatsakis,eddyb Ref suggestion
Configuration menu - View commit details
-
Copy full SHA for e7bf524 - Browse repository at this point
Copy the full SHA e7bf524View commit details -
Rollup merge of rust-lang#41405 - GuillaumeGomez:rustdoc-warning-impr…
…ovement, r=steveklabnik Fix line display for hoedown Fixes rust-lang#41401. r? @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for 47c68ec - Browse repository at this point
Copy the full SHA 47c68ecView commit details -
Rollup merge of rust-lang#41432 - abonander:issue_41211, r=jseyfried
Don't panic if an attribute macro fails to resolve at crate root Adds temporary regression test; this ideally should work as-is (rust-lang#41430) Closes rust-lang#41211 r? @jseyfried
Configuration menu - View commit details
-
Copy full SHA for 9283402 - Browse repository at this point
Copy the full SHA 9283402View commit details -
Rollup merge of rust-lang#41435 - estebank:issue-33884, r=nikomatsakis
Add test for issue 33884 Fix rust-lang#33884. r=nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for 7ac821d - Browse repository at this point
Copy the full SHA 7ac821dView commit details -
Rollup merge of rust-lang#41437 - cuviper:remove-unstable-deprecated,…
… r=alexcrichton Remove items that are unstable and deprecated This removes unstable items that have been deprecated for more than one cycle. - Since 1.16.0, `#![feature(enumset)]` - All of `mod collections::enum_set` - Since 1.15.0, `#![feature(borrow_state)]` - `cell::BorrowState` - `RefCell::borrow_state()` - Since 1.15.0, `#![feature(is_unique)]` - `Rc::is_unique()` (made private like `Arc::is_unique()`) - Since 1.15.0, `#![feature(rc_would_unwrap)]` - `Rc::would_wrap()` - Since 1.13.0, `#![feature(binary_heap_extras)]` - `BinaryHeap::push_pop()` - `BinaryHeap::replace()` - Since 1.12.0, `#![feature(as_unsafe_cell)]` - `Cell::as_unsafe_cell()` - `RefCell::as_unsafe_cell()` - Since 1.12.0, `#![feature(map_entry_recover_keys)]` - `btree_map::OccupiedEntry::remove_pair()` - `hash_map::OccupiedEntry::remove_pair()` - Since 1.11.0, `#![feature(float_extras)]` - `Float::nan()` - `Float::infinity()` - `Float::neg_infinity()` - `Float::neg_zero()` - `Float::zero()` - `Float::one()` - `Float::integer_decode()` - `f32::integer_decode()` - `f32::ldexp()` - `f32::frexp()` - `f32::next_after()` - `f64::integer_decode()` - `f64::ldexp()` - `f64::frexp()` - `f64::next_after()` - Since 1.11.0, `#![feature(zero_one)]` - `num::Zero` - `num::One`
Configuration menu - View commit details
-
Copy full SHA for eb9ce36 - Browse repository at this point
Copy the full SHA eb9ce36View commit details