| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduces a temporary 'path2' attribute that will replace 'path' after
a snapshot
|
|
This reverts commit f675b97ddc3d85498473bb4da7f95b8942ebbd81, reversing
changes made to e7dd3af970b44c09a429d02d60fd44b9f8ec45bd.
|
|
Add deprecated attribute.
|
|
and rename "class" to "struct" everywhere possible (except local
vars, I was too lazy for that) -- that is why this commit is so
big.
No review, just dead code removal and renaming.
Closes #3515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|