| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-23 | Remove last vestiges of old-style intrinsics | Marijn Haverbeke | -6/+0 | |
| Closes #2048 | ||||
| 2012-03-23 | Revert removal of intrinsics | Marijn Haverbeke | -0/+6 | |
| Oops. We can't do this yet until the next snapshot. | ||||
| 2012-03-23 | Remove support for the old-style intrinsics | Marijn Haverbeke | -6/+0 | |
| Closes #2042 Closes #1981 | ||||
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -1/+1 | |
| 2012-03-19 | Send string concatenation to specialized upcall, shave 17s off librustc ↵ | Graydon Hoare | -0/+4 | |
| compile time. | ||||
| 2012-03-16 | Remove shared tydescs | Marijn Haverbeke | -7/+0 | |
| All tydescs are static now, there's no need to worry about marshalling them between threads anymore. | ||||
| 2012-03-16 | Get rid of rust_crate_cache in the runtime | Marijn Haverbeke | -7/+0 | |
| We are no longer generating dynamic tydescs or dicts. Issue #1982 | ||||
| 2012-03-15 | Remove dynastack code from compiler | Marijn Haverbeke | -10/+0 | |
| 2012-03-15 | Rename dict to vtable throughout the compiler | Marijn Haverbeke | -4/+1 | |
| The difference went away. | ||||
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+130 | |
