| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -28/+54 | |
| Fix all violations in the Rust source tree of the stronger guarantee of a unique access path for mutable borrows as described in #12624. | ||||
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -12/+27 | |
| the leading quote part of the identifier for the purposes of hygiene. This adopts @jbclements' solution to #14539. I'm not sure if this is a breaking change or not. Closes #12512. [breaking-change] | ||||
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -0/+1577 | |
