| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-02 | parser: do not try to continue with `unsafe` on foreign fns | Georg Brandl | -1/+1 | |
| The changed line makes it look like `unsafe` is allowed, but the first statement of `parse_item_foreign_fn` is: `self.expect_keyword(keywords::Fn)?;` So we get the strange "expected one of `fn`, `pub`, `static`, or `unsafe`, found `unsafe`". Fixes: #27361 | ||||
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -0/+2 | |
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -0/+14 | |
