| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-19 | wording fixes in error messages | Jonathan Turner | -3/+3 | |
| 2016-08-07 | Rollup merge of #35355 - shri3k:E0046, r=jonathandturner | Jonathan Turner | -0/+3 | |
| Updates compiler error E0046 with new format Addresses #35209 as part of #35233. r? @jonathandturner I've repeated the following in my code. If this is something not desirable then let me know if there's any process to make this any cleaner. Thank you. ```rust missing_items.iter() .map(|name| name.to_string()) .collect::<Vec<_>>().join("`, `")) ``` | ||||
| 2016-08-07 | Updates compiler error E0046 with new format | Yojan Shrestha | -0/+3 | |
| 2016-08-05 | Update error message for E0323, E0324 and E0325 | Vincent Prouillet | -1/+6 | |
| 2015-04-23 | Feature-gate associated constants. | Sean Patrick Santos | -0/+2 | |
| 2015-04-23 | Add previously omitted associated const tests. | Sean Patrick Santos | -0/+43 | |
