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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-30
use structured errors
Nick Cameron
-2
/
+4
2015-12-18
Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis
Manish Goregaokar
-14
/
+14
2015-12-17
Remove unused imports
Jeffrey Seyfried
-1
/
+1
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-14
/
+14
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-10
/
+81
2015-11-30
Simplyfied map_thin_attrs()
Marvin Löbel
-19
/
+3
2015-11-26
Added stmt_expr_attribute feature gate
Marvin Löbel
-9
/
+19
2015-11-26
Moved and refactored ThinAttributes
Marvin Löbel
-6
/
+96
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+82
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-5
/
+5
2015-11-10
Use lifetime elision
Seo Sanghyeon
-6
/
+6
2015-10-13
Refactor attr::Stability
Vadim Petrochenkov
-123
/
+171
2015-10-03
Check attribute usage
Seo Sanghyeon
-1
/
+0
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-3
/
+3
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-5
/
+10
2015-08-17
Implement `repr(simd)` as an alias for `#[simd]`.
Huon Wilson
-1
/
+4
2015-08-15
syntax: Require issues for unstable features
Alex Crichton
-4
/
+3
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-7
/
+17
2015-07-07
Auto merge of #26747 - huonw:stability-issue, r=alexcrichton
bors
-23
/
+45
2015-07-06
rustc: implement `unstable(issue = "nnn")`.
Huon Wilson
-23
/
+45
2015-07-01
fallout of bitvec/bitset deprecation
Alexis Beingessner
-0
/
+3
2015-06-23
Auto merge of #26061 - Gankro:inherit-dep, r=brson
bors
-3
/
+3
2015-06-11
validate stability against deprecation version
Alexis Beingessner
-3
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-26
Make caching in stability work. This improves stability check performance
Ariel Ben-Yehuda
-2
/
+2
2015-04-12
Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix
bors
-0
/
+17
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-2
/
+2
2015-04-03
Validate export_name attribute
Simonas Kazlauskas
-0
/
+17
2015-04-01
Fallout in libsyntax
Niko Matsakis
-3
/
+3
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-5
/
+3
2015-02-28
Remove the re-exports for InlineAttr variants.
Ms2ger
-13
/
+12
2015-02-22
Validate inline attribute arguments
Simonas Kazlauskas
-4
/
+8
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-14
/
+14
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-14
/
+14
2015-02-18
Implement RFC 580
Aaron Turon
-2
/
+2
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-3
/
+3
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-13
/
+12
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-14
/
+15
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+3
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-26
/
+74
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-8
/
+64
2015-01-21
Remove unused stability levels from compiler
Brian Anderson
-6
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
[next]