| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -2/+2 | |
| 2012-06-28 | Fix sys::refcount and remove dbg::refcount | Ben Blum | -4/+1 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -1/+1 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-02-20 | core: New task API | Brian Anderson | -1/+1 | |
| 2012-02-03 | Remove experimental GC code | Marijn Haverbeke | -3/+0 | |
| It's been sitting unused long enough to have bitrotted completely. | ||||
| 2012-02-02 | rt: Remove task pinning. Does nothing | Brian Anderson | -6/+0 | |
| 2012-01-29 | rt: Remove set_min_stack | Brian Anderson | -2/+0 | |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -2/+2 | |
| 2012-01-06 | port over the tests to use the new API | Niko Matsakis | -4/+3 | |
| 2011-12-18 | test: Enable all morestack tests | Brian Anderson | -3/+0 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 | |
| 2011-12-05 | test: Test hitting the dynamic linker in the red zone | Brian Anderson | -0/+81 | |
