| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-07-30 | Rollup merge of #35094 - mcarton:multispan, r=jonathandturner | Manish Goregaokar | -4/+15 | |
| Revert "Remove unused methods from MultiSpan" This reverts commit f7019a4e2f80577d38ec35fcebd64d5970b15f78. That commit removed the only way to make a suggestion with more than one substitute. That feature is not used directly by rustc but exists and is used by Clippy. Bring it back until we come up with a better solution (suggestions don't use span labels, so it would make sense for them to use their own type). Rational there: https://github.com/Manishearth/rust-clippy/pull/1119. r? @jonathandturner Cc @Manishearth | ||||
| 2016-07-28 | Revert "Remove unused methods from MultiSpan" | mcarton | -4/+15 | |
| This reverts commit f7019a4e2f80577d38ec35fcebd64d5970b15f78. This removed the only way to make a suggestion with more than one substitute. Bring it back until we come up with a better solution. | ||||
| 2016-07-25 | Adressed PR comments. | cgswords | -0/+4 | |
| 2016-07-21 | Remove unused methods from MultiSpan | Jonathan Turner | -15/+4 | |
| 2016-07-14 | Implement latest rfc style using simpler rendering | Jonathan Turner | -1/+1 | |
| 2016-06-23 | Address comments and fix travis warning | Jonathan Turner | -1/+0 | |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -0/+680 | |
