about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
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
2015-06-19rustc_resolve: don't require redundant arguments to resolve_crate.Eduard Burtescu-3/+1
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-2/+2
2015-06-18Auto merge of #26385 - nham:fix_25396, r=alexcrichtonbors-1/+13
2015-06-17Fix the E0252 error message to use better names for things.Nick Hamann-1/+14
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+1
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-1/+1
2015-06-16Fix error message for E0256 in certain cases.Nick Hamann-4/+9
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-15/+15
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+1
2015-06-07Make the maximum edit distance of typo suggestions a function of the typo'd n...Nick Fitzgerald-8/+8
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-3/+0
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-2/+2
2015-05-16Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrcbors-2/+12
2015-05-16fix typo for copyright year and trait capitaliseXuefeng Wu-1/+1
2015-05-16change Self type error messageXuefengWu-1/+1
2015-05-16more friend error message for in fn argXuefeng Wu-2/+12
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14Rollup merge of #25398 - nham:E0066_E0069, r=huonwManish Goregaokar-6/+84
2015-05-14Improve examples in the E0255/E0256 error explanations.Nick Hamann-5/+5
2015-05-14Add error explanations for E0053, E0251, E0252, E0255, E0256, E0368.Nick Hamann-6/+84
2015-05-14Auto merge of #25065 - quantheory:fix_associated_const_ambiguity_message, r=n...bors-2/+5
2015-05-13Allow `T::C` syntax in match patterns to refer to trait-assosociated constants.Sean Patrick Santos-2/+5
2015-05-13Markdown formatting for error explanations.Ricardo Martins-0/+5
2015-05-12Rollup merge of #25267 - meqif:explain_e0317, r=alexcrichtonManish Goregaokar-4/+104
2015-05-12Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakisbors-10/+13
2015-05-12Auto merge of #24818 - tbelaire:double-import, r=nrcbors-12/+19
2015-05-11Add missing keyword in `extern crate` declarations.Ricardo Martins-7/+7
2015-05-11Improve wording in error explanation.Ricardo Martins-2/+2
2015-05-10Add error explanation for E0260.Ricardo Martins-1/+34
2015-05-10Add error explanation for E0259.Ricardo Martins-1/+20
2015-05-10Add error explanation for E0154.Ricardo Martins-1/+32
2015-05-10Fix documentation URL in diagnostic message.Ricardo Martins-1/+1
2015-05-10Add error explanation for E0317.Ricardo Martins-1/+18
2015-05-07Fix use of UFCS syntax to call methods on associated types.Sean Patrick Santos-10/+13
2015-05-01Fixed some nitsTheo Belaire-8/+5