| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-27 | Enforce mutability declarations in classes; correct shapes for classes | Tim Chevalier | -0/+1 | |
| 1. Enforce mutability declarations on class fields. Don't allow any mutation of class fields not declared as mutable (except inside the constructor). 2. Handle classes correctly in shape (treat classes like records). | ||||
| 2012-03-23 | Keep an explicit map of things that have to be spilled | Marijn Haverbeke | -0/+1 | |
| This prevents us from spilling locals more than once. Closes #2040 | ||||
| 2012-03-23 | Remove last vestiges of old-style intrinsics | Marijn Haverbeke | -1/+0 | |
| Closes #2048 | ||||
| 2012-03-23 | Revert removal of intrinsics | Marijn Haverbeke | -0/+1 | |
| Oops. We can't do this yet until the next snapshot. | ||||
| 2012-03-23 | Remove support for the old-style intrinsics | Marijn Haverbeke | -1/+0 | |
| Closes #2042 Closes #1981 | ||||
| 2012-03-22 | Make cross-crate calls to class methods work | Tim Chevalier | -1/+1 | |
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -1/+1 | |
| 2012-03-16 | Classes WIP | Tim Chevalier | -0/+1 | |
| Cross-crate metadata for classes works well enough that programs with classes in other crates compile successfully, but output wrong results. Checking in work so far to avoid merge hassles. (Tests are xfailed.) | ||||
| 2012-03-15 | Properly recognize external intrinsics | Marijn Haverbeke | -0/+1 | |
| 2012-03-15 | Make sure enum and resource constructors are inlined properly | Marijn Haverbeke | -1/+3 | |
| 2012-03-15 | Rename dict to vtable throughout the compiler | Marijn Haverbeke | -1/+1 | |
| The difference went away. | ||||
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+112 | |
