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-09
core::str - making StrSlice trait functions pure
Daniel Patterson
-53
/
+55
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
2012-10-03
libcore: De-export core.rc and core.rs
Patrick Walton
-137
/
+113
2012-10-03
Sub-uses from libc should be pub.
Graydon Hoare
-24
/
+24
2012-10-03
Attempt to fix os::args errors on various platforms.
Graydon Hoare
-13
/
+21
2012-10-02
rustc: Only allow imports marked with "pub" to be imported from other modules
Patrick Walton
-6
/
+7
2012-10-02
Fix long line.
Graydon Hoare
-1
/
+2
2012-10-02
De-export the submodules of task. Part of #3583.
Graydon Hoare
-60
/
+54
2012-10-02
libcore: Implement os::args() on Windows
Patrick Walton
-1
/
+46
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-265
/
+264
2012-10-02
core::rand - adding rand::random(), a shortcut to generate a uint with task-l...
Daniel Patterson
-0
/
+13
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-12
/
+12
2012-10-02
De-export comm, task. Part of #3583.
Graydon Hoare
-70
/
+23
2012-10-02
core::rand - adding test for task_rng()
Daniel Patterson
-0
/
+8
2012-10-02
core::rand - adding task local lazily initialized rng, as per #3439
Daniel Patterson
-0
/
+27
2012-10-02
core: Add implementation of real_args for FreeBSD
Brian Anderson
-0
/
+5
2012-10-01
silence warning
Niko Matsakis
-1
/
+1
2012-10-01
rename vec::raw::form_slice to buf_as_slice
Erick Tryzelaar
-5
/
+5
2012-10-01
Merge pull request #3638 from dbp/typo
Brian Anderson
-1
/
+1
2012-10-01
core::task - typo in comment
Daniel Patterson
-1
/
+1
2012-10-01
De-export dlist, dvec. Part of #3583.
Graydon Hoare
-12
/
+6
2012-10-01
De-export iter and result. Part of #3583.
Graydon Hoare
-53
/
+62
2012-10-01
Attempt to fix option::test_unwrap_str breakage.
Graydon Hoare
-4
/
+4
2012-10-01
De-export either. Part of #3583.
Graydon Hoare
-13
/
+13
2012-10-01
De-export vec. Part of #3583.
Graydon Hoare
-239
/
+139
2012-10-01
libcore: Fix tidy error
Patrick Walton
-2
/
+2
2012-10-01
libcore: Allow the command line arguments to be set on a per-task basis
Patrick Walton
-1
/
+33
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-27
/
+24
2012-10-01
Call 'new' instead of 'old' extfmt code, preparing for snapshot
Tim Chevalier
-8
/
+11
[next]