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

Rolling up small PRs in the queue #12267

Merged
merged 12 commits into from
Feb 14, 2014
Merged

Rolling up small PRs in the queue #12267

merged 12 commits into from
Feb 14, 2014

Conversation

alexcrichton
Copy link
Member

The last commit has the closed PRs

lpy and others added 9 commits February 14, 2014 07:45
When tests fail, their stdout and stderr is printed as part of the summary, but
this helps suppress failure messages from #[should_fail] tests and generally
clean up the output of the test runner.
Now that fold_item can return multiple items, this is pretty trivial. It
also recursively expands generated items so ItemDecorators can generate
items that are tagged with ItemDecorators!

Closes rust-lang#4913
alexcrichton and others added 3 commits February 14, 2014 10:46
Currently when you run `make -jN` it's likely that you'll remove compiler-rt and
then it won't get cp'd back into the right place. I believe the reason for this
is that the compiler-rt library target never got updated so make decided it
never needed to copy the files back into place. The files were all there at the
beginning of `make`, but then we may clean out the stage0 versions if we unzip
the snapshot again.
PRs closed as part of this:

Closes rust-lang#12212 r=alexcrichton
Closes rust-lang#12215 r=brson
Closes rust-lang#12246 r=pcwalton
Closes rust-lang#12247 r=cmr
Closes rust-lang#12251 r=brson
Closes rust-lang#12255 r=alexcrichton
Closes rust-lang#12257 r=alexcrichton
Closes rust-lang#12258 r=huonw
Closes rust-lang#12259 r=huonw
Closes rust-lang#12263 r=kballard
Closes rust-lang#12269 r=alexcrichton
bors added a commit that referenced this pull request Feb 14, 2014
@bors bors closed this Feb 14, 2014
@bors bors merged commit 2f8dbf2 into rust-lang:master Feb 14, 2014
@alexcrichton alexcrichton deleted the rollup branch February 14, 2014 21:33
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
fix: rust-lang#12267  type-mismatch when using equals w/ a trait bound
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 26, 2024
Don't allow derive macros to silence `disallowed_macros`

fixes rust-lang#12254

The implementation is a bit of a hack, but "works". A derive expanding to another derive won't work properly, but we shouldn't be linting those anyways.

changelog: `disallowed_macros`: Don't allow derive macros to silence their own expansion
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.

10 participants