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
/
lib
/
sha1.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-294
/
+0
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-10-26
Add more std documentation
Brian Anderson
-16
/
+63
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-8
/
+8
2011-09-02
Reformat. Issue #855
Brian Anderson
-13
/
+12
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert std::sha1 to istrs. Issue #855
Brian Anderson
-6
/
+6
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-1
/
+3
2011-08-23
Cleanup formatting in std::sha1
Brian Anderson
-35
/
+15
2011-08-20
Reformat
Brian Anderson
-49
/
+47
2011-08-16
Port the stdlib to the expr foo::<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-7
/
+7
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-3
/
+3
2011-08-12
Remove vecs from std::sha1
Brian Anderson
-17
/
+4
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-1
/
+1
2011-08-09
Port the stdlib to the ivec type [T] syntax.
Erick Tryzelaar
-10
/
+10
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-87
/
+87
2011-07-12
stdlib: Add interior vector methods to sha1
Patrick Walton
-17
/
+32
2011-06-24
Remove res idents from stdlib
Marijn Haverbeke
-3
/
+3
2011-06-19
Remove various rustboot workarounds
Brian Anderson
-5
/
+1
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-111
/
+83
2011-06-10
rustc: Remove the bitwise not operator
Patrick Walton
-1
/
+1
2011-05-17
rustc: Fix type mismatch in lib/sha1.rs constants
Patrick Walton
-3
/
+3
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-9
/
+9
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-2
/
+2
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-0
/
+299
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-294
/
+0
2011-05-05
Remove 'deprecated mutable...' from our code
Marijn Haverbeke
-3
/
+3
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-4
/
+4
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-4
/
+4
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-4
/
+4
2011-04-19
Remove effect system from src.
Graydon Hoare
-4
/
+4
2011-03-26
Add a result_str method to std.sha1.sha1.
Graydon Hoare
-0
/
+12
2011-03-18
Add "mutable?" to _vec in the standard library; fix callers
Patrick Walton
-3
/
+3
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-4
/
+5
2011-03-09
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
-3
/
+0
2011-02-22
Rustify some comments lifted directly from the sha-1 reference implementation
Brian Anderson
-2
/
+2
2011-02-21
Implement sha-1 in standard library. Closes #228
Brian Anderson
-0
/
+284