summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-5/+34
2013-01-24Convert core::pipes::{Packet,Chan_,Port_} into structsErick Tryzelaar-9/+13
2013-01-24Convert extfmt::rt::Conv into a structErick Tryzelaar-15/+50
2013-01-24Fix a typoErick Tryzelaar-1/+1
2013-01-24time tests are racing on tzset, so merge the tests together.Erick Tryzelaar-12/+16
2013-01-24convert most of libstd over to structsErick Tryzelaar-418/+544
2013-01-24Remove "unsafe" from run::start_programErick Tryzelaar-70/+68
2013-01-24core: convert io::Res over to the Drop traitErick Tryzelaar-3/+6
2013-01-24convert most of libcore records into structsErick Tryzelaar-86/+105
2013-01-24remove support for records from auto_encodeErick Tryzelaar-194/+91
2013-01-24rustc: One Less Bad CopyTim Chevalier-2/+4
2013-01-24unit test cases now pass, added a few to the internerJohn Clements-27/+50
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-166/+338
2013-01-24librustc: Disallow `&mut` loans from overlapping with any other loansPatrick Walton-10/+15
2013-01-24librustc: Make C functions unsafePatrick Walton-546/+652
2013-01-24Merge pull request #4616 from thestinger/priority_queueTim Chevalier-6/+3
2013-01-24testsuite: Capitalize error message, unbreak buildTim Chevalier-2/+4
2013-01-24remove is_not_empty method from PriorityQueueDaniel Micay-6/+3
2013-01-24Merge pull request #4609 from sonwow/keyword-superTim Chevalier-6/+9
2013-01-24Merge pull request #4608 from ILyoan/entry_androidTim Chevalier-1/+5
2013-01-24Merge pull request #4611 from ILyoan/i4482_moreTim Chevalier-15/+1
2013-01-24Merge pull request #4614 from thestinger/mapTim Chevalier-8/+5
2013-01-24syntax/rustc: Improve error message for misuse of `for` loopTim Chevalier-59/+104
2013-01-24document LinearMap::newDaniel Micay-0/+1
2013-01-24remove old LinearMap constructorDaniel Micay-8/+4
2013-01-24remove unnecessary codeILyoan-15/+1
2013-01-24Make `super` a keywordYoungsoo Son-6/+9
2013-01-24export entry point for androidILyoan-1/+5
2013-01-23core: fix windows breakage from 982cf90, r=burningtree.Graydon Hoare-0/+3
2013-01-23Revert "Merge pull request #4590 from crabtw/abi"Tim Chevalier-660/+605
2013-01-23Merge pull request #4594 from thestinger/mapTim Chevalier-295/+327
2013-01-23Revert back to the correct libuv revisionBrian Anderson-0/+0
2013-01-23Add a T_SIGNED type to uint template and eliminate step_down variantTim Chevalier-36/+33
2013-01-23libcore: Correct behaviour of range_step for uint, tests for range* functions.Huon Wilson-15/+124
2013-01-23libcore: Add range_step and range_rev functions.Huon Wilson-10/+53
2013-01-23fix testsDaniel Micay-2/+2
2013-01-23Merge pull request #4590 from crabtw/abiTim Chevalier-605/+660
2013-01-23test: fix benchmark unsafe blocks, r=burningtree.Graydon Hoare-51/+60
2013-01-23fix trailing whitepaceJohn Clements-2/+2
2013-01-23core: Stop using oldcommBrian Anderson-79/+64
2013-01-23Remove old comm-based weak task interfaceBrian Anderson-165/+0
2013-01-23core: Remove private::chan_from_global_ptr. #3915Brian Anderson-154/+2
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-147/+172
2013-01-23core: Convert getenv/setenv to use a mutexBrian Anderson-147/+68
2013-01-23core: Add new weak task APIBrian Anderson-8/+233
2013-01-24add ABIInfo trait and separate x86-64 ABI implementation from foreign transJyun-Yan You-605/+660
2013-01-23cleaning up, adding testsJohn Clements-6/+48
2013-01-23fix core-map.rs benchmarkDaniel Micay-33/+175
2013-01-23test: fix issue 2526 'unsafe' block-keyword, r=burningtree.Graydon Hoare-2/+4
2013-01-23rustc: fix const enums to be packed, r=burningtree.Graydon Hoare-7/+14