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
/
task
Age
Commit message (
Expand
)
Author
Lines
2013-01-23
rename send_map to hashmap
Daniel Micay
-3
/
+3
2013-01-22
migrate task/spawn.rs to LinearSet
Daniel Micay
-4
/
+4
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-4
/
+4
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-10
libcore: Fix core test more. rs=broken
Patrick Walton
-6
/
+8
2013-01-10
libcore: Fix core test. rs=broken
Patrick Walton
-42
/
+44
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-6
/
+6
2013-01-10
core: Change XXXs into proper FIXMEs with issue numbers
Tim Chevalier
-1
/
+1
2013-01-10
Use deriving_eq for Task
Tim Chevalier
-6
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+11
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-11
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+11
2012-12-27
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Patrick Walton
-0
/
+9
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-6
/
+22
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-63
/
+63
2012-12-14
Remove spawn_listener, spawn_conversation
Brian Anderson
-105
/
+0
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-0
/
+1
2012-12-13
Rename Send trait to Owned
Brian Anderson
-8
/
+8
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-13
/
+13
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-8
/
+11
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-7
/
+7
2012-12-05
libcore: Fix some more coretest bustage. rs=bustage
Patrick Walton
-2
/
+2
2012-12-05
librustc: Hook borrow check loan checking up to the moves-based-on-type infra...
Patrick Walton
-28
/
+28
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+50
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-1
/
+1
2012-11-29
No longer parse the delimiters of the RHS of a macro as part of the expansion.
Paul Stansifer
-1
/
+1
2012-11-28
Remove uses of #[merge]
Brian Anderson
-3
/
+1301
2012-11-28
Register snapshots
Brian Anderson
-12
/
+0
2012-11-26
Remove the crate language
Brian Anderson
-0
/
+8
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+12
2012-10-23
core: Remove the unused Notification enum
Brian Anderson
-14
/
+8
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-5
/
+5
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-7
/
+7
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-2
/
+2
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-0
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-10-03
core: Make some parts of task private
Brian Anderson
-36
/
+36
2012-10-02
De-export the submodules of task. Part of #3583.
Graydon Hoare
-43
/
+44
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-27
/
+27
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-29
core: Fix unsafe code in spawn_raw
Brian Anderson
-9
/
+2
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-3
/
+10
2012-09-28
Long lines
Brian Anderson
-1
/
+3
2012-09-28
core: Demode patterns
Brian Anderson
-5
/
+5
2012-09-27
core: More option demoding
Brian Anderson
-1
/
+1
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-4
/
+4
2012-09-26
libcore: De-export ptr, send_map, and task::local_data
Patrick Walton
-19
/
+13
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-11
/
+0
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-2
/
+2
[prev]
[next]