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 of 7 pull requests #69474

Merged
merged 18 commits into from
Feb 26, 2020
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
178de46
Add primitive module to libcore/std
Mark-Simulacrum Dec 26, 2019
d78b22f
Mark attributes consumed by `check_mod_attrs` as normal
tmiasko Feb 23, 2020
e355a33
Deduplicate identifier printing a bit
petrochenkov Feb 22, 2020
9c3ee1b
Bump core::primitive to 1.43
dtolnay Feb 24, 2020
5ae4500
remove redundant clones in librustc_mir_build and librustc_data_struc…
matthiaskrgr Feb 24, 2020
d4a005b
librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy
matthiaskrgr Feb 24, 2020
1892ff7
librustc_macros: remove redundant single component path import
matthiaskrgr Feb 24, 2020
d134385
syntax: Remove `Nt(Impl,Trait,Foreign)Item`
petrochenkov Feb 24, 2020
f56042f
Clean up E0370 explanation
GuillaumeGomez Feb 25, 2020
d6f83c5
Clean up E0371 explanation
GuillaumeGomez Feb 25, 2020
9d84f1f
backport release notes of 1.41.1
pietroalbini Feb 25, 2020
0860f5a
Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay
Dylan-DPC Feb 26, 2020
41bf200
Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum
Dylan-DPC Feb 26, 2020
d050b00
Rollup merge of #69412 - tmiasko:checked-unused, r=petrochenkov
Dylan-DPC Feb 26, 2020
7603c2c
Rollup merge of #69423 - petrochenkov:nont, r=Centril
Dylan-DPC Feb 26, 2020
ab3fb8b
Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank
Dylan-DPC Feb 26, 2020
35ae48c
Rollup merge of #69457 - GuillaumeGomez:clean-up-e0370-e0371, r=Dylan…
Dylan-DPC Feb 26, 2020
8381862
Rollup merge of #69468 - pietroalbini:master-1.41.1-notes, r=Mark-Sim…
Dylan-DPC Feb 26, 2020
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
1 change: 0 additions & 1 deletion src/librustc_macros/src/hash_stable.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use proc_macro2::{self, Ident};
use quote::quote;
use syn::{self, parse_quote, Meta, NestedMeta};
use synstructure;

struct Attributes {
ignore: bool,