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
/
util
/
small_vector.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-10
/
+10
2015-01-18
libsyntax: int types -> isize
Paul Collier
-4
/
+4
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
2015-01-03
syntax: fix fallout
Jorge Aparicio
-3
/
+5
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-9
/
+9
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-1
/
+1
2014-12-03
Fix fallout
Jorge Aparicio
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-10
/
+10
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-7
/
+13
2014-09-14
syntax: fold: use move semantics for efficient folding.
Eduard Burtescu
-1
/
+14
2014-08-26
DST coercions and DST structs
Nick Cameron
-1
/
+4
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-3
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-8
/
+8
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-04-22
rustc: de-@ middle::ty.
Eduard Burtescu
-0
/
+9
2014-04-15
Remove usage of private enum variants
Alex Crichton
-25
/
+34
2014-03-30
Rename `from_iterator` to `from_iter` for consistency.
Brian Anderson
-2
/
+2
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-6
/
+4
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-3
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-4
/
+4
2014-03-04
Expand nested items within a backtrace.
Nick Cameron
-0
/
+8
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-3
/
+7
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-12
/
+12
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-1
/
+7
2014-02-14
Expand ItemDecorator extensions in all contexts
Steven Fackler
-1
/
+7
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-4
/
+4
2014-02-08
Fixed error starting with uppercase
mr.Shu
-1
/
+1
2014-01-18
Rename iterators for consistency
Palmer Cox
-5
/
+5
2013-12-08
Remove dead codes
Kiet Tran
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-4
/
+4
2013-11-26
Clean up SmallVector use a bit
Steven Fackler
-79
/
+27
2013-11-26
Support multiple item macros
Steven Fackler
-0
/
+28
2013-11-26
Add SmallVector to libsyntax
Steven Fackler
-0
/
+213