-
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 10 pull requests #40693
Rollup of 10 pull requests #40693
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e2b4824 - Browse repository at this point
Copy the full SHA e2b4824View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6a2ef9a - Browse repository at this point
Copy the full SHA 6a2ef9aView commit details
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 28626ca - Browse repository at this point
Copy the full SHA 28626caView commit details -
fix typo in mir TerminatorKind docs
David Renshaw committedMar 16, 2017 Configuration menu - View commit details
-
Copy full SHA for e9c07cf - Browse repository at this point
Copy the full SHA e9c07cfView commit details
Commits on Mar 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 60c1c96 - Browse repository at this point
Copy the full SHA 60c1c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc04eaa - Browse repository at this point
Copy the full SHA fc04eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f43731 - Browse repository at this point
Copy the full SHA 1f43731View commit details
Commits on Mar 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c50a6ec - Browse repository at this point
Copy the full SHA c50a6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a26ee - Browse repository at this point
Copy the full SHA 17a26eeView commit details -
We'll bring this back in with the next commit, as a submodule.
Configuration menu - View commit details
-
Copy full SHA for e4628fb - Browse repository at this point
Copy the full SHA e4628fbView commit details -
Import submodule for the book.
It's all in the external repository now.
Configuration menu - View commit details
-
Copy full SHA for f17965d - Browse repository at this point
Copy the full SHA f17965dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8573a13 - Browse repository at this point
Copy the full SHA 8573a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2f3d0 - Browse repository at this point
Copy the full SHA 5f2f3d0View commit details -
These pages will help people who have links to the older book.
Configuration menu - View commit details
-
Copy full SHA for 422330d - Browse repository at this point
Copy the full SHA 422330dView commit details -
Becuase I had run a `x.py doc` before doing this work, I had accidentally relied on some files existing in places that they didn't need to be.
Configuration menu - View commit details
-
Copy full SHA for c97b48f - Browse repository at this point
Copy the full SHA c97b48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 966e721 - Browse repository at this point
Copy the full SHA 966e721View commit details -
This is for coordinating with our publishers; we don't ever want to test it.
Configuration menu - View commit details
-
Copy full SHA for 2330459 - Browse repository at this point
Copy the full SHA 2330459View commit details -
Update book and reference submodules
Some links needed adjustment to support this new scheme.
Configuration menu - View commit details
-
Copy full SHA for c0e7b16 - Browse repository at this point
Copy the full SHA c0e7b16View commit details -
The unstable book, libstd, libcore, and liballoc all needed some adjustment.
Configuration menu - View commit details
-
Copy full SHA for d1d9626 - Browse repository at this point
Copy the full SHA d1d9626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eef581 - Browse repository at this point
Copy the full SHA 4eef581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d3594 - Browse repository at this point
Copy the full SHA 96d3594View commit details -
config.toml.example: nightlies.txt got removed
Instead, stage0.txt got introduced. See also commit 02538d4
Configuration menu - View commit details
-
Copy full SHA for aa83d71 - Browse repository at this point
Copy the full SHA aa83d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a00c8f - Browse repository at this point
Copy the full SHA 1a00c8fView commit details
Commits on Mar 21, 2017
-
Rollup merge of rust-lang#40229 - cramertj:break-to-blocks, r=nikomat…
…sakis Implement `?` in catch expressions Builds on rust-lang#39921. Final part of rust-lang#39849. r? @nikomatsakis
Configuration menu - View commit details
-
Copy full SHA for fcc2d25 - Browse repository at this point
Copy the full SHA fcc2d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cfdc1 - Browse repository at this point
Copy the full SHA 42cfdc1View commit details -
Rollup merge of rust-lang#40332 - steveklabnik:extract-book, r=alexcr…
…ichton Extract book into a submodule Part of rust-lang#39588 We probably don't want to land this till after the beta branches on friday, but would still ❤️ a review from @alexcrichton , since I am a rustbuild noob. This pr: 1. removes the book 2. adds it back in as a submodule 3. the submodule includes both the old book and the new book 4. it also includes an index page explaining the difference in editions 5. it also includes redirect pages for the old book URLs. 6. so we build all that stuff too. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 14b5d56 - Browse repository at this point
Copy the full SHA 14b5d56View commit details -
Rollup merge of rust-lang#40502 - jdhorwitz:master, r=steveklabnik
clean up visuals on error index rust-lang#40425 r? @steveklabnik Knocking these down to a smaller header made it look quite nice in my opinion.
Configuration menu - View commit details
-
Copy full SHA for 03235cc - Browse repository at this point
Copy the full SHA 03235ccView commit details -
Rollup merge of rust-lang#40556 - cramertj:stabilize-pub-restricted, …
…r=petrochenkov Stabilize pub(restricted) Fix rust-lang#32409
Configuration menu - View commit details
-
Copy full SHA for 17656ab - Browse repository at this point
Copy the full SHA 17656abView commit details -
Rollup merge of rust-lang#40576 - dwrensha:mir-terminator-kind-doc-ty…
…po, r=nikomatsakis fix innacuracy in mir TerminatorKind::SwitchInt docs Each index of `values` corresponds to an index of `targets`, and `targets` additionally has a "default case" element at its end, so `targets.len() == values.len() + 1`, not the other way around. For example, [here](https://github.com/rust-lang/rust/blob/0aeb9c12979e6da753701a798d04105b6b1a8c28/src/librustc/mir/mod.rs#L549-L550) is a concrete instance of `SwitchInt` being constructed with `targets.len() == 2` and `values.len() == 1`.
Configuration menu - View commit details
-
Copy full SHA for 2532ad7 - Browse repository at this point
Copy the full SHA 2532ad7View commit details -
Rollup merge of rust-lang#40667 - DaseinPhaos:patch-4, r=GuillaumeGomez
Fix typo in `ptr` doc `sizeof` should be `size_of`
Configuration menu - View commit details
-
Copy full SHA for d0c04fb - Browse repository at this point
Copy the full SHA d0c04fbView commit details -
Rollup merge of rust-lang#40671 - GuillaumeGomez:options-urls, r=frew…
…sxcv Add missing urls in Option enum r? @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for bf3f77b - Browse repository at this point
Copy the full SHA bf3f77bView commit details -
Rollup merge of rust-lang#40681 - est31:nightlies_txt_was_removed, r=…
…alexcrichton config.toml.example: nightlies.txt got removed Instead, stage0.txt got introduced. See also commit 02538d4
Configuration menu - View commit details
-
Copy full SHA for c6b2110 - Browse repository at this point
Copy the full SHA c6b2110View commit details -
Rollup merge of rust-lang#40685 - portal-chan:patch-1, r=eddyb
Add missing associated type Item to Iterator
Configuration menu - View commit details
-
Copy full SHA for b6240e5 - Browse repository at this point
Copy the full SHA b6240e5View commit details