about summary refs log tree commit diff
path: root/src/libcore/unstable/lang.rs
AgeCommit message (Expand)AuthorLines
2013-05-06Remove debug_mem since @graydon said it conflicted with GC changesNiko Matsakis-21/+1
2013-05-06Use rust_try_get_task for compat with new rt, and strenghten assumptions abou...Niko Matsakis-30/+32
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-16/+25
2013-05-05disable lang debug for perfNiko Matsakis-1/+1
2013-05-04Register snapshotsBrian Anderson-47/+0
2013-05-04improve DEBUG_BORROW printoutsNiko Matsakis-44/+95
2013-05-04Reduce code bloat from managed allocationsBjörn Steinbrink-2/+0
2013-05-03core: Warning policeTim Chevalier-0/+2
2013-05-03lang: um, actually set locking bits! this code got lost.Niko Matsakis-1/+11
2013-05-03Change borrow debugging so it is disabled by -ONiko Matsakis-55/+66
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+41
2013-05-02free the borrow list propertly instead of crashingNiko Matsakis-1/+10
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-05-01lang: fix code for maintaining borrow listNiko Matsakis-10/+40
2013-05-01core: add more debugging printouts to borrowingNiko Matsakis-5/+18
2013-05-01wip---work on making rooting work properlyNiko Matsakis-11/+56
2013-05-01add an option to debug borrows (RUST_DEBUG_BORROW) so you canNiko Matsakis-7/+71
2013-05-01rustc: print out filename/line-number when a borrow failsNiko Matsakis-6/+19
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-0/+41
2013-04-30new borrow checker (mass squash)Niko Matsakis-3/+44
2013-04-30adapt to snapshotNiko Matsakis-26/+0
2013-04-29core: Turn off the local heap in newsched in stage0 to work around windows bu...Brian Anderson-0/+19
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-2/+24
2013-04-21core::rt: Add the local heap to newsched tasksBrian Anderson-2/+24
2013-04-19librustc: Implement fast-ffi and use it in various placesPatrick Walton-2/+10
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-2/+2
2013-03-30Rename confusing var, use_new_rt -> use_old_rt.Luqman Aden-4/+4
2013-03-30Correct type signature for start lang item.Luqman Aden-0/+26
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-26Check for null in return_to_mut. Fixes #4904.Niko Matsakis-2/+6
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-5/+14
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-5/+14
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-5/+9
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+2
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-0/+136