about summary refs log tree commit diff
path: root/src/libgreen
AgeCommit message (Expand)AuthorLines
2014-07-11std: Move MemoryMap fields to methodsAlex Crichton-11/+13
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-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-21/+21
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-20/+20
2014-06-28Rename all raw pointers as necessaryAlex Crichton-20/+20
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-3/+3
2014-06-26rustrt: Reorganize task usageAlex Crichton-3/+3
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+3
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+3
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-18fix signatures of mmap-related functions from libcDaniel Micay-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-22/+22
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-3/+2
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-3/+3
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-3/+3
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-3/+3
2014-06-08Mark relevant structs with repr(C)Jakub Wieczorek-0/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-64/+55
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30Rename OSRng to OsRngPiotr Jawniak-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-5/+5
2014-05-28auto merge of #14455 : crabtw/rust/mips, r=alexcrichtonbors-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-2/+2
2014-05-28fix MIPS targetJyun-Yan You-1/+1
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-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-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-21std,green: Mark some queue types as NoShareAlex Crichton-2/+6
2014-05-20green: Remove some unsafe code in BasicLoopAlex Crichton-36/+20
2014-05-19green: Remove usage of UnsafeArcAlex Crichton-17/+18
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-3/+1
2014-05-15Test fixes from rollupAlex Crichton-1/+0
2014-05-15std: Remove run_in_bare_threadBrian Anderson-3/+3
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1