summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
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
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-2/+5
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-2/+5
2015-04-29FalloutTamir Duberstein-26/+50
2015-04-25Fixed types, and slimmed down codeTheo Belaire-12/+4
2015-04-25Maybe it worksTheo Belaire-3/+13
2015-04-25Now passing in the ImportResolver to check_conflict...Theo Belaire-17/+14
2015-04-25First attempt at fixing #20591Theo Belaire-0/+11
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-67/+158
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-10/+32
2015-04-23Structural changes for associated constantsSean Patrick Santos-4/+15
2015-04-21Change a few error messages to give code suggestionsP1start-2/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-4/+4