8000 Rollup of 7 pull requests by Mark-Simulacrum · Pull Request #48897 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 7 pull requests #48897

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

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
04da856
Update sccache to its master branch
alexcrichton Mar 1, 2018
a628543
Don't generate '[+]'/'[-]' on 'empty' traits
GuillaumeGomez Mar 5, 2018
55a2fdf
travis: Upgrade OSX builders
alexcrichton Mar 6, 2018
d14f07e
bootstrap: pass datadir to rust-installer
Keruspe Feb 17, 2018
1191510
Remove ONLY_BUILD_TARGETS.
Mark-Simulacrum Feb 11, 2018
1c8f3b0
Remove ONLY_BUILD.
Mark-Simulacrum Feb 11, 2018
c8edb36
Print out the sysroot and libdir on verbose builds.
Mark-Simulacrum Feb 15, 2018
9cfc73c
Deny warnings
Mark-Simulacrum Feb 16, 2018
29a8529
Refactor run_host_only to have the proper effect.
Mark-Simulacrum Feb 11, 2018
a63bf3b
Add missing urls
GuillaumeGomez Mar 9, 2018
c1a73d2
tidy: Add a check for stray `.stderr` and `.stdout` files in UI test …
petrochenkov Mar 9, 2018
6235ef0
Add missing items in the sidebar for functions
GuillaumeGomez Mar 5, 2018
9e0ccc5
Fix escape not working when searchbar selected
GuillaumeGomez Mar 5, 2018
89f4f1b
Fix anchor not always being put at the right place
GuillaumeGomez Mar 6, 2018
5e9e5e8
Rollup merge of #48295 - Keruspe:master, r=alexcrichton
Mark-Simulacrum Mar 9, 2018
af94aa3
Rollup merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=…
Mark-Simulacrum Mar 9, 2018
e6dd36d
Rollup merge of #48647 - alexcrichton:update-sccache, r=kennytm
Mark-Simulacrum Mar 9, 2018
6970200
Rollup merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus
Mark-Simulacrum Mar 9, 2018
77be280
Rollup merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrum
Mark-Simulacrum Mar 9, 2018
7e310c6
Rollup merge of #48877 - GuillaumeGomez:vec-missing-links, r=QuietMis…
Mark-Simulacrum Mar 9, 2018
56b923e
Rollup merge of #48880 - petrochenkov:badstderr, r=kennytm
Mark-Simulacrum Mar 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Deny warnings
  • Loading branch information
Mark-Simulacrum committed Mar 9, 2018
commit 9cfc73cd3ff9aa845b699eb6d66e76cd4e0cdef0
2 changes: 1 addition & 1 deletion src/bootstrap/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
//! More documentation can be found in each respective module below, and you can
//! also check out the `src/bootstrap/README.md` file for more information.

//#![deny(warnings)]
#![deny(warnings)]
#![feature(core_intrinsics)]

#[macro_use]
Expand Down
0