| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-23 | Implement new inference algorithm. | Niko Matsakis | -4/+11 | |
| 2012-03-23 | rustc: Redo region inference to be a bit less broken | Patrick Walton | -10/+10 | |
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -5/+5 | |
| 2012-03-21 | rustc: Introduce re_params into the typechecker | Patrick Walton | -1/+3 | |
| This is the first step of the region refactoring I need to do in order to handle named regions properly. | ||||
| 2012-03-16 | Classes WIP | Tim Chevalier | -3/+8 | |
| 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-16 | Remove shared tydescs | Marijn Haverbeke | -1/+0 | |
| All tydescs are static now, there's no need to worry about marshalling them between threads anymore. | ||||
| 2012-03-15 | rustc: Create self region bindings, and forbid the self region from being ↵ | Patrick Walton | -0/+3 | |
| used in places it shouldn't be | ||||
| 2012-03-13 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -1/+1 | |
| 2012-03-13 | rustc: Get reference typedefs working | Patrick Walton | -0/+1 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -1/+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-08 | rustc: Add regions to the type system | Patrick Walton | -0/+18 | |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+303 | |
