| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
r=brson
|
|
Conflicts:
src/libsyntax/ext/source_util.rs
|
|
|
|
|
|
|
|
This reverts commit a33535e441dc5461fec0489069a1491367ad1c91.
|
|
This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168.
|
|
|
|
|
|
|
|
|
|
|
|
#[legacy_exports];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New style is allow(foo), warn(foo), deny(foo) and forbid(foo),
mirrored by -A foo, -W foo, -D foo and -F foo on command line.
These replace -W no-foo, -W foo, -W err-foo, respectively.
Forbid is new, and means "deny, and you can't override it".
|
|
|
|
|
|
|
|
|
|
Paul's Early parser stuff.
|
|
This integrates the pipe compiler into the proto syntax extension.
|
|
|
|
|
|
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
|
|
Per issue #2418.
|