about summary refs log tree commit diff
path: root/src/libgreen/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-01Remove all use of librustuvAaron Turon-61/+0
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+2
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10Document event_loop_factory usageRobert Clipsham-1/+10
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-5/+5
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-4/+4
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-4/+4
2014-06-28Rename all raw pointers as necessaryAlex Crichton-4/+4
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26rustrt: Reorganize task usageAlex Crichton-1/+1
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Revamp TaskBuilder APIAaron Turon-11/+67
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-4/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-3/+3
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+3
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+0
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20green: Remove some unsafe code in BasicLoopAlex Crichton-2/+0
2014-05-19green: Remove usage of UnsafeArcAlex Crichton-6/+7
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-7/+7
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-4/+4
2014-04-15green: Add a helper macro for booting libgreenAlex Crichton-0/+40
2014-04-10green: de-~[].Huon Wilson-13/+19
2014-04-04Fix fallout from std::libc separationCorey Richardson-0/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31green: Switch field privacy as necessaryAlex Crichton-13/+13
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+5
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-36/+33
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-1/+1
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+2