Skip to content

Rolling up PRs in the queue #16895

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 39 commits into from
Aug 31, 2014
Merged

Rolling up PRs in the queue #16895

merged 39 commits into from
Aug 31, 2014

Conversation

alexcrichton
Copy link
Member

Let's try this again!

tshepang and others added 30 commits August 24, 2014 04:03
This lovely command has already been introduced, so let's take advantage
of it.
Others in this list are Capitalized, so do it here too.
The implemented fix rounds half-way cases away from zero as described in
the original comments.

This rounding algorithm is sometimes called arithmetic rounding. It is
described further here:
http://en.wikipedia.org/wiki/Rounding#Round_half_away_from_zero

I also added several new tests to prevent regressions.
Also use //! Instead of /*! in liblog.
Also made some opinionated changes such as to prefer license over licence and judgment over judgement.
wrong de- word.
bors added a commit that referenced this pull request Aug 31, 2014
@bors bors closed this Aug 31, 2014
@bors bors merged commit 33029c5 into rust-lang:master Aug 31, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 31, 2024
Resolve whether `$pat` is `$pat_param` or not via 🌟hygiene🌟

Before we just picked the edition from the macro def which is wrong, since a macro call can produce the fragment kind from a different definition site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.