about summary refs log tree commit diff
path: root/src/libgreen
AgeCommit message (Expand)AuthorLines
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
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-3/+4
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-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+6
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+6
2014-03-31green: Switch field privacy as necessaryAlex Crichton-40/+41
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-28std and green: fix some warningsErick Tryzelaar-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-31/+32
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-32/+41
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-42/+41
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-2/+2
2014-03-23Snapshot cleanupAlex Crichton-10/+0
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-3/+3
2014-03-14green: Don't return the red zone in stack_bounds()Alex Crichton-3/+6
2014-03-14auto merge of #12878 : crabtw/rust/mips, r=alexcrichtonbors-0/+2
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14fix MIPS targetJyun-Yan You-0/+2