| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-08-04 | Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth | Manish Goregaokar | -2/+2 | |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -5/+3 | |
| 2015-08-03 | Improve E0423 error message | Guillaume Gomez | -2/+2 | |
| 2015-07-31 | Replace "impls" by "implementations" | Guillaume Gomez | -7/+8 | |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -1/+1 | |
| r? @steveklabnik | ||||
| 2015-07-29 | Auto merge of #27349 - arielb1:constant-at, r=alexcrichton | bors | -9/+8 | |
| Fixes #27033 Fixes #27077 r? @alexcrichton | ||||
| 2015-07-28 | prohibit the lhs of an @-pattern being a constant | Ariel Ben-Yehuda | -9/+8 | |
| as this breaks code that worked under some conditions, this is a [breaking-change] Fixes #27033 Fixes #27077 | ||||
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -57/+40 | |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -1/+1 | |
| 2015-07-27 | Auto merge of #27230 - GuillaumeGomez:patch-1, r=brson | bors | -9/+156 | |
| Part of #24407. cc @Manishearth | ||||
| 2015-07-24 | Fix typo | Guillaume Gomez | -9/+16 | |
| 2015-07-24 | Add E0425 error explanation | Guillaume Gomez | -1/+23 | |
| 2015-07-24 | Add E0426 error explanation | Guillaume Gomez | -1/+19 | |
| 2015-07-24 | Add E0432 error explanation | Guillaume Gomez | -2/+24 | |
| 2015-07-24 | Add E0431 error explanation | Guillaume Gomez | -3/+13 | |
| 2015-07-24 | Add E0430 error explanation | Guillaume Gomez | -1/+12 | |
| 2015-07-24 | Improve error explanation | Guillaume Gomez | -4/+4 | |
| 2015-07-23 | Fix typo and improve explanation | Guillaume Gomez | -18/+8 | |
| 2015-07-23 | Add E0424 error explanation | Guillaume Gomez | -1/+43 | |
| 2015-07-23 | Add E0417 error explanation | Guillaume Gomez | -2/+27 | |
| 2015-07-22 | add diagnostics for E0437 and E0438 | Andrew Paseltiner | -2/+51 | |
| 2015-07-22 | Rollup merge of #27156 - AlisdairO:diagnostics253, r=Manishearth | Steve Klabnik | -2/+1 | |
| This is a resubmission of my previous git failure - apologies. Just fixing up a wording error that was discovered in E0253 after the r. r? @Manishearth | ||||
| 2015-07-21 | Add E0433 error explanation | Guillaume Gomez | -13/+41 | |
| 2015-07-21 | Add E0428 error explanation | Guillaume Gomez | -1/+18 | |
| 2015-07-21 | Add E0407 error explanation | Guillaume Gomez | -4/+37 | |
| 2015-07-21 | Add E0404 error explanation | Guillaume Gomez | -1/+26 | |
| 2015-07-21 | Add E0405 error explanation | Guillaume Gomez | -3/+33 | |
| 2015-07-21 | Add E0403 error explanation | Guillaume Gomez | -1/+15 | |
| 2015-07-20 | Fix wording nit for E0253 | Alisdair Owens | -2/+1 | |
| 2015-07-20 | Auto merge of #27120 - apasel422:associated-item-error, r=arielb1 | bors | -9/+30 | |
| Previously, these would both be labeled as methods. | ||||
| 2015-07-19 | add separate errors for out-of-place associated consts and types | Andrew Paseltiner | -9/+30 | |
| Previously, these would both be labeled as methods. | ||||
| 2015-07-19 | replace word function with method | Alisdair Owens | -1/+1 | |
| 2015-07-18 | oops, forgot to fix method name | Alisdair Owens | -2/+2 | |
| 2015-07-18 | fix up crate/trait discrepancy, clarify language | Alisdair Owens | -4/+4 | |
| 2015-07-18 | Add diagnostics for E0253 | Alisdair Owens | -1/+17 | |
| 2015-07-18 | nit | Manish Goregaokar | -1/+1 | |
| 2015-07-17 | Write diagnostics for E0364 and E0365 | Alisdair Owens | -4/+69 | |
| 2015-07-16 | Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb | Manish Goregaokar | -216/+539 | |
| r? @eddyb First part of the improvement. I then intend to improve resolve_error as indicated by @eddyb. Do not merge for now (please !). | ||||
| 2015-07-14 | Remove macro, import function and enum | Guillaume Gomez | -158/+155 | |
| 2015-07-14 | Arguments are now passed directly to the function instead of the enum variants | Guillaume Gomez | -196/+197 | |
| 2015-07-14 | End of error code spanning centralization | Guillaume Gomez | -189/+430 | |
| 2015-07-13 | Centralize error spaning and add an enum to make this treatment easier | Guillaume Gomez | -59/+80 | |
| 2015-07-13 | Remove warnings by centralizing error codes usage | Guillaume Gomez | -42/+63 | |
| 2015-07-13 | Update error codes | Guillaume Gomez | -15/+15 | |
| 2015-07-13 | Remove unused method | Guillaume Gomez | -21/+11 | |
| 2015-07-13 | Add error codes | Guillaume Gomez | -216/+113 | |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -5/+5 | |
| 2015-07-11 | We just have to replace error codes but code is good now | Guillaume Gomez | -77/+222 | |
| 2015-07-10 | Remove token::get_name when unneeded | Guillaume Gomez | -50/+60 | |
| 2015-07-08 | Remove a FIXME | Seo Sanghyeon | -5/+0 | |
