-
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 7 pull requests #36255
Rollup of 7 pull requests #36255
Conversation
Manishearth
commented
Sep 4, 2016
- Successful merges: Update error format for E0458, E0459 #36070, Add --Zsave-analysis-api #36132, Fix incorrect LLVM Linkage enum #36200, Updated e0493 to new format (+ bonus). #36212, Update nightly docs supported Windows versions to match Getting Started page #36225, indicate where to copy config.toml.example #36231, rustbuild: add config.toml option to disable codegen tests #36234
- Failed merges:
- Fixes rust-lang#35933 - Part of rust-lang#35233 r? @jonathandturner
- Fixes rust-lang#35932 - Part of rust-lang#35233 r? @jonathandturner
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=10 |
📌 Commit a139242 has been approved by |
💔 Test failed - auto-linux-64-opt-rustbuild |
Update error format for E0458, E0459 Fixes rust-lang#35933, rust-lang#35932 Part of rust-lang#35233 r? @jonathandturner
Add --Zsave-analysis-api This is a save-analysis variation which can be used with libraries distributed without their source (e.g., libstd). It will allow IDEs and other tools to get info about types and create URLs to docs and source, without the unnecessary clutter of internal-only save-analysis info. I'm sure we'll iterate somewhat on the design, but this is a first draft.
@bors r+ |
📌 Commit ad8b75b has been approved by |
@Manishearth: I'm pretty sure the rollup will fail again since it still includes #36200 |
⌛ Testing commit ad8b75b with merge 1dbc1b9... |
Huh, thought I removed that @bors r+ force |
📌 Commit 55893f0 has been approved by |
…t, r=jonathandturner Updated e0493 to new format (+ bonus). Part of rust-lang#35233. Fixes rust-lang#35999. r? @jonathandturner I'm not satisfied with the bonus part, there has to be an easier way to reach into the `Drop`'s span implementation. I'm all ears. :)
…eklabnik Update nightly docs supported Windows versions to match Getting Started page https://doc.rust-lang.org/book/getting-started.html#tier-1 shows that Windows 7+ is officially supported (implying, for example Windows 10), but the nightly page only listed 7, 8, and Server 2008 R2).
indicate where to copy config.toml.example r? @alexcrichton
…xcrichton rustbuild: add config.toml option to disable codegen tests Fixes rust-lang#36232. I think it worked? Here's a build log where I tried to bootstrap, it crashed, then I added the setting to config.toml and it continued: https://gist.github.com/durka/cbf97cf04b8e065f1a2cfda4c1b6bf95 r? @alexcrichton