| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
name's length.
|
|
[breaking-change]
|
|
|
|
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
|
|
|
|
|
|
|
|
|
|
|
|
#[legacy_exports];
|
|
|
|
|
|
|
|
#debug.
|
|
To make sure different test set-ups (check-fast) don't cause the
tests to fail.
|
|
|
|
|
|
|
|
Converting rustc will still take a snapshot
|
|
|
|
|
|
|
|
Module names no longer clash with type and value names. The
tokenizer/parser still needs to be taught to be more careful in
identifying keywords, so that we can use 'str' and 'vec' and so as
module names.
|
|
This should be a snapshot transition.
|
|
|