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
Age
Commit message (
Expand
)
Author
Lines
2011-06-01
stdlib: Add some functions to getopts to deal with optional arguments more ea...
Patrick Walton
-0
/
+17
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-0
/
+45
2011-05-31
stdlib: Remove unneeded type params from alt patterns
Brian Anderson
-55
/
+55
2011-05-27
Add list function 'has'.
Paul Stansifer
-0
/
+13
2011-05-27
Added filter_map.
Paul Stansifer
-4
/
+16
2011-05-26
Add a list append function, which I didn't end up using, but why not add it?
Tim Chevalier
-0
/
+14
2011-05-24
Add quick_sort3 function based on 'QuicksortIsOptimal.pdf' (see comments in f...
Kelly Wilson
-7
/
+82
2011-05-23
stdlib: Make the bound vector an alias in std::deque
Brian Anderson
-1
/
+3
2011-05-22
stdlib: Export match type from std::getopts
Brian Anderson
-0
/
+2
2011-05-22
stdlib: Use if/alt expressions in std::uint
Brian Anderson
-19
/
+19
2011-05-22
stdlib: Use if/alt expressions in std::str
Brian Anderson
-8
/
+8
2011-05-22
stdlib: Use if/alt expressions in std::option
Brian Anderson
-18
/
+16
2011-05-22
stdlib: Do tail calls in std::map. Remove FIXMEs
Brian Anderson
-3
/
+1
2011-05-22
stdlib: Use if/alt expressions in std::map
Brian Anderson
-10
/
+8
2011-05-22
stdlib: Remove unneeded fail statements from std::list. Remove FIXMEs
Brian Anderson
-3
/
+0
2011-05-22
stdlib: Do tail calls in std::list. Remove FIXMEs
Brian Anderson
-7
/
+2
2011-05-22
stdlib: Add list::from_vec
Brian Anderson
-0
/
+11
2011-05-22
stdlib: Reindent list.rs
Brian Anderson
-30
/
+30
2011-05-22
stdlib: Use if/alt expressions in std::io
Brian Anderson
-5
/
+5
2011-05-22
stdlib: Use if/alt expressions in std::int
Brian Anderson
-9
/
+9
2011-05-22
stdlib: Use initial caps for all error messages in std::getopts
Brian Anderson
-1
/
+1
2011-05-22
stdlib: Use if/alt expressions in std::getopts
Brian Anderson
-30
/
+33
2011-05-22
stdlib: Report an error when getopts is given an argument to a flag option
Brian Anderson
-0
/
+7
2011-05-22
stdlib: Only export what's necessary from std::getopts
Brian Anderson
-0
/
+21
2011-05-22
stdlib: Use if/alt expressions in std::generic_os
Brian Anderson
-4
/
+4
2011-05-22
stdlib: Use if/alt expressions in std::fs
Brian Anderson
-4
/
+5
2011-05-22
stdlib: Add regression test for fs::connect and a FIXME
Brian Anderson
-0
/
+1
2011-05-22
stdlib: Use if/alt expressions in std::deque
Brian Anderson
-9
/
+8
2011-05-22
stdlib: Use if/alt expressions in std::bitv
Brian Anderson
-13
/
+12
2011-05-22
stdlib: Use if/alt expressions in std::extfmt
Brian Anderson
-88
/
+80
2011-05-20
stdlib: Add io::writer.write_line
Brian Anderson
-0
/
+5
2011-05-20
stdlib: Export only what's needed from std::bitv
Brian Anderson
-0
/
+19
2011-05-20
stdlib: Export only what's needed from std::sort
Brian Anderson
-0
/
+4
2011-05-20
stdlib: export ptr_eq from box, but not rustrt
Brian Anderson
-1
/
+1
2011-05-20
stdlib: Modify union-find to guarantee that root nodes are always less than o...
Patrick Walton
-7
/
+18
2011-05-19
Added two version of reverse and a swap function to the standard library.
Eric Holk
-0
/
+39
2011-05-19
stdlib: Add vec growth functions that use a thunk to initialize elements
Patrick Walton
-0
/
+14
2011-05-19
Rewrite tstate.annotate to use walk instead of fold
Tim Chevalier
-1
/
+1
2011-05-19
Add a set_all function in bitv that's the inverse of clear
Tim Chevalier
-1
/
+6
2011-05-19
rustc: Generalize variable bindings so that we can use it for locals too
Patrick Walton
-0
/
+4
2011-05-17
rustc: Have typechecking no longer rebuild the AST
Patrick Walton
-0
/
+9
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
-196
/
+196
2011-05-17
stdlib: Remove transitional extfmt.RT module
Brian Anderson
-256
/
+3
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-78
/
+78
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-1
/
+1
2011-05-13
Fix naming of libc that was mangled by recent module changes
Brian Anderson
-2
/
+2
2011-05-12
Rename std.extfmt.CT to std.extfmt.RT to ct and rt
Brian Anderson
-2
/
+256
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-452
/
+452
2011-05-11
Remove a few more 'mutable' words
Marijn Haverbeke
-3
/
+3
[prev]
[next]