rust/compiler/rustc_resolve/src
Celina G. Val 38eff16d0a Express contracts as part of function header and lower it to the contract lang items
includes post-developed commit: do not suggest internal-only keywords as corrections to parse failures.

includes post-developed commit: removed tabs that creeped in into rustfmt tool source code.

includes post-developed commit, placating rustfmt self dogfooding.

includes post-developed commit: add backquotes to prevent markdown checking from trying to treat an attr as a markdown hyperlink/

includes post-developed commit: fix lowering to keep contracts from being erroneously inherited by nested bodies (like closures).

Rebase Conflicts:
 - compiler/rustc_parse/src/parser/diagnostics.rs
 - compiler/rustc_parse/src/parser/item.rs
 - compiler/rustc_span/src/hygiene.rs

Remove contracts keywords from diagnostic messages
2025-02-03 12:54:00 -08:00
..
late Refactor FnKind variant to hold &Fn 2025-01-28 11:22:25 -08:00
build_reduced_graph.rs rustc_resolve: flatten nested ifs 2025-01-21 13:34:12 +00:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Express contracts as part of function header and lower it to the contract lang items 2025-02-03 12:54:00 -08:00
diagnostics.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
ident.rs rustc_resolve: flatten nested ifs 2025-01-21 13:34:12 +00:00
imports.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
late.rs Express contracts as part of function header and lower it to the contract lang items 2025-02-03 12:54:00 -08:00
lib.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
macros.rs Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu 2025-01-20 10:35:43 +00:00
rustdoc.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00