rust/compiler/rustc_passes/src
Tomasz Miąsko 22d3431221 Validate use of parameters in naked functions
* Reject use of parameters inside naked function body.
* Reject use of patterns inside function parameters, to emphasize role
  of parameters a signature declaration (mirroring existing behaviour
  for function declarations) and avoid generating code introducing
  specified bindings.
2020-11-25 00:00:00 +00:00
..
check_attr.rs Don't mark #[naked] as used when checking #[track_caller] 2020-11-24 20:45:09 +01:00
check_const.rs Allow making RUSTC_BOOTSTRAP conditional on the crate name 2020-11-07 13:45:11 -05:00
dead.rs Remove weird slice conversion 2020-10-18 10:31:58 +02:00
diagnostic_items.rs Cache foreign_modules query 2020-10-27 16:21:55 +01:00
entry.rs Enforce crate level attributes checks 2020-10-04 13:36:47 +02:00
hir_id_validator.rs implement nits 2020-10-07 10:19:04 +02:00
hir_stats.rs rustc_ast: visit_mac -> visit_mac_call 2020-11-03 23:39:51 +03:00
intrinsicck.rs Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
lang_items.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
layout_test.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Validate use of parameters in naked functions 2020-11-25 00:00:00 +00:00
lib_features.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
liveness.rs Handle let _ = x patterns in closure liveness analysis 2020-11-10 20:58:56 -05:00
loops.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
naked_functions.rs Validate use of parameters in naked functions 2020-11-25 00:00:00 +00:00
reachable.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
region.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
stability.rs Improve deprecation attribute diagnostic messages. 2020-11-02 13:21:18 +01:00
upvars.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
weak_lang_items.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00