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-09-10
Make more moves explicit in libcore
Tim Chevalier
-77
/
+77
2012-09-10
Make moves explicit in vec
Tim Chevalier
-52
/
+52
2012-09-09
Rename variables that clash with keywords
Brian Anderson
-6
/
+6
2012-09-09
core: warn(non_camel_case_types) -> deny
Brian Anderson
-2
/
+1
2012-09-08
core: fix separator for Future<A> property
Jeff Olson
-1
/
+1
2012-09-08
core: missed rebase cruft cleanup
Jeff Olson
-4
/
+0
2012-09-08
core: most rebase cruft cleanup
Jeff Olson
-2
/
+3
2012-09-08
core: change FutureState Forced(A) to Forced(~A)
Jeff Olson
-4
/
+4
2012-09-08
core: change notify_chan eq checks to is_none(), instead
Jeff Olson
-9
/
+8
2012-09-08
core: patch from nmatsakis to make futures non-copyable
Jeff Olson
-4
/
+8
2012-09-08
core/std: finish making futures sendable + test.. still issues
Jeff Olson
-4
/
+14
2012-09-08
core/std: an unending parade of minor tweaks due to renaming Option et al
Jeff Olson
-3
/
+3
2012-09-08
core: cleanup in task.rs for things missed in last rebase
Jeff Olson
-7
/
+7
2012-09-08
core: fix breakage in TaskBuilder.future_result
Jeff Olson
-7
/
+15
2012-09-08
core: changing pipes::port/chan_one to Port/ChanOne in unsafe.rs
Jeff Olson
-1
/
+1
2012-09-08
core: Fix stage0 build errors
Brian Anderson
-19
/
+48
2012-09-08
core: port task.rs to comm::Chan/Port to pipes::Chan/Port
Jeff Olson
-38
/
+135
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-230
/
+230
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-7
/
+7
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-192
/
+218
2012-09-07
Add an ignore! macro, remove support for nested block comments, re: #2755.
Graydon Hoare
-1
/
+1
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-38
/
+38
2012-09-07
libcore: Make str_eq not break with coretest
Patrick Walton
-0
/
+17
2012-09-07
rustc: Add a str_eq lang item for pattern matching
Patrick Walton
-0
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-35
/
+35
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-24
/
+50
2012-09-07
gc: Add early abort when GC is disabled.
Elliott Slaughter
-0
/
+15
2012-09-07
gc: Refactoring.
Elliott Slaughter
-45
/
+38
2012-09-07
gc: Documentation.
Elliott Slaughter
-0
/
+52
2012-09-07
gc: Fix for GC missing stack frames across segment boundaries.
Elliott Slaughter
-35
/
+100
2012-09-07
gc: Don't expect sentinel when core is compiled without GC.
Elliott Slaughter
-6
/
+21
2012-09-07
gc: Avoid walking stack above caller frame.
Elliott Slaughter
-5
/
+31
2012-09-07
gc: Fix for deallocating resources on the shared heap while cleaning stack.
Elliott Slaughter
-1
/
+2
2012-09-07
gc: Avoid freeing null pointers.
Elliott Slaughter
-0
/
+6
2012-09-07
gc: Avoid double free when pointer appears on stack multiple times.
Elliott Slaughter
-14
/
+23
2012-09-07
gc: Add stack walker for new garbage collector.
Elliott Slaughter
-1
/
+161
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-1
/
+3
2012-09-05
libcore: Expose glues to core
Patrick Walton
-1
/
+8
2012-09-05
libcore: Make to_upper() and to_lower() pure
Patrick Walton
-4
/
+4
2012-09-05
Start making moves explicit in libcore
Tim Chevalier
-27
/
+24
2012-09-05
Add str::trim{_,_left_,_right_}chars.
Graydon Hoare
-0
/
+79
2012-09-04
Remove 'with'
Brian Anderson
-25
/
+25
2012-09-04
core: Remove struct ctors
Brian Anderson
-67
/
+174
2012-09-04
libcore: Make as_bytes_slice() not include the null byte
Patrick Walton
-1
/
+10
2012-09-04
Merge pull request #3383 from crabtw/fbsd
Brian Anderson
-36
/
+0
2012-09-04
add test for eq_slice fix
Andrew Paseltiner
-0
/
+7
2012-09-04
fix str::eq_slice off-by-one error
Andrew Paseltiner
-1
/
+1
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-160
/
+160
2012-09-05
use native log2 function and enable freebsd tests in uv_ll
Jyun-Yan You
-36
/
+0
2012-09-03
libcore: Add missing from_str.rs
Patrick Walton
-0
/
+3
[next]