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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-83
/
+71
2012-10-19
core: add 3rd proposed interface (trap/in) to conditions.
Graydon Hoare
-0
/
+69
2012-10-19
Renaming trait name UniqueStr to Trimmable
Mahmut Bulut
-3
/
+3
2012-10-19
Fix Windows breakage
Tim Chevalier
-1
/
+1
2012-10-19
Remove superfluous by-ref in option::get, option::get_default, option::expect
Tim Chevalier
-23
/
+23
2012-10-18
core: add potential "simpler interface" to core::condition, also reduce TLS h...
Graydon Hoare
-18
/
+69
2012-10-18
core: Add type params to condition handling so interface is safe.
Graydon Hoare
-24
/
+25
2012-10-18
core: add previous-handler save and restore for proper nesting.
Graydon Hoare
-16
/
+78
2012-10-18
Revert "Simplify str::to_managed"
Erick Tryzelaar
-2
/
+3
2012-10-18
Merge pull request #3803 from tychosci/readclose
Tim Chevalier
-12
/
+16
2012-10-18
Rename str::to_unique to str::to_owned.
Erick Tryzelaar
-5
/
+5
2012-10-18
Simplify str::to_managed
Erick Tryzelaar
-3
/
+2
2012-10-18
libcore: minor code cleanup.
Erick Tryzelaar
-4
/
+4
2012-10-18
libcore: call [u8] values bytes, not bufs
Erick Tryzelaar
-46
/
+50
2012-10-18
Rewrite io::ByteBuf into a struct
Erick Tryzelaar
-13
/
+15
2012-10-18
Make with_bytes_reader/with_bytes_writer pure
Erick Tryzelaar
-8
/
+12
2012-10-18
libcore: Make run::program_output UTF-8 safe
Tycho Sci
-12
/
+16
2012-10-17
core: first working sketch of a condition system.
Graydon Hoare
-0
/
+118
2012-10-17
libsyntax: refactor the parser to consider foreign items as items
Philipp Brüschweiler
-1
/
+1
2012-10-17
Fix copy warnings in str
Tim Chevalier
-3
/
+4
2012-10-17
Fix copy warnings in str
Tim Chevalier
-8
/
+8
2012-10-17
Merge pull request #3739 from killerswan/usagemsg
Tim Chevalier
-0
/
+62
2012-10-17
Add a module to getopts to support verbose option definition
Kevin Cantu
-0
/
+62
2012-10-17
Merge pull request #3706 from erickt/str-with-capacity
Tim Chevalier
-0
/
+5
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-8
/
+8
2012-10-13
Implement to_managed without using an upcall function, as suggested by brson.
Gareth Daniel Smith
-9
/
+4
2012-10-13
Add an &str.to_managed method to allow creating non-constant @str values (for...
Gareth Daniel Smith
-0
/
+20
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-146
/
+178
2012-10-12
bump version to 0.5.
Graydon Hoare
-3
/
+3
2012-10-11
Export VecUnboxedRepr from vec so a test case can use it
Tim Chevalier
-10
/
+11
2012-10-11
Fix from_buf in test cases
Tim Chevalier
-2
/
+2
2012-10-11
Remove comment that is now false
Tim Chevalier
-22
/
+36
2012-10-11
Update FIXME number
Tim Chevalier
-4
/
+4
2012-10-11
Update FIXME number
Tim Chevalier
-1
/
+1
2012-10-11
Exports are fixed, hooray
Tim Chevalier
-2
/
+0
2012-10-11
Remove invalid FIXME
Tim Chevalier
-1
/
+0
2012-10-11
Write option::chain and result::chain with `match move`
Tim Chevalier
-10
/
+6
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-47
/
+51
2012-10-09
core::str - making StrSlice trait functions pure
Daniel Patterson
-53
/
+55
2012-10-09
libcore: add a str::with_capacity to match the fn in vec
Erick Tryzelaar
-0
/
+5
2012-10-08
libcore: add pop/swap/consume to SendMap
Erick Tryzelaar
-29
/
+126
2012-10-08
libcore: include the trim methods in the StrSlice trait
Erick Tryzelaar
-0
/
+3
2012-10-08
libcore: str trim functions can be applied to &strs
Erick Tryzelaar
-0
/
+10
2012-10-07
libcore Fix the tuple first_ref test
Erick Tryzelaar
-1
/
+1
2012-10-07
libcore: add first_ref and second_ref to tuples
Erick Tryzelaar
-3
/
+28
2012-10-05
Finally removing all uses of by-mut-ref
Tim Chevalier
-64
/
+0
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-8
/
+8
2012-10-05
Revert "wip"
Tim Chevalier
-8
/
+8
2012-10-05
wip
Tim Chevalier
-8
/
+8
2012-10-05
Demode some code using by-mutbl-ref; warn about by-mutbl-ref
Tim Chevalier
-1
/
+66
[prev]
[next]