about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-13/+125
2023-02-22Rollup merge of #108353 - petrochenkov:rmir, r=cjgillotMatthias Krüger-103/+87
2023-02-22resolve: Remove `ImportResolver`Vadim Petrochenkov-103/+87
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-2/+2
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-8/+13
2023-02-22errors: generate typed identifiers in each crateDavid Wood-8/+13
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-1/+1
2023-02-21Use `source_span` query instead of passing the untracked vec aroundOli Scherer-23/+14
2023-02-21Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkovbors-298/+308
2023-02-20Remove `ResolverTree`Oli Scherer-25/+4
2023-02-20Remove IntoDefIdTreeOli Scherer-12/+7
2023-02-20Remove some unnecessary tcx-passingOli Scherer-0/+4
2023-02-20Stop passing in values that one can also get from the tcx lazilyOli Scherer-15/+5
2023-02-20Remove definitions field that is only needed for one methodOli Scherer-2/+4
2023-02-20Stuff a TyCtxt into the ResolverOli Scherer-39/+31
2023-02-20Remove a redundant function argumentOli Scherer-6/+1
2023-02-20Run the resolver after TyCtxt constructionOli Scherer-17/+10
2023-02-20Make untracked.source_span lockable so that resolution can still write to it ...Oli Scherer-8/+8
2023-02-20Make untracked.cstore lockable so that resolution can still write to it when ...Oli Scherer-14/+20
2023-02-20Rollup merge of #108259 - fee1-dead-contrib:fixme-2, r=TaKO8KiMatthias Krüger-3/+3
2023-02-20Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=...Matthias Krüger-5/+5
2023-02-20Prepare crate loader for LockGuardOli Scherer-10/+11
2023-02-20Prepare for adding a `TyCtxt` to `Resolver`Oli Scherer-194/+247
2023-02-20remove FIXME that doesn't require fixingDeadbeef-3/+3
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-0/+1
2023-02-19Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726Dylan DPC-1/+6
2023-02-19Make public API, docs algorithm-agnosticJacob Pratt-5/+5
2023-02-18Correctly handle if a link starts with a whitespaceGuillaume Gomez-0/+1
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-2/+19
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-13/+10
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-2/+8
2023-02-16Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomezMatthias Krüger-1/+1
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-5/+3
2023-02-16Make things actually workMichael Goulet-1/+7
2023-02-16Rename some region-specific stuffMichael Goulet-2/+2
2023-02-15use chars instead of strings where applicableMatthias Krüger-1/+1
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-1/+1
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+1
2023-02-14Separate the lifetime of the session and the arena in the resolverOli Scherer-66/+69
2023-02-13resolve: Fix doc links referring to other crates when documenting proc macro ...Vadim Petrochenkov-1/+6
2023-02-13rustc_resolve: Remove `Resolver::clone_output`Vadim Petrochenkov-48/+1
2023-02-13rustdoc: Eliminate remaining uses of resolverVadim Petrochenkov-51/+40
2023-02-11Auto merge of #94857 - petrochenkov:doclink2, r=oli-obkbors-34/+570
2023-02-10Auto merge of #107652 - estebank:re_error, r=oli-obkbors-1/+0
2023-02-10Skip doc link resolution for some crate types and non-exported itemsVadim Petrochenkov-14/+65
2023-02-10Stop resolving doc links on `mod` items twiceVadim Petrochenkov-2/+16
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-31/+502
2023-02-09Introduce `ReError`Esteban Küber-1/+0
2023-02-03unused-lifetimes: don't warn about lifetimes originating from expanded codeMatthias Krüger-12/+16
2023-02-02Rename `rust_2015` => `is_rust_2015`Maybe Waffle-10/+13