| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -23/+0 | |
| They are still present as part of the borrow check. | ||||
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 | |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -1/+1 | |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -1/+1 | |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -2/+2 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -1/+1 | |
| Currently, the new version is ptr::p2::addr_of and the old one is ptr::addr_of. This is kind of cheesy, but I need a snapshot before I can ditch the old version, since the pipe compiler generates calls to addr_of. core is converted over to use the new version, std is not. | ||||
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-06-30 | change the test suite `//! kind` syntax to `//~ kind` in order to avoid a | Gareth Daniel Smith | -1/+1 | |
| conflict with the new single-line-sugared-inner-doc-comment (`//! ...`). | ||||
| 2012-05-24 | change region scope of call arguments, old one was unsound | Niko Matsakis | -1/+1 | |
| improve error message to describe kind of deref'd ptr using sigil | ||||
| 2012-05-10 | replace mutbl pass with borrowck | Niko Matsakis | -4/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 | |
| 2011-11-16 | Replace 'mutable?' with 'const' | Brian Anderson | -1/+1 | |
| 2011-11-02 | Make ptr::addr_of return an immutable vec, add mut_addr_of | Marijn Haverbeke | -1/+1 | |
| 2011-10-17 | Don't allow assignment to mutable-wha? | Brian Anderson | -0/+16 | |
