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-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-2
/
+2
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-4
/
+5
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-02
syntax: Remove use of `pub use` globs
klutzy
-0
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-15
syntax: Add a macro, format_args_method!()
Alex Crichton
-8
/
+3
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-23
auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton
bors
-1
/
+1
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
/
+1
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-3
/
+3
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