| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-29 | rustc: Move filesearch into metadata mod | Brian Anderson | -176/+0 | |
| It's not that related to metadata, but metadata needs it and it will probably be useful for doing dynamic loading. | ||||
| 2012-04-08 | Remove a FIXME note about closed issue #1001 | Haitao Li | -1/+0 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -4/+7 | |
| 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-01 | Fixing issue 1919. list_dir is the more general version that returns a ↵ | Jonathan Sternberg | -1/+1 | |
| vector with the contents of the directory. list_dir_path contains the old behavior (as a convenience function). | ||||
| 2012-03-26 | Disallow ret inside of block functions | Marijn Haverbeke | -12/+11 | |
| Also adds proper checking for cont/break being inside a loop. Closes #1854 Issue #1619 | ||||
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -3/+3 | |
| 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 | -5/+5 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -46/+46 | |
| - 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-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+174 | |
