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-20
add a LinearSet type (implementing the Set trait)
Daniel Micay
-2
/
+45
2013-01-20
add a Set trait and implement it for TreeSet
Daniel Micay
-0
/
+25
2013-01-20
repr: represent char values as char literals rather than integers.
Simon Sapin
-1
/
+7
2013-01-18
core: Allow set_buffer_ to be referred to as set-buffer
Tim Chevalier
-2
/
+6
2013-01-18
Rename copy_overlapping_memory() to copy_memory()
Chris Peterson
-52
/
+2
2013-01-18
Comments: turn XXXes into FIXMEs
Tim Chevalier
-2
/
+2
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-2
/
+11
2013-01-17
Add `finally` method for deferred execution
Brian Anderson
-0
/
+90
2013-01-17
core: Add private global data interface. #3915
Brian Anderson
-0
/
+265
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-27
/
+68
2013-01-15
Add at_exit function #4450
Brian Anderson
-0
/
+89
2013-01-15
Spawn new tasks onto the primary scheduler by default. #3760
Brian Anderson
-68
/
+55
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-1
/
+1
2013-01-15
Swap return value order in pipes::oneshot Issue #4496
Nick Desaulniers
-4
/
+5
2013-01-14
Merge pull request #4485 from sanxiyn/use-truncate
Brian Anderson
-3
/
+2
2013-01-14
Merge pull request #4484 from sanxiyn/test-retain
Brian Anderson
-0
/
+7
2013-01-14
Merge pull request #4477 from jld/char-repr
Brian Anderson
-1
/
+1
2013-01-14
spelling fixes for iter module docstrings
Daniel Micay
-3
/
+3
2013-01-14
Use vec::truncate for vec::retain
Seo Sanghyeon
-3
/
+2
2013-01-14
Add a test for vec::retain
Seo Sanghyeon
-0
/
+7
2013-01-13
Reflect on char as u32, not uint (which may be u64).
Jed Davis
-1
/
+1
2013-01-13
Support ARM and Android
kyeongwoon
-2
/
+33
2013-01-13
Long lines
Tim Chevalier
-4
/
+8
2013-01-13
Merge pull request #4474 from tychosci/readlink_safe
Tim Chevalier
-2
/
+11
2013-01-13
Merge pull request #4411 from wting/4203_rename_memcpy
Tim Chevalier
-28
/
+28
2013-01-13
Make vectors (& old ports) of zero-size types allocate one byte each.
Jed Davis
-12
/
+44
2013-01-14
core: Use libc::readlink function properly
Tycho Sci
-2
/
+11
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-10
Rename memcpy, memmove, memset to prevent any confusion with the C equivalents.
William Ting
-28
/
+28
2013-01-09
libcore: Fix missing `off_t` import on Mac. rs=bustage
Patrick Walton
-1
/
+1
[prev]
[next]