10000 Rollup of 28 pull requests by eddyb · Pull Request #40091 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 28 pull requests #40091

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

Merged
merged 72 commits into from
Feb 25, 2017
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
cbafac5
Fix compilation on Redox
jackpot51 Feb 9, 2017
0e45a5e
[rustbuild] add a way to run command after failure
nagisa Feb 16, 2017
047a215
Set rustdoc --test files' path relative to the current directory
GuillaumeGomez Feb 15, 2017
2e756e2
add solaris sparcv9 support
binarycrusader Feb 17, 2017
038a166
Properly display note/expected details
estebank Feb 17, 2017
6091330
Follow rename of mx_handle_wait Magenta syscalls
raphlinus Feb 17, 2017
5205e2f
Normalize labeled and unlabeled breaks
cramertj Feb 15, 2017
4d65622
Properly implement labeled breaks in while conditions
cramertj Feb 16, 2017
56e519d
Add tests for control flow in while condition
cramertj Feb 17, 2017
a611bbc
Rename hir::Label to hir::Destination
cramertj Feb 18, 2017
9322a38
Use ARM instead of SystemZ for testing not installed targets
petrochenkov Feb 18, 2017
e606a43
Fix rustdoc test with new file path
GuillaumeGomez Feb 19, 2017
df28569
bootstrap: stop trashing (DY)LD_LIBRARY_PATH
ishitatsuyuki Feb 19, 2017
a84eb95
check_match: don't treat privately uninhabited types as uninhabited
arielb1 Feb 20, 2017
25b1488
Simplify adaptive hashmap
arthurprs Feb 20, 2017
0b06db5
incr-comp: track the -Z sanitizer flag
Feb 21, 2017
7af3406
Set metadata for vtable-related loads
Aatch Feb 21, 2017
d80cf80
Update codegen test with new attributes
Aatch Feb 21, 2017
305aca8
travis: Compile a more compatible libc.a for musl
alexcrichton Feb 21, 2017
9a08f40
travis: Move -mrelax-relocations to Docker config
alexcrichton Feb 21, 2017
347e1af
std: Relax UnwindSafe impl for Unique
alexcrichton Feb 21, 2017
163698c
Switch Fuchsia to readdir (instead of readdir_r)
raphlinus Feb 21, 2017
9ce8bb9
Add save-analysis data to nightly manifests.
nrc Feb 22, 2017
802a826
Stabilize static_recursion
cramertj Feb 22, 2017
f557e71
Ignore ASM tests on powerpc
er-1 Feb 22, 2017
ffc6ddd
add `-C overflow-checks` option
froydnj Feb 17, 2017
b576abd
detect "bootstrap outputs" when serializing the dep-graph
nikomatsakis Feb 22, 2017
81b9b3c
Update name_bytes, scoop up latest libc
raphlinus Feb 22, 2017
b3ee249
Merge branch 'master' of https://github.com/rust-lang/rust into readdir
raphlinus Feb 22, 2017
b7b58ff
Added test for inclusive_range_syntax in compile-fail test suite
nikhilshagri Feb 22, 2017
958fbc5
Make path separator replacement for subfiles as well
GuillaumeGomez Feb 22, 2017
6f0447b
Change break or continue with no label to error nmbr 590
cramertj Feb 23, 2017
4ecdc68
Move MacroKind into Def::Macro
keeperofdakeys Feb 23, 2017
da6dc53
Add macro suggestions for macros imported with `use`
keeperofdakeys Feb 23, 2017
ae32b6e
Better handling of lib defaults
wagenet Feb 21, 2017
4e2c993
trans: don't ICE when trying to create ADT trans-items
arielb1 Feb 23, 2017
69c5359
Add tests for lib defaults
wagenet Feb 23, 2017
87e544b
use a more conservative inhabitableness rule
arielb1 Feb 23, 2017
1b9b322
Implement non-capturing closure to fn coercion
est31 Feb 22, 2017
f753a6e
Feature gate
est31 Feb 23, 2017
21c3898
Two more tests
est31 Feb 23, 2017
77f131d
Review changes
est31 Feb 23, 2017
1f75085
Add Gankro's table to nomicon/src/phantom-data.md
Rufflewind Feb 24, 2017
07a8026
Move COMPILER_TESTS.md out of the root directory
danobi Feb 25, 2017
46fed6e
Rollup merge of #39859 - GuillaumeGomez:rustdoc-test-relative-path, r…
eddyb Feb 25, 2017
ad9079b
Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis
eddyb Feb 25, 2017
e31d464
Rollup merge of #39888 - nagisa:on-fail-bootstrap, r=alexcrichton
eddyb Feb 25, 2017
a692417
Rollup merge of #39903 - binarycrusader:issue-39901, r=alexcrichton
eddyb Feb 25, 2017
aa7eb65
Rollup merge of #39905 - estebank:useless-error, r=arielb1
eddyb Feb 25, 2017
a8ab222
Rollup merge of #39914 - raphlinus:mx_handle_wait, r=alexcrichton
eddyb Feb 25, 2017
1620286
Rollup merge of #39945 - petrochenkov:llvmtarg, r=alexcrichton
eddyb Feb 25, 2017
be66a60
Rollup merge of #39950 - ishitatsuyuki:stop-trashing-ldpath, r=alexcr…
eddyb Feb 25, 2017
a6a5c32
Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried
eddyb Feb 25, 2017
ef043a7
Rollup merge of #39961 - redox-os:redox, r=alexcrichton
eddyb Feb 25, 2017
33c1912
Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakis
eddyb Feb 25, 2017
d78a7fc
Rollup merge of #39988 - arthurprs:hm-adapt2, r=alexcrichton
eddyb Feb 25, 2017
0a950bd
Rollup merge of #39993 - japaric:incr-san, r=alexcrichton
eddyb Feb 25, 2017
5c0b4b3
Rollup merge of #39995 - Aatch:vtable-ptr-metadata, r=arielb1
eddyb Feb 25, 2017
411d8e9
Rollup merge of #40019 - alexcrichton:fix-musl, r=brson
eddyb Feb 25, 2017
3ece892
Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfackler
eddyb Feb 25, 2017
ebde617
Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichton
eddyb Feb 25, 2017
32af4ce
Rollup merge of #40024 - raphlinus:readdir, r=alexcrichton
eddyb Feb 25, 2017
c3075f3
Rollup merge of #40025 - est31:master, r=eddyb
eddyb Feb 25, 2017
f135040
Rollup merge of #40026 - nrc:analysis-manifest, r=alexcrichton
eddyb Feb 25, 2017
69e5967
Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc
eddyb Feb 25, 2017
6ffc9e4
Rollup merge of #40031 - cynicaldevil:master, r=est31
eddyb Feb 25, 2017
4f9d6d6
Rollup merge of #40035 - er-1:master, r=alexcrichton
eddyb Feb 25, 2017
582d5d9
Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton
eddyb Feb 25, 2017
393d80d
Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoerister
eddyb Feb 25, 2017
ecae5bf
Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis
eddyb Feb 25, 2017
49c8d58
Rollup merge of #40069 - Rufflewind:master, r=steveklabnik
eddyb Feb 25, 2017
207c763
Rollup merge of #40086 - danobi:move-compiler_tests, r=brson
eddyb Feb 25, 2017
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
Add save-analysis data to nightly manifests.
For use by RLS.
  • Loading branch information
nrc committed Feb 22, 2017
commit 9ce8bb9f9d1d1513c091841fcc7feb5bd792fe02
10 changes: 10 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ impl Builder {
self.package("rust-docs", &mut manifest.pkg, TARGETS);
self.package("rust-src", &mut manifest.pkg, &["*"]);

if self.channel == "rust-nightly" {
self.package("analysis", &mut manifest.pkg, TARGETS);
}

let mut pkg = Package {
version: self.cached_version("rust").to_string(),
target: HashMap::new(),
Expand Down Expand Up @@ -264,6 +268,12 @@ impl Builder {
target: target.to_string(),
});
}
if self.channel == "nightly" {
extensions.push(Component {
pkg: "rust-analysis".to_string(),
target: target.to_string(),
});
}
}
extensions.push(Component {
pkg: "rust-src".to_string(),
Expand Down
0