summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2015-08-04Rollup merge of #27491 - GuillaumeGomez:patch-4, r=ManishearthManish Goregaokar-2/+2
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-5/+3
2015-08-03Improve E0423 error messageGuillaume Gomez-2/+2
2015-07-31Replace "impls" by "implementations"Guillaume Gomez-7/+8
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-1/+1
2015-07-29Auto merge of #27349 - arielb1:constant-at, r=alexcrichtonbors-9/+8
2015-07-28prohibit the lhs of an @-pattern being a constantAriel Ben-Yehuda-9/+8
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-57/+40
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-1/+1
2015-07-27Auto merge of #27230 - GuillaumeGomez:patch-1, r=brsonbors-9/+156
2015-07-24Fix typoGuillaume Gomez-9/+16
2015-07-24Add E0425 error explanationGuillaume Gomez-1/+23
2015-07-24Add E0426 error explanationGuillaume Gomez-1/+19
2015-07-24Add E0432 error explanationGuillaume Gomez-2/+24
2015-07-24Add E0431 error explanationGuillaume Gomez-3/+13
2015-07-24Add E0430 error explanationGuillaume Gomez-1/+12
2015-07-24Improve error explanationGuillaume Gomez-4/+4
2015-07-23Fix typo and improve explanationGuillaume Gomez-18/+8
2015-07-23Add E0424 error explanationGuillaume Gomez-1/+43
2015-07-23Add E0417 error explanationGuillaume Gomez-2/+27
2015-07-22add diagnostics for E0437 and E0438Andrew Paseltiner-2/+51
2015-07-22Rollup merge of #27156 - AlisdairO:diagnostics253, r=ManishearthSteve Klabnik-2/+1
2015-07-21Add E0433 error explanationGuillaume Gomez-13/+41
2015-07-21Add E0428 error explanationGuillaume Gomez-1/+18
2015-07-21Add E0407 error explanationGuillaume Gomez-4/+37
2015-07-21Add E0404 error explanationGuillaume Gomez-1/+26
2015-07-21Add E0405 error explanationGuillaume Gomez-3/+33
2015-07-21Add E0403 error explanationGuillaume Gomez-1/+15
2015-07-20Fix wording nit for E0253Alisdair Owens-2/+1
2015-07-20Auto merge of #27120 - apasel422:associated-item-error, r=arielb1bors-9/+30
2015-07-19add separate errors for out-of-place associated consts and typesAndrew Paseltiner-9/+30
2015-07-19replace word function with methodAlisdair Owens-1/+1
2015-07-18oops, forgot to fix method nameAlisdair Owens-2/+2
2015-07-18fix up crate/trait discrepancy, clarify languageAlisdair Owens-4/+4
2015-07-18Add diagnostics for E0253Alisdair Owens-1/+17
2015-07-18nitManish Goregaokar-1/+1
2015-07-17Write diagnostics for E0364 and E0365Alisdair Owens-4/+69
2015-07-16Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddybManish Goregaokar-216/+539
2015-07-14Remove macro, import function and enumGuillaume Gomez-158/+155
2015-07-14Arguments are now passed directly to the function instead of the enum variantsGuillaume Gomez-196/+197
2015-07-14End of error code spanning centralizationGuillaume Gomez-189/+430
2015-07-13Centralize error spaning and add an enum to make this treatment easierGuillaume Gomez-59/+80
2015-07-13Remove warnings by centralizing error codes usageGuillaume Gomez-42/+63
2015-07-13Update error codesGuillaume Gomez-15/+15
2015-07-13Remove unused methodGuillaume Gomez-21/+11
2015-07-13Add error codesGuillaume Gomez-216/+113
2015-07-12Implement RFC 1058Simonas Kazlauskas-5/+5
2015-07-11We just have to replace error codes but code is good nowGuillaume Gomez-77/+222
2015-07-10Remove token::get_name when unneededGuillaume Gomez-50/+60
2015-07-08Remove a FIXMESeo Sanghyeon-5/+0