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
/
libgreen
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-9
/
+9
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-4
/
+5
2014-03-24
green: Remove the dependence on the crate map
Alex Crichton
-36
/
+33
2014-03-23
Register new snapshots
Flavio Percoco
-1
/
+0
2014-03-21
rustc: Switch defaults from libgreen to libnative
Alex Crichton
-1
/
+1
2014-03-20
syntax: Tidy up parsing the new attribute syntax
Alex Crichton
-0
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+2
2014-03-13
auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger
bors
-0
/
+1
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-9
/
+9
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-0
/
+2
2014-03-06
fix typos with with repeated words, just like this sentence.
Kang Seonghoon
-1
/
+1
2014-03-04
doc: use the newer favicon
Adrien Tétar
-1
/
+1
2014-03-01
Publicise types/add #[allow(visible_private_types)] to a variety of places.
Huon Wilson
-0
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-2
/
+2
2014-02-11
Shuffle around ownership in concurrent queues
Alex Crichton
-0
/
+1
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-3
/
+3
2014-02-07
Delete send_str, rewrite clients on top of MaybeOwned<'static>
Kevin Ballard
-1
/
+1
2014-02-06
Add some doc examples to lib{green,native}
Alex Crichton
-3
/
+149
2014-01-29
Removing do keyword from libgreen
Scott Lawrence
-4
/
+4
2014-01-20
Register new snapshots
Alex Crichton
-2
/
+1
2014-01-12
Bump version to 0.10-pre
Brian Anderson
-0
/
+1
2014-01-07
doc: Add libgreen and libnative to the index
Brian Anderson
-0
/
+3
2014-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2014-01-02
Bump version to 0.9
Brian Anderson
-1
/
+1
2014-01-01
Move task count bookeeping out of libstd
Alex Crichton
-15
/
+77
2013-12-26
Remove green scheduler bootstrap tasks
Alex Crichton
-12
/
+2
2013-12-26
Register new snapshots
Alex Crichton
-1
/
+0
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-16
/
+13
2013-12-24
green: Properly wait for main before shutdown
Alex Crichton
-15
/
+34
2013-12-24
Test fixes and rebase problems
Alex Crichton
-7
/
+15
2013-12-24
green: Fixing all tests from previous refactorings
Alex Crichton
-2
/
+0
2013-12-24
green: Allow specifying an IoFactory for pools
Alex Crichton
-6
/
+16
2013-12-24
rustuv: Write homing tests with SchedPool
Alex Crichton
-26
/
+27
2013-12-24
Finalize the green::Pool type
Alex Crichton
-171
/
+105
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-0
/
+2
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-0
/
+351