-
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 PRs in the queue; Friday #24524
Commits on Apr 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d14109e - Browse repository at this point
Copy the full SHA d14109eView commit details -
Add "run-make" test for trace-macros flag
Thomas Jespersen committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for bed2d33 - Browse repository at this point
Copy the full SHA bed2d33View commit details -
Fix: sess.opt should have been sess.opts
Thomas Jespersen committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 35b49fe - Browse repository at this point
Copy the full SHA 35b49feView commit details -
Remove -o flag from build command
It generates a warning that --outdir argument is ignored, which is captured and spoils the output Also ensure that test output is captured in a different file than the expected output file
Thomas Jespersen committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 5e1505f - Browse repository at this point
Copy the full SHA 5e1505fView commit details
Commits on Apr 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 53b7a06 - Browse repository at this point
Copy the full SHA 53b7a06View commit details -
Implement traits for parser error structs
Implement `Debug`, `Display` and `Error` for `FatalError` and `ExplicitBug`
Configuration menu - View commit details
-
Copy full SHA for 9891ea7 - Browse repository at this point
Copy the full SHA 9891ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a95d90 - Browse repository at this point
Copy the full SHA 6a95d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1a078 - Browse repository at this point
Copy the full SHA 9e1a078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1dfed - Browse repository at this point
Copy the full SHA 9c1dfedView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8c592 - Browse repository at this point
Copy the full SHA fd8c592View commit details -
Make sure to disambiguate obtained out from expected output
Thomas Jespersen committedApr 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 3a20363 - Browse repository at this point
Copy the full SHA 3a20363View commit details
Commits on Apr 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c1f6d6a - Browse repository at this point
Copy the full SHA c1f6d6aView commit details -
The Debug impl was using quotes, which was inconsistent: => (.., 1.., 2..3, ..4) ("..", 1.., 2..3, ..4) Fix to use just ..
Ulrik Sverdrup committedApr 16, 2015 Configuration menu - View commit details
-
Copy full SHA for 709b5e8 - Browse repository at this point
Copy the full SHA 709b5e8View commit details -
The document does not display properly if the link id contains a space.
Configuration menu - View commit details
-
Copy full SHA for 7d56fb2 - Browse repository at this point
Copy the full SHA 7d56fb2View commit details -
Use BTreeMap in build_sidebar_items
This ensures that later when generating HTML, the JSON will be sorted aswell. We now have a deterministic build of sidebar-items.js
Configuration menu - View commit details
-
Copy full SHA for 61ad9fe - Browse repository at this point
Copy the full SHA 61ad9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for d40e1cb - Browse repository at this point
Copy the full SHA d40e1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0139ca - Browse repository at this point
Copy the full SHA c0139caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f20497c - Browse repository at this point
Copy the full SHA f20497cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4436ade - Browse repository at this point
Copy the full SHA 4436adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6ccd9 - Browse repository at this point
Copy the full SHA 1c6ccd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de33c2 - Browse repository at this point
Copy the full SHA 6de33c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f1a4d - Browse repository at this point
Copy the full SHA e6f1a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c776d02 - Browse repository at this point
Copy the full SHA c776d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for dabc486 - Browse repository at this point
Copy the full SHA dabc486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac836f - Browse repository at this point
Copy the full SHA 6ac836fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d04b204 - Browse repository at this point
Copy the full SHA d04b204View commit details
Commits on Apr 17, 2015
-
Link up some stuff in the vectors chapter
Fixes rust-lang#24070 or rather, fixes it even though it's already been fixed: slices are before now. But the linking is nice anyway.
Configuration menu - View commit details
-
Copy full SHA for d9515ad - Browse repository at this point
Copy the full SHA d9515adView commit details -
Rollup merge of rust-lang#24430 - laumann:trace-macros-flag, r=pnkfelix
This is the second attempt at turning the trace_macros macro into a compiler flag. See rust-lang#22619
Configuration menu - View commit details
-
Copy full SHA for 3734636 - Browse repository at this point
Copy the full SHA 3734636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3118cd7 - Browse repository at this point
Copy the full SHA 3118cd7View commit details -
Rollup merge of rust-lang#24454 - aochagavia:debug, r=alexcrichton
Implement `Debug`, `Display` and `Error` for `FatalError` and `ExplicitBug`
Configuration menu - View commit details
-
Copy full SHA for 9c4995f - Browse repository at this point
Copy the full SHA 9c4995fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1bb0a1 - Browse repository at this point
Copy the full SHA a1bb0a1View commit details -
Rollup merge of rust-lang#24491 - bluss:rangefull-debug, r=huonw
Fix Debug impl for RangeFull The Debug impl was using quotes, which was inconsistent: => (.., 1.., 2..3, ..4) (\"..\", 1.., 2..3, ..4) Fix to use just ..
Configuration menu - View commit details
-
Copy full SHA for bdef7f6 - Browse repository at this point
Copy the full SHA bdef7f6View commit details -
Rollup merge of rust-lang#23782 - mvdnes:obsolete_note, r=alexcrichton
When emmitting a note, previously it was not known if the note was for an error or a warning. If it was for a warning, then with `-Awarnings` it should not have been print. The `emit_for` function allows someone to specify which level should determine its visibility. An example: ```rust extern crate \"std\" as std2; fn main() {} ``` When compiling with `-Awarnings`, this would previously emit `note: use an identifier not in quotes instead` (and nothing else). With this patch, it will be completely silent as expected.
Configuration menu - View commit details
-
Copy full SHA for e81cb17 - Browse repository at this point
Copy the full SHA e81cb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7f2ce - Browse repository at this point
Copy the full SHA 3b7f2ceView commit details -
Rollup merge of rust-lang#24493 - aethanyc:fix-stackoverflow-link, r=…
…steveklabnik The document does not display properly if the link id contains a space.
Configuration menu - View commit details
-
Copy full SHA for 28bc94a - Browse repository at this point
Copy the full SHA 28bc94aView commit details -
Rollup merge of rust-lang#24494 - mvdnes:deterministic-sidebar, r=ale…
…xcrichton This ensures that later when generating HTML, the JSON will be sorted aswell. We now have a more deterministic build of sidebar-items.js Closes rust-lang#24473
Configuration menu - View commit details
-
Copy full SHA for 89bfacc - Browse repository at this point
Copy the full SHA 89bfaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38588ec - Browse repository at this point
Copy the full SHA 38588ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c7010 - Browse repository at this point
Copy the full SHA 32c7010View commit details -
Rollup merge of rust-lang#24499 - Munksgaard:methodcallee-debug, r=al…
…excrichton This fixes rust-lang#24497
Configuration menu - View commit details
-
Copy full SHA for d300943 - Browse repository at this point
Copy the full SHA d300943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3975a - Browse repository at this point
Copy the full SHA 7c3975aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52db185 - Browse repository at this point
Copy the full SHA 52db185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d26e5f - Browse repository at this point
Copy the full SHA 1d26e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fcd852 - Browse repository at this point
Copy the full SHA 6fcd852View commit details -
Rollup merge of rust-lang#24510 - fhartwig:broken-links, r=nikomatsakis
Fix broken links in various parts of the docs. I also found a dead link [here](http://doc.rust-lang.org/nightly/alloc/boxed/) (the first link on the page), but the chapter of the book that it used to point at seems to be gone, and I'm not sure what should happen to that link.
Configuration menu - View commit details
-
Copy full SHA for 2688ceb - Browse repository at this point
Copy the full SHA 2688cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dc069 - Browse repository at this point
Copy the full SHA 27dc069View commit details -
Rollup merge of rust-lang#24515 - steveklabnik:gh24070, r=Gankro
Fixes rust-lang#24070 or rather, fixes it even though it's already been fixed: slices are before now. But the linking is nice anyway.
Configuration menu - View commit details
-
Copy full SHA for 1b6bd92 - Browse repository at this point
Copy the full SHA 1b6bd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for c98115c - Browse repository at this point
Copy the full SHA c98115cView commit details