This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_resolve
/
src
History
Manish Goregaokar
819c9315c3
Rollup merge of
#104186
- chenyukang:yukang/fix-104086-let-binding-issue, r=oli-obk
...
Tighten the 'introduce new binding' suggestion
Fixes
#104086
2022-11-10 10:47:40 -05:00
..
diagnostics
…
late
Rollup merge of
#104186
- chenyukang:yukang/fix-104086-let-binding-issue, r=oli-obk
2022-11-10 10:47:40 -05:00
build_reduced_graph.rs
resolve: Turn the binding from
#[macro_export]
into a proper
Import
2022-10-31 21:25:00 +04:00
check_unused.rs
resolve: Not all imports have their own
NodeId
2022-10-31 20:25:27 +04:00
def_collector.rs
Rename AssocItemKind::TyAlias to AssocItemKind::Type
2022-10-10 02:31:37 +00:00
diagnostics.rs
Rollup merge of
#103760
- petrochenkov:macimp, r=cjgillot
2022-11-01 22:01:36 +05:30
effective_visibilities.rs
resolve: Fill effective visibilities for import def ids in a separate pass
2022-11-05 17:55:20 +04:00
ident.rs
Rollup merge of
#103760
- petrochenkov:macimp, r=cjgillot
2022-11-01 22:01:36 +05:30
imports.rs
Rollup merge of
#103953
- TaKO8Ki:remove-unused-arg-from-throw_unresolved_import_error, r=oli-obk
2022-11-04 12:18:03 +01:00
late.rs
add 'is_assign_rhs' to avoid weird suggesting 'let'
2022-11-10 00:43:12 +08:00
lib.rs
resolve: More detailed effective visibility tracking for imports
2022-11-05 15:46:22 +04:00
macros.rs
fix span for suggestion
2022-10-20 11:55:30 +08:00