| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-09 | rustc: Switch to the new resolution pass | Patrick Walton | -0/+2 | |
| 2012-07-06 | Revert "rustc: Switch to the new resolution pass" | Niko Matsakis | -2/+0 | |
| This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports. | ||||
| 2012-07-06 | rustc: Switch to the new resolution pass | Patrick Walton | -0/+2 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -7/+7 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -11/+12 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -10/+12 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -38/+38 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -30/+31 | |
| 2012-04-23 | Rename option::get_or_default to get_default, for consistency | Tim Chevalier | -1/+1 | |
| 2012-04-06 | Re-rename option functions | Tim Chevalier | -2/+2 | |
| get_with_default (nee from_maybe) => get_default with_option (nee maybe) => map_default with_option_do (nee may) => iter As per discussion of 21be1379d561b6679a8a2ea47dce88f948c5acca | ||||
| 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-04-02 | Rename some core::option functions | Tim Chevalier | -3/+5 | |
| from_maybe => get_with_default maybe => with_option may => with_option_do I know these names are kind of ridiculous, but it's the best I could think of. Feel free to bikeshed. Closes #2081 | ||||
| 2012-03-20 | Revert order of arguments to option::maybe and from_maybe | Marijn Haverbeke | -3/+3 | |
| Closes #2019 | ||||
| 2012-03-16 | core: Store reexporting result and either. Closes #1997 | Brian Anderson | -0/+1 | |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -7/+7 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -2/+2 | |
| - 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-07 | rustdoc: Look for pandoc in ~/.cabal | Brian Anderson | -2/+6 | |
| 2012-03-06 | rustdoc: Detect when pandoc isn't available | Brian Anderson | -24/+104 | |
| 2012-02-29 | rustdoc: Use unique types for writing markdown output | Brian Anderson | -2/+2 | |
| No shared types allowed. | ||||
| 2012-02-29 | rustdoc: Refactor markdown_pass | Brian Anderson | -0/+1 | |
| 2012-02-28 | rustdoc: Add -h flag | Brian Anderson | -4/+19 | |
| 2012-02-26 | rustdoc: Add command line option parsing and a config record | Brian Anderson | -0/+257 | |
