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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
Age
Commit message (
Expand
)
Author
Lines
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
2012-10-05
Silence most of the remaining warnings
Brian Anderson
-2
/
+2
2012-10-05
core: Correct description of cast::forget
Brian Anderson
-1
/
+1
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-26
/
+26
2012-10-04
Fix FIXME that's no longer blocked by #2611
Tim Chevalier
-4
/
+3
2012-10-04
Kill bootstrapping code in ptr
Tim Chevalier
-6
/
+0
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-23
/
+48
2012-10-04
De-mode comm::Chan
Tim Chevalier
-58
/
+58
2012-10-04
Remove code that was waiting for a snapshot
Tim Chevalier
-196
/
+3
2012-10-04
Remove some residue, core is effectively de-exported now. Close #3583.
Graydon Hoare
-45
/
+3
2012-10-04
core: Improve option docs a little
Brian Anderson
-31
/
+105
2012-10-04
De-export extfmt. Part of #3583.
Graydon Hoare
-70
/
+69
2012-10-03
core: Make some parts of task private
Brian Anderson
-36
/
+36
[prev]
[next]