summary refs log tree commit diff
path: root/src/test/run-pass/morestack6.rs
AgeCommit message (Expand)AuthorLines
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-28Fix sys::refcount and remove dbg::refcountBen Blum-4/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-02-20core: New task APIBrian Anderson-1/+1
2012-02-03Remove experimental GC codeMarijn Haverbeke-3/+0
2012-02-02rt: Remove task pinning. Does nothingBrian Anderson-6/+0
2012-01-29rt: Remove set_min_stackBrian Anderson-2/+0
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-2/+2
2012-01-06port over the tests to use the new APINiko Matsakis-4/+3
2011-12-18test: Enable all morestack testsBrian Anderson-3/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-12-05test: Test hitting the dynamic linker in the red zoneBrian Anderson-0/+81