about summary refs log tree commit diff
path: root/src/libcore/private/global.rs
AgeCommit message (Expand)AuthorLines
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-294/+0
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-6/+6
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-6/+6
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-5/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-3/+3
2013-01-31core: Stamp out XXXes (comments only)Tim Chevalier-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+4
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-1/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-0/+296
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-0/+15
2013-01-17core: Add private global data interface. #3915Brian Anderson-0/+257