rust/compiler/rustc_hir_analysis/src
2024-01-14 20:01:12 +00:00
..
astconv Remove all eight DiagnosticBuilder::*_with_code methods. 2024-01-08 16:00:34 +11:00
check Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco 2024-01-09 13:23:15 +01:00
coherence Use chaining for DiagnosticBuilder construction and emit. 2024-01-08 15:45:29 +11:00
collect Use chaining for DiagnosticBuilder construction and emit. 2024-01-08 15:45:29 +11:00
impl_wf_check Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
outlives Imply outlives-bounds on lazy type aliases 2023-12-28 02:03:43 +01:00
structured_errors Remove all eight DiagnosticBuilder::*_with_code methods. 2024-01-08 16:00:34 +11:00
variance Use zip_eq to enforce that things being zipped have equal sizes 2024-01-14 20:01:12 +00:00
autoderef.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
bounds.rs Don't compare host param by name 2023-10-18 02:38:54 +00:00
check_unused.rs Don't pass lint back out of lint decorator 2023-12-15 16:05:36 +00:00
collect.rs Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. 2024-01-04 13:32:42 +01:00
constrained_generic_params.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
errors.rs Disallow reference to static mut for expressions 2024-01-06 06:31:35 +03:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
lib.rs Merge check_for_entry_fn fully into check_mod_type_wf 2024-01-02 14:17:56 +00:00
structured_errors.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00