index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
list.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-0
/
+77
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-66
/
+0
*
rustc: Fix list.foldl() to pass its second argument by alias
Patrick Walton
2011-03-18
1
-2
/
+2
*
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
2011-03-09
1
-2
/
+0
*
rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...
Patrick Walton
2010-11-18
1
-0
/
+4
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-4
/
+4
*
Revert "Move the option type to its own module"
Patrick Walton
2010-11-05
1
-4
/
+4
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-4
/
+4
*
rustboot: Emit an error instead of asserting in trans when a T is passed by v...
Patrick Walton
2010-10-28
1
-1
/
+1
*
Revert "rustboot: Emit an error instead of asserting in trans when a T is pas...
Patrick Walton
2010-10-28
1
-1
/
+1
*
rustboot: Emit an error instead of asserting in trans when a T is passed by v...
Patrick Walton
2010-10-28
1
-1
/
+1
*
Make list.find return an option of different type than the list element.
Graydon Hoare
2010-10-18
1
-7
/
+7
*
Flesh out the std.list module a touch.
Graydon Hoare
2010-10-18
1
-0
/
+49
*
Encode and decode tag types in dwarf properly. Add list module to std. Shift ...
Graydon Hoare
2010-10-15
1
-0
/
+15