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-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
2015-01-17
libsyntax: uint types to usize
Paul Collier
-1
/
+1
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-5
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-0
/
+7
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-3
/
+5
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-0
/
+7
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-6
/
+6
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-3
/
+5
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-5
/
+5
2015-01-03
syntax: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-4
/
+4
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-4
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-7
/
+6
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-12
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-2
/
+5
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+8
2014-12-03
Replace `equiv` method calls with `==` operator sugar
Jorge Aparicio
-3
/
+3
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-9
/
+11
2014-11-20
fixed markdown rendering a H1 in comment
Davis Silverman
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+5
2014-10-12
Continue cfg syntax transition
Steven Fackler
-54
/
+3
2014-09-30
Turn on cfg format warnings
Steven Fackler
-3
/
+0
2014-09-30
librustc: Stop looking in metadata in type contents.
Patrick Walton
-2
/
+2
2014-09-27
Convert cfg syntax to new system
Steven Fackler
-0
/
+26
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-50
/
+45
2014-09-05
make separate compilation respect #[inline] attributes
Stuart Pernsteiner
-1
/
+9
2014-08-30
Remove the branch merging optimisations for slice patterns
Jakub Wieczorek
-1
/
+1
[next]