-
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 5 pull requests #41905
Rollup of 5 pull requests #41905
Commits on May 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4d7c0b6 - Browse repository at this point
Copy the full SHA 4d7c0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a12a55f - Browse repository at this point
Copy the full SHA a12a55fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72a16b - Browse repository at this point
Copy the full SHA c72a16bView commit details
Commits on May 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aa5a532 - Browse repository at this point
Copy the full SHA aa5a532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fe10d - Browse repository at this point
Copy the full SHA 03fe10dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b71d76 - Browse repository at this point
Copy the full SHA 5b71d76View commit details
Commits on May 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5a7946d - Browse repository at this point
Copy the full SHA 5a7946dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d561d4c - Browse repository at this point
Copy the full SHA d561d4cView commit details
Commits on May 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1f532bf - Browse repository at this point
Copy the full SHA 1f532bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb740f - Browse repository at this point
Copy the full SHA dfb740fView commit details
Commits on May 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 35812d1 - Browse repository at this point
Copy the full SHA 35812d1View commit details
Commits on May 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 84a40c1 - Browse repository at this point
Copy the full SHA 84a40c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d23a650 - Browse repository at this point
Copy the full SHA d23a650View commit details -
Add
eprint!
andeprintln!
macros to the prelude.These are exactly the same as `print!` and `println!` except that they write to stderr instead of stdout. Issue rust-lang#39228.
Configuration menu - View commit details
-
Copy full SHA for 7612727 - Browse repository at this point
Copy the full SHA 7612727View commit details -
Revise the eprint(ln)! feature.
* Factor out the nigh-identical bodies of `_print` and `_eprint` to a helper function `print_to` (I was sorely tempted to call it `_doprnt`). * Update the issue number for the unstable `eprint` feature. * Add entries to the "unstable book" for `eprint` and `eprint_internal`. * Style corrections to the documentation.
Configuration menu - View commit details
-
Copy full SHA for 07766f6 - Browse repository at this point
Copy the full SHA 07766f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab3bcb - Browse repository at this point
Copy the full SHA 4ab3bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a06f9a6 - Browse repository at this point
Copy the full SHA a06f9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72588a2 - Browse repository at this point
Copy the full SHA 72588a2View commit details
Commits on May 11, 2017
-
Rollup merge of rust-lang#41192 - zackw:eprintln, r=alexcrichton
Add `eprint!` and `eprintln!` macros to the prelude. These are exactly the same as `print!` and `println!` except that they write to stderr instead of stdout. Issues rust-lang#39228 and rust-lang#40528; previous PR rust-lang#39229; accepted RFC rust-lang/rfcs#1869; proposed revision to The Book rust-lang/book#615. I have _not_ revised this any since the original submission; I will do that later this week. I wanted to get this PR in place since it's been quite a while since the RFC was merged. Known outstanding review comments: * [x] @steveklabnik requested a new chapter for the unstable version of The Book -- please see if the proposed revisions to the second edition cover it. * [x] @nodakai asked if it were possible to merge the internal methods `_print` and `_eprint` - not completely, since they both refer to different internal globals which we don't want to expose, but I will see if some duplication can be factored out. Please let me know if I missed anything.
Configuration menu - View commit details
-
Copy full SHA for a00e182 - Browse repository at this point
Copy the full SHA a00e182View commit details -
Rollup merge of rust-lang#41724 - achernyak:master, r=nikomatsakis
More Queries for Crate Metadata This covers a little bit of clean up and the following parts of rust-lang#41417: * `fn item_attrs(&self, def_id: DefId) -> Vec<ast::Attribute>;` * `fn fn_arg_names(&self, did: DefId) -> Vec<ast::Name>;` * `fn trait_of_item(&self, def_id: DefId) -> Option<DefId>;` * `fn impl_parent(&self, impl_def_id: DefId) -> Option<DefId>;` * ` fn is_foreign_item(&self, did: DefId) -> bool;` * `fn is_exported_symbol(&self, def_id: DefId) -> bool;` r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for 183dd9e - Browse repository at this point
Copy the full SHA 183dd9eView commit details -
Rollup merge of rust-lang#41873 - michaelwoerister:fix-filemap-hash-l…
…ookup, r=nikomatsakis ICH: Handle case of removed FileMaps. This PR fixes a bug introduced in rust-lang#41709 where removing a source file between compilation sessions would cause an ICE: https://travis-ci.org/rust-icci/crossbeam/jobs/230582234#L633 r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for 4ad75b3 - Browse repository at this point
Copy the full SHA 4ad75b3View commit details -
Rollup merge of rust-lang#41877 - eddyb:gdb-force-rust, r=michaelwoer…
…ister compiletest: force GDB to print values in the Rust format. Based on @nodakai's rust-lang#40557 (comment) and @infinity0's rust-lang#40557 (comment). Fixes rust-lang#40557.
Configuration menu - View commit details
-
Copy full SHA for 6073202 - Browse repository at this point
Copy the full SHA 6073202View commit details -
Rollup merge of rust-lang#41889 - est31:master, r=estebank
Remove debug message It was added by me in rust-lang#41293. Sorry about that! Thanks goes to @alexbool for finding it.
Configuration menu - View commit details
-
Copy full SHA for 00f6e39 - Browse repository at this point
Copy the full SHA 00f6e39View commit details