about summary refs log tree commit diff
path: root/src/rustc/util/filesearch.rs
AgeCommit message (Collapse)AuthorLines
2012-05-29rustc: Move filesearch into metadata modBrian 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-08Remove a FIXME note about closed issue #1001Haitao Li-1/+0
2012-04-06Convert old-style for loops to new-styleMarijn 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-01Fixing 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-26Disallow ret inside of block functionsMarijn Haverbeke-12/+11
Also adds proper checking for cont/break being inside a loop. Closes #1854 Issue #1619
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-3/+3
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+1
2012-03-13Name types after their modules instead of 't'Brian Anderson-5/+5
2012-03-12Libc/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-02Move src/comp to src/rustcGraydon Hoare-0/+174