summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2018-04-30Warn on pointless `#[derive]` in more placesAustin Bonander-1/+3
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-12/+1
2018-03-26remove unneeded importMark Mansi-1/+1
2018-03-26Stabilize i128_typeMark Mansi-11/+0
2018-03-26Rollup merge of #48693 - vorner:doc-name-resolution, r=petrochenkovTim Neumann-3/+58
2018-03-24fixup! Some comments and documentation for name resolution crateMichal 'vorner' Vaner-7/+23
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-4/+4
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-22/+3
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-4/+4
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-3/+3
2018-03-17AST: Keep distinction between `path` and `::path` in imports and visibilitiesVadim Petrochenkov-15/+17
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-5/+6
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-2/+2
2018-03-17remove FIXME(#48116) and remove the logic to debug the issueNiv Kaminer-22/+3
2018-03-14Some tweaks to "type parameters from outer function" diagnosticEsteban Küber-12/+18
2018-03-12Some comments and documentation for name resolution crateMichal 'vorner' Vaner-3/+42
2018-03-08Update "type parameters from outer function" error messagesBasile Desloges-6/+122
2018-03-05Turn features() into a query.Michael Woerister-7/+7
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-11/+11
2018-02-28Remove E0245; improve E0404 explanationMark Mansi-9/+31
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-12/+24
2018-02-23Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkovbors-6/+8
2018-02-22Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytmbors-1/+0
2018-02-21Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomezGuillaume Gomez-0/+2
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-02-17fix E0260 error index doctestQuietMisdreavus-0/+2
2018-02-17fix more typos found by codespell.Matthias Krüger-3/+3
2018-02-18Change ast::Visibility to Spanned typeSeiichi Uchida-6/+8
2018-02-18Add a span field to Visibility::RestrictedSeiichi Uchida-1/+1
2018-02-13Improve debuggability of #48116.kennytm-2/+13
2018-02-10Explain unusual debugging code in librustcAlex Crichton-3/+8
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-2/+5
2018-01-28use correct casing for rename suggestionsAndy Russell-3/+9
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-3/+9
2018-01-27end_point handling multibyte characters correctly.David Wood-2/+2
2018-01-26Instead of modifying the item's span synthesize itEsteban Küber-1/+7
2018-01-25Correctly format `extern crate` conflict resolution helpCldfire-2/+2
2018-01-25Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkovAlex Crichton-5/+5
2018-01-25Rollup merge of #47502 - petrochenkov:label, r=eddybAlex Crichton-7/+7
2018-01-24Fix wrong span for nested empty groupsPietro Albini-1/+8
2018-01-24Fix ICE when use trees have multiple empty nested groupsPietro Albini-5/+5
2018-01-22AST/HIR: Add a separate structure for labelsVadim Petrochenkov-7/+7
2018-01-22Review fixesManish Goregaokar-2/+2
2018-01-22Store a list of local macros on the resolver; use for resolving intra-doc mac...Manish Goregaokar-1/+4
2018-01-22Resolve foreign macrosManish Goregaokar-1/+1
2018-01-22Fix tidyManish Goregaokar-1/+2
2018-01-22Handle relative pathsManish Goregaokar-28/+36
2018-01-22Make resolve_hir_path and resolve_str_path fallibleManish Goregaokar-10/+60
2018-01-21Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkovGuillaume Gomez-1/+54
2018-01-21Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkovbors-18/+30