summary refs log tree commit diff
path: root/src/test/run-pass/cci_nested_exe.rs
AgeCommit message (Collapse)AuthorLines
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+0
- 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-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-0/+21
The fix is to drop nested items from the encoded AST. Nested items may themselves be inlined, but that is an independent question.