about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-08-14it's not a borrow checker limitation :<lcnr-1/+1
2025-04-03move `check_opaque_type_parameter_valid`lcnr-7/+0
2025-01-31Rework "long type names" printing logicEsteban Küber-3/+0
2025-01-24Use short ty string for move errorsEsteban Küber-0/+3
2025-01-08Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-2/+3
2025-01-08run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-0/+3
2024-09-18Begin experimental support for pin reborrowingEric Holk-1/+1
2024-08-10rustc_borrowck: make "implicit static" suff translatablePavel Grigorenko-0/+9
2024-08-10rustc_borrowck: make some suggestion about static lifetimes translatablePavel Grigorenko-0/+6
2024-08-10rustc_borrowck: make suggestion to move closure translatablePavel Grigorenko-0/+3
2024-08-10rustc_borrowck: make dereference suggestion translatablePavel Grigorenko-0/+3
2024-04-11Better account for `FnOnce` in move errorsEsteban Küber-0/+6
2024-03-18Prevent opaque types being instantiated twice with different regions within t...Oli Scherer-0/+6
2024-03-13Account for UnOps in borrowck messageEsteban Küber-0/+3
2024-02-20require simd_insert, simd_extract indices to be constantsRalf Jung-1/+7
2023-10-20s/generator/coroutine/Oli Scherer-21/+21
2023-09-12cleanup on messagesyukang-9/+0
2023-09-06Don't report any errors in `lower_intrinsics`. They should have been typecked...Oli Scherer-0/+2
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-173/+173
2023-04-27Don't call await a methodMichael Goulet-0/+9
2023-04-13migrate ftl msg accroding to #103042AndyJado-12/+138
2023-03-11Simplify message pathsest31-0/+129