summary refs log tree commit diff
path: root/src/libcore/run.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-25core: Fix doc comment error, as per #4983Tim Chevalier-1/+1
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-2/+2
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-2/+2
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-7/+7
2013-03-11Remove uses of logBrian Anderson-3/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-4/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-6/+14
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-1/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15libcore: Get rid of `move`.Luqman Aden-7/+7
2013-02-14core: Clean up XXXesTim Chevalier-1/+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-5/+5
2013-02-13RIMOV core::runBen Striegel-2/+2
2013-02-11core: Fix files that needed GenericChan/Port from preludeZack Corr-1/+1
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-5/+6
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