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-12-13
remove deprecated APIs missed in #30182
Tamir Duberstein
-7
/
+0
2015-11-26
Some TLC for the MoveMap trait
Marvin Löbel
-17
/
+23
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-10
Use lifetime elision
Seo Sanghyeon
-2
/
+2
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+0
2015-10-13
Refactor attr::Stability
Vadim Petrochenkov
-1
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
syntax: Don't use unstable fn to convert single element to a slice
Erick Tryzelaar
-1
/
+4
2015-04-10
Simplifications to statement macro handling.
Christopher Chambers
-23
/
+1
2015-04-10
Improves semicolon expansion efficiency, corrects bt_pop placement.
Christopher Chambers
-0
/
+36
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-3
/
+3
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-2
/
+2
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-2
/
+2
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-11
/
+11
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-17
/
+17
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
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
[next]