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
2013-01-13
core: Align cmp::le() with the other implementations
Peter Williams
-4
/
+10
2013-01-13
Merge pull request #4465 from thestinger/option
Tim Chevalier
-1
/
+42
2013-01-13
add Option methods for in-place mutation
Daniel Micay
-0
/
+16
2013-01-14
Inlining methods/functions in core.
gifnksm
-0
/
+338
2013-01-13
avoid unwrap in Option::map_consume implementation
Daniel Micay
-1
/
+1
2013-01-13
add Option map_consume_default method
Daniel Micay
-0
/
+7
2013-01-13
add Option methods for swap_unwrap and map_consume
Daniel Micay
-0
/
+18
2013-01-11
Merge pull request #4443 from wting/4386_add_privs
Tim Chevalier
-1
/
+2
2013-01-11
Merge pull request #4445 from apasel422/notop
Tim Chevalier
-3
/
+7
2013-01-11
Long lines
Brian Anderson
-2
/
+5
2013-01-11
Add core::private::run_in_bare_thread
Brian Anderson
-0
/
+34
2013-01-11
allow logical negation operator (!) to be overloaded
Andrew Paseltiner
-3
/
+7
2013-01-11
Adds priv qualifiers where they have been commented out before implementation.
William Ting
-1
/
+2
2013-01-10
libcore: Fix core test more. rs=broken
Patrick Walton
-6
/
+8
2013-01-10
libcore: Fix core test. rs=broken
Patrick Walton
-77
/
+85
2013-01-10
libcore: Fix windows bustage. rs=bustage
Patrick Walton
-18
/
+20
2013-01-10
libcore: Fix linux/windows bustage. rs=fire
Patrick Walton
-7
/
+11
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-846
/
+1259
2013-01-10
core: Change XXXs into proper FIXMEs with issue numbers
Tim Chevalier
-17
/
+18
2013-01-10
Use deriving_eq for Task
Tim Chevalier
-6
/
+1
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+1
2013-01-09
libcore: Fix missing `off_t` import on Mac. rs=bustage
Patrick Walton
-1
/
+1
2013-01-09
libcore: Some more fixes to Windows libc stuff. rs=bustage
Patrick Walton
-4
/
+11
2013-01-09
libcore: Fix Windows resolve errors. rs=bustage
Patrick Walton
-12
/
+14
2013-01-09
libcore: Fix import in libc. rs=bustage
Patrick Walton
-1
/
+1
2013-01-09
core: fix crashing vec methods due to non-working moved self.
Graydon Hoare
-6
/
+11
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-1
/
+1
2013-01-09
rustc: yet more arch-specific fallout from 2db3abd
Graydon Hoare
-1
/
+16
2013-01-09
rustc: more arch-specific fallout from 2db3abd
Graydon Hoare
-4
/
+10
2013-01-09
core: try to fix arch- and platform-specific fallout from 2db3abd
Graydon Hoare
-0
/
+19
2013-01-09
core: ignore recent should_fail tests on windows
Graydon Hoare
-1
/
+4
2013-01-09
core: add vec.filter that moves elems out of the vector
Erick Tryzelaar
-0
/
+21
2013-01-09
core: rename vec.filter to vec.filtered
Erick Tryzelaar
-6
/
+6
2013-01-09
core: add vec.partition and vec.partitioned
Erick Tryzelaar
-2
/
+79
2013-01-09
core: add a vec.consume method
Erick Tryzelaar
-0
/
+5
2013-01-09
core: add self to all vec methods
Erick Tryzelaar
-55
/
+60
2013-01-09
core: rename MutableVector to OwnedVector
Erick Tryzelaar
-25
/
+24
2013-01-09
core: inline all vec methods and add whitespace
Erick Tryzelaar
-0
/
+24
2013-01-09
core: fix libc linux fallout from 2db3abddcd67
Graydon Hoare
-3
/
+3
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-60
/
+346
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-341
/
+60
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-60
/
+341
2013-01-08
Inject std when --test. #1127, #3241
Brian Anderson
-8
/
+0
2013-01-08
arrange core::os::consts
ILyoan
-41
/
+71
2013-01-08
removing checks from vec::bytes::memcpy and memmove as are duplicated from raw::
asdf
-6
/
+2
2013-01-08
adding bound checks for raw::memcpy and memmove
asdf
-0
/
+15
2013-01-07
fmt: add unit tests
Andrew Paseltiner
-0
/
+122
2013-01-07
fmt: derive Eq for all types
Andrew Paseltiner
-0
/
+8
2013-01-07
fmt: fix formatting and style
Andrew Paseltiner
-64
/
+75
2013-01-07
fmt: simplify parse_fmt_string
Andrew Paseltiner
-22
/
+24
[next]