summary refs log tree commit diff
path: root/src/libgreen
AgeCommit message (Expand)AuthorLines
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
2014-05-11core: Remove the cast moduleAlex Crichton-25/+26
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-122/+139
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-19/+19
2014-04-22Fixed Win64 buildVadim Chugunov-13/+2
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-13/+13
2014-04-15auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+42
2014-04-15Test fixes from the rollupAlex Crichton-2/+2
2014-04-15green: Add a helper macro for booting libgreenAlex Crichton-0/+40
2014-04-13Replace 'region' with 'lifetime' in a few transmute function namesJohn Simon-3/+3
2014-04-10std: Make std::comm return types consistentAlex Crichton-5/+4
2014-04-10green: de-~[].Huon Wilson-31/+37