summary refs log tree commit diff
path: root/src/libcore/pipes.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-12/+12
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-10/+9
2013-03-23replace impls with `deriving` where applicableAndrew Paseltiner-8/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-7/+7
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-6/+10
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-13/+13
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-14/+20
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-14/+14
2013-03-04De-implicit-self libcoreBen Striegel-14/+14
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-10/+8
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-2/+2
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-2/+0
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-2/+2
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-10/+7
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-344/+9
2013-02-21auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwaltonbors-2/+2
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-2/+2
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-40/+40
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-40/+40
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-17/+7
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-3/+3
2013-02-15libcore: Get rid of `move`.Luqman Aden-67/+67
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-16/+16
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-13/+13
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-2/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-5/+0
2013-02-05MergeTim Chevalier-13/+13
2013-02-04core/syntax: Staging fixesTim Chevalier-16/+2
2013-02-04core/syntax: Add transitional code for pipesTim Chevalier-9/+16
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-13/+13
2013-01-31core: Remove transitional codeTim Chevalier-321/+0
2013-01-31messing around with pipes and stagesTim Chevalier-9/+16
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-5/+289
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-2/+1
2013-01-28core: Allow legacy records in in a few modulesTim Chevalier-0/+3
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-0/+10
2013-01-24Fix another typoErick Tryzelaar-1/+1
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-0/+29
2013-01-24Convert core::pipes::{Packet,Chan_,Port_} into structsErick Tryzelaar-9/+13
2013-01-24librustc: Make C functions unsafePatrick Walton-3/+9