rust/compiler/rustc_hir_analysis/src
2024-01-17 21:27:34 -05:00
..
astconv Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nilstrieb 2024-01-13 20:06:03 +00:00
check Add -Zno-implied-bounds-compat option and use it 2024-01-17 21:27:34 -05:00
coherence Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
collect Add check for ui_testing via promoting parameters from ParseSess to Session 2024-01-13 12:11:13 -05:00
impl_wf_check Add -Zno-implied-bounds-compat option and use it 2024-01-17 21:27:34 -05:00
outlives Imply outlives-bounds on lazy type aliases 2023-12-28 02:03:43 +01:00
structured_errors Rework how diagnostic lints are stored. 2024-01-14 14:04:25 +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 special-casing around aliaskind in new solver 2024-01-11 16:54:11 +00:00
bounds.rs ~const trait or projection bounds do not imply non-const bounds 2024-01-08 15:01:14 +00:00
check_unused.rs Don't pass lint back out of lint decorator 2023-12-15 16:05:36 +00:00
collect.rs Silence follow up errors if astconv already errored 2024-01-11 09:03:26 +00:00
constrained_generic_params.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
errors.rs Delegation implementation: step 1 2024-01-12 14:11:16 +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 Rename struct_span_err! as struct_span_code_err!. 2024-01-10 07:33:04 +11:00
lib.rs Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nilstrieb 2024-01-13 20:06:03 +00:00
structured_errors.rs Rework how diagnostic lints are stored. 2024-01-14 14:04:25 +11:00