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
/
librustc
/
util
/
sha2.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
librustc: Remove cross borrowing from mutable `Box`es to `&mut`.
Patrick Walton
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-7
/
+7
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-13
/
+17
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-21
Fix misspellings in comments.
Joseph Crail
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-6
/
+9
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-2
/
+1
2014-04-15
Use the unsigned integer types for bitwise intrinsics.
Huon Wilson
-6
/
+4
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-10
/
+10
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-2
/
+4
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-6
/
+12
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-4
/
+3
2014-03-04
Rename struct fields with uppercase characters in their names to use lowercase
Palmer Cox
-48
/
+48
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-4
/
+4
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-13
Move base64 and hex from libextra to libserialize
Liigo Zhuang
-2
/
+2
2014-02-11
sha2 -- introduce locals to clarify which subportions are being borrowed
Niko Matsakis
-3
/
+5
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-2
/
+2
2014-02-08
Fixed error starting with uppercase
mr.Shu
-2
/
+2
2014-01-31
Fix minor doc typos
Virgile Andreani
-2
/
+2
2014-01-30
Remove Times trait
Brendan Zabarauskas
-2
/
+2
2014-01-26
Fix privacy fallout from previous change
Alex Crichton
-2
/
+2
2014-01-16
Merge Bitwise and BitCount traits and remove from prelude, along with Bounded
Brendan Zabarauskas
-0
/
+1
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-2
/
+2
2013-12-15
std::vec: remove unnecessary count parameter on {bytes,
Huon Wilson
-6
/
+3
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-0
/
+670