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
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
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-1
/
+1
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-2
/
+3
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-3
/
+3
2014-03-14
rustc: Fix cfg(not(a, b)) to be not(a && b)
Alex Crichton
-2
/
+2
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-4
/
+6
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-5
/
+5
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-2
/
+2
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-1
/
+1
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-19
/
+26
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-36
/
+47
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-20
/
+20
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-3
/
+2
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-1
/
+1
2013-12-29
Rename pkgid variables
Luis de Bethencourt
-2
/
+2
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-5
/
+1
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-0
/
+4
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-3
/
+1
2013-12-19
Rename pkgid to crate_id
Corey Richardson
-1
/
+1
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-0
/
+8
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-15
/
+13
2013-10-29
Assorted cleanups suggested by reviewers.
Jed Davis
-2
/
+1
2013-10-29
Lint non-FFI-safe enums.
Jed Davis
-0
/
+19
2013-10-29
Add parser for `#[repr(...)]`; nothing uses it yet.
Jed Davis
-1
/
+95
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-11
/
+11
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
[next]