| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -4/+4 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -8/+8 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -8/+8 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -4/+4 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -3/+3 | |
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -1/+1 | |
| 2012-03-26 | Disallow ret inside of block functions | Marijn Haverbeke | -2/+3 | |
| Also adds proper checking for cont/break being inside a loop. Closes #1854 Issue #1619 | ||||
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -4/+4 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -12/+5 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-10 | wibble | Tim Chevalier | -3/+2 | |
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -1/+1 | |
| Add a loop {} construct for infinite loops, and use it in test cases. See #1906 for details. | ||||
| 2012-03-06 | rustdoc: Write links correctly for multi-page docs | Brian Anderson | -8/+16 | |
| 2012-03-06 | rustdoc: Run pandoc in a way that won't deadlock waiting for IO | Brian Anderson | -6/+13 | |
| 2012-03-06 | rustdoc: Add some more error reporting for pandoc | Brian Anderson | -2/+25 | |
| 2012-03-04 | rustdoc: Build appropriate filenames for pages | Brian Anderson | -23/+75 | |
| 2012-03-03 | rustdoc: Convert markdown writer to a writer_factory | Brian Anderson | -11/+65 | |
| 2012-03-03 | rustdoc: Remove some bogus error handling around process spawning | Brian Anderson | -8/+2 | |
| 2012-03-01 | rustdoc: Stop having pandoc write the TOC | Brian Anderson | -1/+0 | |
| We will generate them ourselves | ||||
| 2012-03-01 | rustdoc: Teach rustdoc to run pandoc | Brian Anderson | -6/+74 | |
| 2012-02-29 | rustdoc: Extract markdown_writer from markdown_pass | Brian Anderson | -0/+96 | |
