about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-12-18Delete rest of rustrtAaron Turon-132/+0
2014-12-18Revise std::thread API to join by defaultAaron Turon-559/+0
2014-12-18libs: merge librustrt into libstdAaron Turon-4921/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-8/+8
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-3/+1
2014-12-17rollup merge of #19729: vhbit/ios-oibit-fixAlex Crichton-1/+2
2014-12-17auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichtonbors-1/+1
2014-12-16Fixed iOS build after oibitValerii Hiora-1/+2
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-2/+2
2014-12-15Move hash module from collections to coreSteven Fackler-1/+1
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-4/+2
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-3/+1
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-2/+2
2014-12-15rollup merge of #19787: akiss77/fix-i8-c_charBrian Anderson-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-4/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-9/+9
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-37/+110
2014-12-13librustrt: use unboxed closuresJorge Aparicio-17/+42
2014-12-13librustrt: fix falloutJorge Aparicio-1/+1
2014-12-13librustrt: fix falloutJorge Aparicio-3/+5
2014-12-12libc::c_char is not necessarily i8Akos Kiss-1/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-08Add some missing Copy implementationsPatrick Walton-0/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+18
2014-11-28librustrt: stack_overflow support mipsel linuxLiigo Zhuang-0/+1
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-62/+58
2014-11-26/*! -> //!Steve Klabnik-62/+58
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-1/+5
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-758/+3
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+5
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-8/+2
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-8/+2
2014-11-20Fallout from new termination semanticsAaron Turon-17/+12
2014-11-20Make most of std::rt privateAaron Turon-6/+12
2014-11-20Fallout from libgreen and libnative removalAaron Turon-9/+1
2014-11-20Remove Runtime traitAaron Turon-257/+170
2014-11-18librustrt: check for mips+linux config in stack_overflowjxv-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+12
2014-11-17Fix fallout from coercion removalNick Cameron-4/+4
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-6/+6
2014-11-12Register new snapshotsAlex Crichton-7/+0
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-6/+6
2014-11-08Runtime removal: fully remove rtioAaron Turon-138/+1
2014-11-08Runtime removal: refactor processAaron Turon-66/+0
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-127/+0