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-08-25
Add either::unwrap_{left,right}
Ben Blum
-0
/
+16
2012-08-25
Use less move_it in pipes and future (all but one use)
Ben Blum
-28
/
+16
2012-08-25
Implement option::unwrap safely...!
Ben Blum
-16
/
+11
2012-08-24
Add a Buildable interface for constructing general sequences. Work on #2921.
Michael Sullivan
-9
/
+125
2012-08-24
Get rid of the unseemly reinterpret_casts in build_sized implementations. Clo...
Michael Sullivan
-16
/
+4
2012-08-24
Remove one last match check, in send_map
Tim Chevalier
-2
/
+5
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-281
/
+318
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-5
/
+5
2012-08-23
wrap long line
Niko Matsakis
-1
/
+2
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-6
/
+23
2012-08-23
libcore: Add from_buf_len_nocopy
Patrick Walton
-0
/
+8
2012-08-23
Make vec::zip not require T:copy (close #3254)
Ben Blum
-13
/
+44
2012-08-23
libcore: update bytes/str reader to work with regions.
Erick Tryzelaar
-44
/
+30
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-40
/
+40
2012-08-23
Convert pipes to new atomic intrinsics
Ben Blum
-20
/
+14
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-8
/
+8
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-80
/
+80
2012-08-23
Make a bunch more of the iteration functions/methods marked pure. Closes #3253.
Michael Sullivan
-112
/
+138
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-0
/
+1
2012-08-22
convert send_map to use explicit self
Niko Matsakis
-72
/
+69
2012-08-22
Use swap_remove in pipes::select(). Close #3219.
Ben Blum
-23
/
+9
2012-08-22
Add vec::swap_remove (#3219)
Ben Blum
-1
/
+54
2012-08-22
export unwrap_arc functions in core/std
Ben Blum
-1
/
+1
2012-08-22
Remove match check in send_map
Tim Chevalier
-1
/
+4
2012-08-22
Comments only: update issue number for FIXME
Tim Chevalier
-1
/
+2
2012-08-22
Merge pull request #3251 from fsouza/to_digit_fix
Brian Anderson
-1
/
+1
2012-08-22
Merge pull request #3244 from dbp/osbug
Brian Anderson
-3
/
+0
2012-08-22
Remove one last default argument mode from core::os
Ben Blum
-1
/
+1
2012-08-22
Merge pull request #3231 from killerswan/modes1
Ben Blum
-35
/
+38
2012-08-22
libcore: fix doc for char::to_digit
Francisco Souza
-1
/
+1
2012-08-21
ignore should_fail tests on windows
Niko Matsakis
-0
/
+3
2012-08-21
add tests to manage, fix test breakage I inadvertently introduced
Niko Matsakis
-3
/
+82
2012-08-21
Make std::arena run destructors. Closes #2831.
Michael Sullivan
-0
/
+2
2012-08-21
core: removing repeated code in os.rs homedir() test
Daniel Patterson
-3
/
+0
2012-08-21
remove tab character
Niko Matsakis
-1
/
+1
2012-08-21
implement a map testing benchmark
Niko Matsakis
-0
/
+89
2012-08-21
remove some FIXMEd code as the relevant issue is fixed
Niko Matsakis
-14
/
+15
2012-08-21
libcore: Implement a dup2
Patrick Walton
-0
/
+4
2012-08-21
core: switching os::tmpdir() to always return a directory, by defaulting to W...
Daniel Patterson
-11
/
+14
2012-08-21
core: adding test for os::tmpdir()
Daniel Patterson
-0
/
+5
2012-08-21
core: adding os::tmpdir() that returns a system temporary directory if it can...
Daniel Patterson
-1
/
+38
2012-08-21
Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...
Ben Blum
-0
/
+4
2012-08-21
Remove fixmes about exporting. Close #2648, close #3119.
Ben Blum
-3
/
+2
2012-08-21
respect distinct anonymous regions in unsafe::transmute_*
Ben Blum
-2
/
+2
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-1
/
+1
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-9
/
+30
2012-08-20
oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests
Ben Blum
-5
/
+0
2012-08-20
implement arc::unwrap and add exclusive_unwrap tests
Ben Blum
-20
/
+200
2012-08-20
core: adding option::or, a function to return the leftmost of two some() valu...
Daniel Patterson
-0
/
+10
[next]