about summary refs log tree commit diff
path: root/src/libcore/run.rs
AgeCommit message (Expand)AuthorLines
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-23/+29
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-5/+5
2013-01-28core: Allow legacy records in in a few modulesTim Chevalier-0/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-6/+7
2013-01-24Remove "unsafe" from run::start_programErick Tryzelaar-70/+68
2013-01-24convert most of libcore records into structsErick Tryzelaar-11/+16
2013-01-23core: Stop using oldcommBrian Anderson-6/+7
2013-01-13Support ARM and Androidkyeongwoon-0/+2
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-127/+146
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-2/+6
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-6/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-2/+6
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+11
2012-12-14Rename core::comm to core::oldcommBrian Anderson-5/+5
2012-12-14Fix broken testsBrian Anderson-1/+1
2012-12-07libcore: Fix Windows-only pattern in run.rs. rs=bustagePatrick Walton-2/+2
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-18libcore: Make run::program_output UTF-8 safeTycho Sci-12/+16
2012-10-12Make moves explicit in core testsTim Chevalier-3/+3
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-3/+3
2012-09-28core: Demode patternsBrian Anderson-8/+9
2012-09-28Demode extfmtTim Chevalier-1/+1
2012-09-27Finish de-exporting path, rand, run, sys. Part of #3583.Graydon Hoare-1/+0
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-6/+6
2012-09-26libcore: De-export dvec, rand, run, and sysPatrick Walton-18/+9
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+3
2012-09-19libcore: unsafe mod renamed to castErick Tryzelaar-3/+3
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-6/+6
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-6/+6
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-3/+3
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-5/+5
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-04core: Remove struct ctorsBrian Anderson-1/+6
2012-09-04libcore: "import" -> "use"Patrick Walton-3/+3
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-4/+4
2012-09-01Demode reinterpret_castBrian Anderson-3/+3
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27Convert over some residual uses of #oldmacros.Graydon Hoare-2/+2
2012-08-26Camel case the option typeBrian Anderson-15/+15
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-0/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-17Remove the class keywordBrian Anderson-1/+1