summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2015-06-19rustc_resolve: don't require redundant arguments to resolve_crate.Eduard Burtescu-3/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+1
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-1/+1
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-7/+7
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-1/+1
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-13Allow `T::C` syntax in match patterns to refer to trait-assosociated constants.Sean Patrick Santos-2/+5
2015-05-07Fix use of UFCS syntax to call methods on associated types.Sean Patrick Santos-10/+13
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-0/+5
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-0/+5
2015-04-29FalloutTamir Duberstein-8/+17
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-3/+7
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-2/+2
2015-04-14Expose visibility for fns in syntax::visitNick Cameron-2/+2
2015-04-07Work with assoc types in a super trait.Nick Cameron-6/+6
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-83/+94
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-10/+10
2015-04-01Fallout out rustcNiko Matsakis-10/+10
2015-04-01Tidying up and reformattingNick Cameron-53/+41
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-12/+9
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+7
2015-03-25rustc: Remove support for int/uintAlex Crichton-4/+2
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-1/+1
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-3/+3
2015-03-16resolve: factor out resolve imports to its own moduleNick Cameron-1053/+85
2015-03-16Error if `pub use` references a private item.Nick Cameron-4/+28
2015-03-16Misc tidy ups in resolveNick Cameron-43/+42
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-17/+12
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-8/+8
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-18/+17
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-4/+5
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2