Daniel Micay
|
1008945528
|
remove obsolete foreach keyword
this has been replaced by `for`
|
2013-08-03 22:48:02 -04:00 |
|
Palmer Cox
|
2cbe312343
|
Crypto: Remove DigestUtil and convert to default methods on the Digest trait.
|
2013-08-02 18:49:00 -04:00 |
|
Daniel Micay
|
1fc4db2d08
|
migrate many for loops to foreach
|
2013-08-01 05:34:55 -04:00 |
|
Daniel Micay
|
dabd476203
|
make in and foreach get treated as keywords
|
2013-08-01 00:21:13 -04:00 |
|
Corey Richardson
|
1662bd371c
|
Great renaming: propagate throughout the rest of the codebase
|
2013-06-29 11:20:02 -04:00 |
|
Patrick Walton
|
bb830558d1
|
librustc: Fix merge fallout and test cases.
|
2013-06-28 10:44:17 -04:00 |
|
Palmer Cox
|
89eef0b139
|
Create a Digest trait for common methods on digests and convert the SHA-1 implementation to use it.
The DigestUtil trait was created for helper methods since default methods still have issues.
|
2013-06-24 00:04:00 -04:00 |
|