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
/
libgreen
/
sched.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-20
Remove libgreen
Aaron Turon
-1523
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+5
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-13
/
+13
2014-10-13
Clean up rustc warnings.
NODA, Kai
-1
/
+0
2014-10-10
Register new snapshots
Alex Crichton
-1
/
+1
2014-10-01
Remove all use of librustuv
Aaron Turon
-24
/
+0
2014-09-09
Remove some test warnings.
Jonas Hietala
-0
/
+1
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-10
/
+10
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-1
/
+2
2014-07-30
rustrt: Allow dropping a brand-new Task
Alex Crichton
-1
/
+1
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-17
/
+21
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-2
/
+2
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-3
/
+3
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-3
/
+3
2014-06-24
librustc: Remove cross borrowing from mutable `Box`es to `&mut`.
Patrick Walton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-3
/
+3
2014-06-15
Register new snapshots
Alex Crichton
-7
/
+7
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-2
/
+2
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-3
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
Rename OSRng to OsRng
Piotr Jawniak
-2
/
+2
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-4
/
+5
2014-05-20
green: Remove some unsafe code in BasicLoop
Alex Crichton
-1
/
+1
2014-05-16
rustc: Stop leaking enum variants into children
Alex Crichton
-1
/
+1
2014-05-15
Test fixes from rollup
Alex Crichton
-1
/
+0
2014-05-15
std: Remove run_in_bare_thread
Brian Anderson
-3
/
+3
2014-05-11
core: Remove the cast module
Alex Crichton
-10
/
+12
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-61
/
+69
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-5
/
+5
2014-04-19
green: Fix missing Send bounds on procedures
Alex Crichton
-1
/
+1
2014-04-15
auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichton
bors
-2
/
+2
2014-04-15
Test fixes from the rollup
Alex Crichton
-2
/
+2
2014-04-13
Replace 'region' with 'lifetime' in a few transmute function names
John Simon
-3
/
+3
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-4
/
+3
2014-04-10
green: de-~[].
Huon Wilson
-6
/
+6
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+1
2014-04-01
auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton
bors
-1
/
+6
2014-04-01
rand: bubble up IO messages futher.
Huon Wilson
-1
/
+6
2014-03-31
green: Switch field privacy as necessary
Alex Crichton
-9
/
+10
2014-03-28
std and green: fix some warnings
Erick Tryzelaar
-2
/
+2
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-10
/
+9
2014-03-24
green: Remove the dependence on the crate map
Alex Crichton
-3
/
+5
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-61
/
+61
2014-03-12
green: Fix a scheduler assertion on yielding
Alex Crichton
-0
/
+14
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-2
/
+3
[next]