| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit ea6819637382e7f8979766b954dd2a1922d0dee0.
|
|
|
|
|
|
infrastructure. rs=helps-unbreak-the-build
|
|
|
|
|
|
rs=refactoring
|
|
|
|
|
|
|
|
If an enum type's only variant is private, disallow dereferencing
values of its type.
Due to #4082, this only applies to enums that are in the same crate.
r=pcwalton
Closes #818
|
|
|
|
|
|
calls. rs=refactoring
|
|
|
|
Closes #3201.
|
|
|
|
|
|
|
|
allow item macros to look like statement/expr macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useful function argument patterns. Add a test for the latter. r=brson
|