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-08-31
Reexport std::str::alloc. Windows still needs this. Issue #855
Brian Anderson
-1
/
+1
2011-08-31
Expose STDERR to rust.
Erick Tryzelaar
-0
/
+2
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-49
/
+54
2011-08-31
Remove more uses of str from std::run. Issue #855
Brian Anderson
-4
/
+4
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-11
/
+9
2011-08-31
Produce the start of an immutable treemap.
Michael Sullivan
-0
/
+82
2011-08-30
Add a FIXME about the bogosity of aio::ip_to_sbuf
Brian Anderson
-0
/
+3
2011-08-30
Convert std::net to istrs. Issue #855
Brian Anderson
-6
/
+7
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-0
/
+430
2011-08-30
Remove the %S istr conversion from #fmt
Brian Anderson
-8
/
+0
2011-08-30
Add a total version of vec::last that has a precondition
Tim Chevalier
-0
/
+5
2011-08-30
Add a precondition on vec::zip
Tim Chevalier
-13
/
+46
2011-08-30
Stop relying on klunky hack in alias.rs
Marijn Haverbeke
-4
/
+3
2011-08-29
Remove obsolete exports
Marijn Haverbeke
-1
/
+0
2011-08-29
Make std::istr::push_byte efficient
Marijn Haverbeke
-2
/
+6
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-42
/
+32
2011-08-27
Convert lexer to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Add std::istr::as_buf for converting to cstrs. Issue #855
Brian Anderson
-2
/
+17
2011-08-27
Support istrs in #fmt. Issue #855
Brian Anderson
-1
/
+8
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Optimize std::istr::to_estr. Issue #855
Brian Anderson
-5
/
+9
2011-08-27
Convert std::os to istrs. Issue #855
Brian Anderson
-13
/
+19
2011-08-27
Convert std::generic_os to istrs. Issue #855
Brian Anderson
-9
/
+19
2011-08-27
Add std::istr::str_from_cstr. Issue #855
Brian Anderson
-1
/
+14
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-41
/
+52
2011-08-27
Convert std::run to istrs. Issue #855
Brian Anderson
-4
/
+6
2011-08-27
Convert std::getopts to istrs. Issue #855
Brian Anderson
-64
/
+84
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-25
/
+35
2011-08-27
Convert std::sha1 to istrs. Issue #855
Brian Anderson
-6
/
+6
2011-08-27
Convert std::term to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::u64 to istrs. Issue #855
Brian Anderson
-21
/
+21
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-5
/
+6
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-17
/
+24
2011-08-27
Rename std::istr::from_str/to_str to from_estr/to_estr. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::bitv to istrs. Issue #855
Brian Anderson
-3
/
+5
2011-08-26
stdlib: Added a treemap traversal function.
Eric Holk
-0
/
+23
2011-08-26
stdlib: Added an incredibly simple treemap.
Eric Holk
-0
/
+77
2011-08-25
Remove remaining use of 'pred' and make 'pred' a non-reserved word. Huzzah\!
Tim Chevalier
-2
/
+2
2011-08-25
Change "pred" to "pure fn" in all libraries and test cases
Tim Chevalier
-11
/
+11
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-100
/
+103
2011-08-25
Fix istr::unsafe_from_bytes. Issue #855
Brian Anderson
-1
/
+2
2011-08-23
Resolve a number of FIXMEs
Brian Anderson
-13
/
+0
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-7
/
+3
2011-08-23
Cleanup formatting in std::sha1
Brian Anderson
-35
/
+15
2011-08-22
Add ivec::from_str and to_str methods. Issue #855
Brian Anderson
-0
/
+18
2011-08-22
Add std::istr. Issue #855
Brian Anderson
-0
/
+429
2011-08-22
Promote std::task::rustrt::leak to std::unsafe::leak
Brian Anderson
-3
/
+8
2011-08-20
Reformat
Brian Anderson
-754
/
+640
2011-08-19
Add an iter2 iterator to vec.
Michael Sullivan
-0
/
+8
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-4
/
+2
[next]