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
/
libstd
/
sha1.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-5
/
+5
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-11
/
+11
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-4
/
+4
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-10
/
+10
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-6
/
+5
2012-03-09
std: Convert to rustdoc
Brian Anderson
-46
/
+16
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-3
/
+3
Instead, use vec::to_mut/from_mut to transform vectors in place as needed.
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes ↵
Kevin Cantu
-1
/
+1
with find[_from]
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-1
/
+1
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-12
/
+12
Closes #1717
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-2
/
+3
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final ↵
Graham Fawcett
-3
/
+3
position. To match the init_fn() and init_fn_mut() changes.
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+96
2012-01-11
Convert std::sha1 and std::rand over to ifaces
Marijn Haverbeke
-28
/
+30
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+294