| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -68/+0 | |
| They are still present as part of the borrow check. | ||||
| 2013-05-08 | test: Fix tests. | Patrick Walton | -2/+2 | |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -3/+11 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -18/+18 | |
| 2012-08-07 | move borrowck tests to use ref, fix a few exposed shortcomings | Niko Matsakis | -5/+5 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -6/+6 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -12/+12 | |
| 2012-06-30 | change the test suite `//! kind` syntax to `//~ kind` in order to avoid a | Gareth Daniel Smith | -2/+2 | |
| conflict with the new single-line-sugared-inner-doc-comment (`//! ...`). | ||||
| 2012-06-08 | remove alias analysis and replace with borrowck | Niko Matsakis | -3/+0 | |
| This reverts commit 7ef825bb607c4e934c92bd0b73ecbc4c24f3286b. | ||||
| 2012-06-07 | Revert "remove alias analysis and replace with borrowck" | Brian Anderson | -0/+3 | |
| 18s perf regression compiling rustc with opts This reverts commit 7f6ee0ce0df8af4c21b065cb49b95079ae643f77. | ||||
| 2012-06-07 | remove alias analysis and replace with borrowck | Niko Matsakis | -3/+0 | |
| cc #2540 | ||||
| 2012-05-30 | integrate purity into type | Niko Matsakis | -1/+1 | |
| 2012-05-23 | shuffle error messages in borrowck, and prevent it from spewing too many | Niko Matsakis | -2/+2 | |
| also, fix a few minor issues it complains about | ||||
| 2012-05-23 | modify borrowck to allow arbitrary borrows in pure scopes | Niko Matsakis | -9/+16 | |
| 2012-05-16 | add xfail-fast directives for borrowck tests | Niko Matsakis | -0/+1 | |
| 2012-05-09 | implement new borrow ck (disabled by default) | Niko Matsakis | -0/+45 | |
