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
/
libcollections
/
hash
Age
Commit message (
Expand
)
Author
Lines
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-08-30
Add lint groups; define built-in lint groups `bad_style` and `unused`
P1start
-1
/
+0
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-0
/
+1
2014-08-26
libcollections: In tests, remove some uses of deprecated methods and
nham
-1
/
+0
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-3
/
+4
2014-08-19
A few minor documentation fixes
P1start
-28
/
+26
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-13
Fix test fallout
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-07-27
Implement Hash for tuples of up to arity 12. Also change the style to be cons...
nham
-11
/
+18
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-0
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-13
auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton
bors
-1
/
+1
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-07-10
Use std::fmt::radix instead of to_str_radix.
OGINO Masanori
-3
/
+3
2014-06-30
auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton
bors
-2
/
+0
2014-06-29
collections: minor cleanup
Erick Tryzelaar
-2
/
+0
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-1
/
+1
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-1
/
+0
2014-06-18
Use ByteOrder methods instead of free-standing functions
Brendan Zabarauskas
-38
/
+23
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-9
/
+3
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-7
/
+0
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-38
/
+44
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+944