index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-08
Deny #[cfg] and #[cfg_attr] on generic parameters.
kennytm
-2
/
+18
2018-05-03
Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov
bors
-49
/
+101
2018-05-03
Auto merge of #50391 - nnethercote:escape_unicode, r=eddyb
bors
-4
/
+1
2018-05-03
Use escape_default() for strings in LitKind::token().
Nicholas Nethercote
-4
/
+1
2018-05-02
fix tests
flip1995
-15
/
+15
2018-05-02
make it compile again
flip1995
-51
/
+32
2018-05-02
Change Attribute::name to return the last segment
Seiichi Uchida
-4
/
+7
2018-05-02
Gate tool_attributes feature
Seiichi Uchida
-0
/
+10
2018-05-02
Remove Option from the return type of Attribute::name()
Seiichi Uchida
-5
/
+4
2018-05-02
Allow Path for name of MetaItem
Seiichi Uchida
-40
/
+99
2018-05-01
Reduce the maximum alignment to repr(align(1 << 29))
varkor
-3
/
+3
2018-04-29
Add error when using repr(align=x) instead of repr(align(x))
varkor
-0
/
+24
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-16
/
+30
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-63
/
+43
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-3
/
+5
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-1
/
+1
2018-04-06
Rename `PathSegment::identifier` to `ident`
Vadim Petrochenkov
-3
/
+3
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-6
/
+7
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-18
/
+17
2018-03-06
Add `inline` to `TransFnAttrs`
Wesley Wiser
-45
/
+1
2018-02-20
make `#[unwind]` attribute specify expectations more clearly
Niko Matsakis
-0
/
+45
2018-01-16
Implement repr(transparent)
Robin Kruppe
-1
/
+4
2018-01-07
Rename ReprExtern to ReprC, and similarily rename a few other fields and loca...
Robin Kruppe
-3
/
+2
2018-01-04
rustc: use {U,I}size instead of {U,I}s shorthands.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-21
Make mk_attr_id thread safe
John Kåre Alsaker
-9
/
+7
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-8
/
+3
2017-11-21
make with_unsugared_doc preserve is_sugared_doc
QuietMisdreavus
-4
/
+6
2017-09-20
Fix ICE
scalexm
-0
/
+14
2017-09-17
rustc: Move some attr methods to queries
Alex Crichton
-24
/
+0
2017-09-13
honor #[rustc_const_unstable] attributes
Alex Burka
-14
/
+65
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-7
/
+18
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-7
/
+7
2017-08-28
feature error span on attr. for fn_must_use, SIMD/align, macro reëxport
Zack M. Davis
-0
/
+4
2017-08-17
Include the closing paren to the span of ast::NestedMetaItem
Seiichi Uchida
-11
/
+6
2017-08-17
Use respan()
Seiichi Uchida
-3
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-11
/
+11
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-08
Lower alignment limit down to 2^31 - 1 (from LLVM)
Lee Bousfield
-3
/
+3
2017-07-08
Raised alignment limit from 2^15 to 2^31
Lee Bousfield
-5
/
+5
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-2
/
+2
2017-05-18
Add an option to the parser to avoid parsing out of line modules
Nick Cameron
-1
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-8
/
+9
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-2
/
+1
2017-04-21
Added feature gate, updated error messages and tests.
Cameron Hart
-4
/
+9
2017-04-21
Implementation of repr struct alignment RFC 1358.
Cameron Hart
-6
/
+44
2017-03-30
Improve `Path` spans.
Jeffrey Seyfried
-3
/
+4
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-8
/
+7
2017-03-14
Liberalize attributes.
Jeffrey Seyfried
-2
/
+44
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-37
/
+269
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-23
/
+0
[next]