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
/
hash.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-4
/
+7
2014-06-02
syntax: Remove use of `pub use` globs
klutzy
-0
/
+1
2014-05-21
std: Change hash to reexport its own Writer
Alex Crichton
-1
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-23
auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton
bors
-1
/
+4
2014-04-23
auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis
bors
-1
/
+3
2014-04-23
Fix other bugs with new closure borrowing
Alex Crichton
-1
/
+3
2014-04-23
Honor hidden doc attribute of derivable trait methods
Edward Wang
-1
/
+4
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-1
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-12
syntax: change the #[deriving(Hash)] typaram variable name
Erick Tryzelaar
-3
/
+3
2014-03-06
syntax: Conditionally deriving(Hash) with Writers
Alex Crichton
-4
/
+16
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-0
/
+2
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-9
/
+9
2014-02-24
Gate default type parameter overrides.
Eduard Burtescu
-16
/
+4
2014-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+97