-
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 #33494
Rollup of 8 pull requests #33494
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f030b5d - Browse repository at this point
Copy the full SHA f030b5dView commit details -
rustdoc: use btree map for where clauses
to get more reproducible output. Fixes: rust-lang#32555
Configuration menu - View commit details
-
Copy full SHA for 421e6fc - Browse repository at this point
Copy the full SHA 421e6fcView commit details
Commits on May 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b3de042 - Browse repository at this point
Copy the full SHA b3de042View commit details -
Improve diagnostics for constants being used in irrefutable patterns
It's pretty confusing and this error triggers in resolve only when "shadowing" a const, so let's make that clearer.
Configuration menu - View commit details
-
Copy full SHA for 5f9e304 - Browse repository at this point
Copy the full SHA 5f9e304View commit details
Commits on May 5, 2016
-
Adds documentation to Clone, specifying that Copy types should have a trivial Clone impl. Fixes rust-lang#33416.
Configuration menu - View commit details
-
Copy full SHA for c5aa879 - Browse repository at this point
Copy the full SHA c5aa879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f302b6 - Browse repository at this point
Copy the full SHA 9f302b6View commit details -
specify the archive file as stdout
If the `-f` option isn't given, GNU tar will use environment variable `TAPE` first, and next use the compiled-in default, which isn't necessary `stdout` (it is the tape device `/dev/rst0` under OpenBSD for example).
Configuration menu - View commit details
-
Copy full SHA for 2111725 - Browse repository at this point
Copy the full SHA 2111725View commit details
Commits on May 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a9779df - Browse repository at this point
Copy the full SHA a9779dfView commit details
Commits on May 8, 2016
-
Rollup merge of rust-lang#33369 - nikomatsakis:graceful-empty-span, r…
…=jntrnr degrade gracefully with empty spans In rust-lang#32756, we solved the final test failure, but digging more into it the handling of that scenario could be better. The error was caused by an empty span supplied by the parser representing EOF. This patch checks that we cope more gracefully with such spans: r? @jonathandturner
Configuration menu - View commit details
-
Copy full SHA for dfa5245 - Browse repository at this point
Copy the full SHA dfa5245View commit details -
Rollup merge of rust-lang#33373 - birkenfeld:issue-32555, r=bluss
rustdoc: use btree map for where clauses to get more reproducible output. Fixes: rust-lang#32555 I've looked at the other uses of HashMap in rustdoc, and they seem ok to (i.e. they use `iter()` and related only for constructing a new map, or when the output goes into independent files). Not sure what the cause of rust-lang#24473 is, it shouldn't be where clauses, but maybe it was also fixed inbetween since May 2015.
Configuration menu - View commit details
-
Copy full SHA for c89d8c5 - Browse repository at this point
Copy the full SHA c89d8c5View commit details -
Rollup merge of rust-lang#33404 - gsquire:cargo-lock, r=alexcrichton
Cargo lock tidy check A rebased PR for rust-lang#32901
Configuration menu - View commit details
-
Copy full SHA for 0cb966f - Browse repository at this point
Copy the full SHA 0cb966fView commit details -
Rollup merge of rust-lang#33406 - Manishearth:diag-improve-const-let,…
… r=GuillaumeGomez Improve diagnostics for constants being used in irrefutable patterns It's pretty confusing and this error triggers in resolve only when "shadowing" a const, so let's make that clearer. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for deb97fe - Browse repository at this point
Copy the full SHA deb97feView commit details -
Rollup merge of rust-lang#33420 - durka:patch-20, r=alexcrichton
implement RFC 1521 Adds documentation to Clone, specifying that Copy types should have a trivial Clone impl. Fixes rust-lang#33416. I tried to use "should" and "must" as defined [here](https://tools.ietf.org/html/rfc2119). cc @ubsan
Configuration menu - View commit details
-
Copy full SHA for 544074e - Browse repository at this point
Copy the full SHA 544074eView commit details -
Rollup merge of rust-lang#33424 - semarie:dist, r=alexcrichton
make dist: specify the archive file as stdout If the `-f` option isn't given, GNU tar will use environment variable `TAPE` first, and next use the compiled-in default, which isn't necessary `stdout` (it is the tape device `/dev/rst0` under OpenBSD for example).
Configuration menu - View commit details
-
Copy full SHA for 5d87805 - Browse repository at this point
Copy the full SHA 5d87805View commit details -
Rollup merge of rust-lang#33426 - sfackler:try-from, r=aturon
Implement RFC 1542 cc rust-lang#33417 r? @aturon
Configuration menu - View commit details
-
Copy full SHA for cc98f4c - Browse repository at this point
Copy the full SHA cc98f4cView commit details