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
/
ext
/
deriving
/
show.rs
Age
Commit message (
Expand
)
Author
Lines
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-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-2
/
+3
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-12
/
+12
2014-02-28
syntax: Expand format!() deterministically
Alex Crichton
-1
/
+2
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-21
syntax: Allow syntax extensions to have attributes
Erick Tryzelaar
-0
/
+1
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-1
/
+2
2014-02-14
auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw
bors
-3
/
+3
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-2
/
+2
2014-02-13
Tweak ItemDecorator API
Steven Fackler
-3
/
+3
2014-02-08
Update deriving to pass around the `cx` linearly
Niko Matsakis
-4
/
+3
2014-02-08
Implement `#[deriving(Show)]`.
Huon Wilson
-0
/
+138