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
/
libstd
/
hash
Age
Commit message (
Expand
)
Author
Lines
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-1042
/
+0
2014-05-27
std: Remove String's to_owned
Richo Healey
-4
/
+4
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-23
auto merge of #14368 : tedhorst/rust/master, r=alexcrichton
bors
-1
/
+1
2014-05-22
updated hash value in reduced benchmark
Ted Horst
-1
/
+1
2014-05-22
auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brson
bors
-1
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-17
/
+8
2014-05-21
std: Change hash to reexport its own Writer
Alex Crichton
-1
/
+2
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-07
core: Inherit the result module
Alex Crichton
-1
/
+12
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-1
/
+1
2014-05-07
core: Inherit the intrinsics module
Alex Crichton
-0
/
+8
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-05-01
remove leftover obsolete string literals
Daniel Micay
-1
/
+1
2014-04-24
Update libuv
Alex Crichton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-5
/
+9
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-8
/
+3
2014-04-15
optimized SipHash implementation
Sean McArthur
-42
/
+143
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-5
/
+5
2014-04-11
Fix tests. Add Vec<u8> conversion to StrBuf.
Huon Wilson
-1
/
+1
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-4
/
+5
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-1
/
+1
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-11
/
+11
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-2
/
+1
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-4
/
+4
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-1
/
+2
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-1
/
+1
2014-03-01
libstd: Add some functionality to `Vec<T>`
Patrick Walton
-0
/
+8
2014-02-27
std: cut down on the memory usage of `SipHasher`
Erick Tryzelaar
-6
/
+6
2014-02-27
collections: allow `HashMap` to work with generic hashers
Erick Tryzelaar
-9
/
+42
2014-02-22
std: fix the hash doctest
Erick Tryzelaar
-2
/
+2
2014-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+888