Skip to content
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 some PRs in the queue #22367

Merged
merged 96 commits into from
Feb 16, 2015
Merged

Rollup some PRs in the queue #22367

merged 96 commits into from
Feb 16, 2015

Conversation

Manishearth
Copy link
Member

(still testing locally)

sanxiyn and others added 30 commits February 13, 2015 00:47
According to @dotdash it enables more aggressive optimizations from LLVM
In `std::f32` and `std::f64`:

- `MIN_VALUE` → `MIN`
- `MAX_VALUE` → `MAX`
- `MIN_POS_VALUE` → `MIN_POSITIVE`

This matches the corresponding integer constants.

[breaking-change]
The quick start already links to the book. I think its not necessary
to do in the build instructions.
Also add address of IRC server. Addresses rust-lang#22249.
Remove incorrect claim, add example, reformat and re-word.

Fixes rust-lang#22266
Rollup merge (373cbab) of PR rust-lang#20723
accidentally reverted a portion of commit
8327bcc which shifted
`slicing_syntax` from Active to Accepted.
We use them in some places, but never actually talk about the syntax.
Added a second note about keeping the reference.md list up-to-date to
the bottom of the list, since not everyone (including me) reads the
big comment at the top of it.  :)

Ensured that the feature gate list in reference.md is kept in
alphabetical order.
if found on the `main()` function. This lets you write tests that live
in `compile-fail` but are expected to compile successfully. This is
handy when you have many small variations on a theme that you want to
keep together, and you are just testing the type checker, not the
runtime semantics.
This isn't something we want to guarantee.
 It's not clear what this means, because a macro in item position can expand to zero or more items.  For now we disallow it, which is technically a

    [breaking-change]

but is landing without an RFC.  The `pub` keyword previously had no effect, which seems quite unintended.

Fixes rust-lang#18317.
Fixes rust-lang#14660.
 Highlights:

* Adds an 'uninstall.sh' script to `/usr/local/lib/rustlib/uninstall.sh`, the path to which is printed during installation.
* Components can be deselected during install, like `install.sh --without=rust-docs`.
* Components can be listed with `install.sh --list-components`.
* Vastly reduces spew during install (but supporting a `--verbose` option).

Typicall install run looks like:

```
brian@brianX1:~/dev/multirust⟫ sudo ./install.sh
[sudo] password for brian:
install: creating uninstall script at /usr/local/lib/rustlib/uninstall.sh
install: installing component 'rustc'
install: installing component 'cargo'
install: installing component 'rust-docs'

    Rust is ready to roll.
```

Needs to be merged right before corresponding PRs to cargo and rust-packaging.

Fixes rust-lang#21117
Fixes rust-lang#20283
@dotdash
Copy link
Contributor

dotdash commented Feb 15, 2015

@bors r+ b1a46db p=1

@dotdash
Copy link
Contributor

dotdash commented Feb 15, 2015

@bors r+ 1412911

@dotdash
Copy link
Contributor

dotdash commented Feb 15, 2015

@bors r+ f0f8be2

@bors
Copy link
Contributor

bors commented Feb 15, 2015

⌛ Testing commit f0f8be2 with merge a43d6f4...

bors added a commit that referenced this pull request Feb 15, 2015
@steveklabnik
Copy link
Member

I hope this works for you. I've been trying for a few days and it passes locally but fails on Windows...

@Manishearth
Copy link
Member Author

Hmm. I removed the cloned PR since it seemed to be causing repeated failures. If it's still an issue I'll look further. Thanks!

@bors
Copy link
Contributor

bors commented Feb 15, 2015

💔 Test failed - auto-linux-64-nopt-t

@steveklabnik
Copy link
Member

@bors: r+ ac32f38 p=1

@bors
Copy link
Contributor

bors commented Feb 15, 2015

⌛ Testing commit ac32f38 with merge 2ac8138...

@bors
Copy link
Contributor

bors commented Feb 15, 2015

💔 Test failed - auto-linux-64-nopt-t

unsafe {
rl_prompt = prompt.as_ptr();

println!("{}", rl_prompt);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

@steveklabnik
Copy link
Member

@bors: r+ cea2bbf p=1000000

@bors
Copy link
Contributor

bors commented Feb 16, 2015

⌛ Testing commit cea2bbf with merge c5db290...

bors added a commit that referenced this pull request Feb 16, 2015
@bors bors merged commit cea2bbf into rust-lang:master Feb 16, 2015
@Manishearth Manishearth deleted the rollup branch February 16, 2015 04:48
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.