| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -18/+0 | |
| 2014-01-03 | Remove std::either | Alex Crichton | -1/+2 | |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 | |
| 2013-05-03 | rustc: Handle struct patterns where the expected type is an enum | Tim Chevalier | -0/+17 | |
| Previously, rustc would ICE if you matched on an enum-typed thing with a structure pattern. Error out correctly. | ||||
