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-07-02
Merge remote-tracking branch 'brson/uv'
Brian Anderson
-0
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-5
/
+29
2012-07-02
Merge branch 'doc-comments'
Brian Anderson
-6
/
+48
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-6
/
+48
2012-07-02
dlist should_fail tests ignore(cfg(windows))
Ben Blum
-7
/
+7
2012-07-02
Merge remote-tracking branch 'brson/uv'
Brian Anderson
-0
/
+1
2012-07-02
add dlist.rs should_fail tests
Ben Blum
-0
/
+50
2012-07-02
Add doubly-linked list to libcore (to be used in task.rs).
Ben Blum
-0
/
+635
2012-07-01
Convert to new closure syntax
Brian Anderson
-405
/
+399
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-285
/
+284
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-6
/
+48
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-674
/
+674
2012-06-29
core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test
Jeff Olson
-11
/
+0
2012-06-29
core: adding str::as_slice .. most likely broken
Jeff Olson
-0
/
+11
2012-06-29
core: export vec::unshift
Jeff Olson
-0
/
+1
2012-06-28
Make fmt use a bitmask instead of a vector of flags. Closes #1993.
Michael Sullivan
-14
/
+10
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-0
/
+1
2012-06-28
add TLS failure test case in task.rs
Ben Blum
-0
/
+20
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-0
/
+8
2012-06-28
Fix sys::refcount and remove dbg::refcount
Ben Blum
-4
/
+4
2012-06-27
Replace more vector + (issue #2719)
Eric Holk
-1
/
+1
2012-06-27
Replace more vector additions (issue #2719)
Eric Holk
-1
/
+3
2012-06-27
Tidy fixes
Brian Anderson
-1
/
+1
2012-06-28
Add task-local storage in libcore.
Ben Blum
-1
/
+308
2012-06-28
Add position() to iter/iter-trait
Ben Blum
-0
/
+17
2012-06-27
vec::append reuses its left hand side when possible. (issue #2719)
Eric Holk
-3
/
+2
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-54
/
+84
2012-06-27
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Eric Holk
-14
/
+12
2012-06-27
Mark exclusive arc-related functions as unsafe. Fixes #2727.
Eric Holk
-15
/
+13
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-13
/
+13
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-15
/
+13
2012-06-26
core: make_a_sandwitch -> make_a_sandwich
Patrick Walton
-2
/
+2
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-622
/
+630
2012-06-25
vec::slice is faster now (Issue #2719)
Eric Holk
-8
/
+4
2012-06-25
Some perf fixes, although vec::slice is still too slow (Issue #2719)
Eric Holk
-3
/
+8
2012-06-25
Remove redundant 'extension' mods from numeric mods
Brian Anderson
-88
/
+87
2012-06-25
Automatically export methods on core numeric types
Ben Striegel
-55
/
+80
2012-06-25
Merge
Tim Chevalier
-482
/
+616
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-455
/
+569
2012-06-25
Improved graph500 performance (Issue #2719)
Eric Holk
-2
/
+2
2012-06-22
core: Name is_failure to is_err, is_success to is_ok
Brian Anderson
-8
/
+8
2012-06-22
core: Export result extensions from the top level
Brian Anderson
-0
/
+1
2012-06-22
core: Split up result extensions by kind bounds
Brian Anderson
-18
/
+24
2012-06-22
Adding unshift again.
Eric Holk
-0
/
+16
2012-06-22
Use must_have_lock instead of private functions. (Issue #2700)
Eric Holk
-1
/
+0
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-35
/
+53
2012-06-21
Port resources to classes in libcore
Tim Chevalier
-24
/
+45
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-88
/
+74
2012-06-21
Fixing illegal moves.
Eric Holk
-8
/
+2
[prev]
[next]