| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -22/+0 | |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1/+1 | |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -1/+0 | |
| No longer does anything. | ||||
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -4/+6 | |
| This removes all remnants of `@` pointers from rustc. Additionally, this removes the `GC` structure from the prelude as it seems odd exporting an experimental type in the prelude by default. Closes #14193 [breaking-change] | ||||
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 | |
| Closes #2569 | ||||
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+0 | |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+10 | |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 | |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 | |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -0/+10 | |
| This makes custom borrowing implementations for custom smart pointers sound. | ||||
