]> git.lizzy.rs Git - rust.git/history - compiler/rustc_resolve/src/ident.rs
Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011
[rust.git] / compiler / rustc_resolve / src / ident.rs
2022-04-13 borsAuto merge of #95656 - cjgillot:no-id-hashing-mode...
2022-04-13 borsAuto merge of #94255 - b-naber:use-mir-constant-in...
2022-04-13 Dylan DPCRollup merge of #95989 - rust-lang:notriddle/issue...
2022-04-13 Dylan DPCRollup merge of #95984 - wcampbell0x2a:fix-spelling...
2022-04-13 Dylan DPCRollup merge of #95954 - AnthonyMikh:fix-broken-coverag...
2022-04-13 Dylan DPCRollup merge of #95441 - AlecGoncharow:issue-95204...
2022-04-13 borsAuto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r...
2022-04-12 Dylan DPCRollup merge of #95986 - yaahc:libs-autolabel, r=Mark...
2022-04-12 Dylan DPCRollup merge of #95973 - oli-obk:tait_ub3, r=compiler...
2022-04-12 Dylan DPCRollup merge of #95970 - WaffleLapkin:nicer_trait_sugge...
2022-04-12 Dylan DPCRollup merge of #95918 - compiler-errors:issue-95878...
2022-04-12 Dylan DPCRollup merge of #95914 - c410-f3r:meta-vars, r=petrochenkov
2022-04-12 Dylan DPCRollup merge of #95405 - cjgillot:probe, r=petrochenkov
2022-04-12 Vadim PetrochenkovHandle `unusable_binding` more compactly.
2022-04-12 Camille GILLOTFix imports.
2022-04-12 Camille GILLOTSimplify error reporting.
2022-04-12 Camille GILLOTMove path resolution error to rustc_resolve::diagnostics.
2022-04-12 Camille GILLOTMake the logic more explicit with let chains.
2022-04-12 Camille GILLOTDo not record Res when builing a suggestion.
2022-04-12 Camille GILLOTInsert error after checking for binding usability.
2022-04-12 Camille GILLOTPass last_import_segment and unusable_binding as parame...
2022-04-12 Camille GILLOTSimplify binding finalization.
2022-04-12 Camille GILLOTMove ident resolution to a dedicated module.