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-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
2014-08-20
librustc: handle repr on structs, require it for ffi, unify with packed
Corey Richardson
-25
/
+20
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-09
syntax: doc comments all the things
Corey Richardson
-16
/
+12
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-6
/
+2
2014-06-18
Add stability inheritance
Aaron Turon
-1
/
+2
2014-06-17
libsyntax: remove dead code find_linkage_metas
Nathan Typanski
-15
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-26
/
+28
2014-06-08
Remove unused name_str_pair method
Steven Fackler
-16
/
+0
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+2
2014-06-04
syntax: methodify the lexer
Corey Richardson
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-4
/
+4
2014-05-24
Changes from feedback
Steven Fackler
-9
/
+10
2014-05-24
Get "make check" to work with unused-attribute
Steven Fackler
-3
/
+4
2014-05-24
Port more stuff to mark used attributes
Steven Fackler
-24
/
+40
2014-05-24
First sketch of lint pass
Steven Fackler
-3
/
+11
2014-05-24
Add AttrId to Attribute_
Steven Fackler
-6
/
+30
2014-05-22
auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw
bors
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+2
2014-05-21
doc: Fix some broken links
Alex Crichton
-1
/
+1
2014-05-20
Change std inject attributes to outer attributes
Kevin Ballard
-2
/
+16
[next]