| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-23 | Stop trying to link intrinsics.bc | Marijn Haverbeke | -64/+0 | |
| 2012-03-23 | Revert removal of intrinsics | Marijn Haverbeke | -0/+64 | |
| Oops. We can't do this yet until the next snapshot. | ||||
| 2012-03-23 | Remove support for the old-style intrinsics | Marijn Haverbeke | -64/+0 | |
| Closes #2042 Closes #1981 | ||||
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -14/+15 | |
| 2012-03-20 | Work on fixing name mangling. | Graydon Hoare | -1/+30 | |
| 2012-03-20 | Remove object file directly rather than running "rm". Close #1778 also. | Graydon Hoare | -1/+4 | |
| 2012-03-19 | core: Move unsafe conversions to str::unsafe | Brian Anderson | -1/+1 | |
| 2012-03-14 | Convert *u8 native string users to *c_char | Brian Anderson | -16/+16 | |
| 2012-03-14 | core: Rename str::from_cstr et. al to from_buf | Brian Anderson | -1/+1 | |
| 2012-03-14 | rustc: Lift the @ from the type definition of crate_ctxt into its uses | Patrick Walton | -6/+6 | |
| This will make it easier to convert crate_ctxt into a region pointer, since there are functions that return crate contexts. There would be no way to type these functions if crate_ctxt had to be an inferred region pointer. | ||||
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -11/+9 | |
| - 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 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -0/+1 | |
| This required changing almost all users of hashmaps to import the hashmap interface first. The `size` member in the hashmap structure was renamed to `count` to work around a name conflict. | ||||
| 2012-03-07 | Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used" | Patrick Walton | -1/+0 | |
| This reverts commit f0250a23d3fa2f8b4a4a4113ca89e41945a4cfed. | ||||
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -0/+1 | |
| This required changing almost all users of hashmaps to import the hashmap interface first. The `size` member in the hashmap structure was renamed to `count` to work around a name conflict. | ||||
| 2012-03-05 | rustc: Make llvm_err non-returning | Brian Anderson | -4/+1 | |
| 2012-03-05 | rustc: Lower case error messages | Brian Anderson | -1/+1 | |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+718 | |
