Oli Scherer
|
6d7ce4e893
|
Add a TyPat in the AST to reuse the generic arg lowering logic
|
2025-02-11 08:51:05 +00:00 |
|
Jacob Pratt
|
285df03257
|
Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril
Make missing_abi lint warn-by-default.
This makes the missing_abi lint warn-by-default, as suggested here: https://github.com/rust-lang/rfcs/pull/3722#issuecomment-2447719047
This needs a lang FCP.
|
2025-01-15 04:08:10 -05:00 |
|
Oli Scherer
|
4a8773a3af
|
Rename PatKind::Lit to Expr
|
2025-01-08 07:34:59 +00:00 |
|
Mara Bos
|
585c9765a2
|
Update tests.
|
2025-01-07 16:04:14 +01:00 |
|
David Tolnay
|
23a250738b
|
Relocate dyn* test out of parenthesis insertion test
|
2024-12-20 21:31:21 -08:00 |
|
Michael Goulet
|
c605c84be8
|
Stabilize async closures
|
2024-12-13 00:04:56 +00:00 |
|
Oli Scherer
|
f613636ae8
|
Rename core_pattern_type and core_pattern_types lib feature gates to pattern_type_macro
That's what the gates are actually gating, and the single char difference in naming was not helpful either
|
2024-12-04 16:16:24 +00:00 |
|
Eric Huss
|
31c9222639
|
Stabilize the 2024 edition
|
2024-11-22 11:12:15 -08:00 |
|
Michael Goulet
|
6628bba060
|
Remove crashes and fix tests
|
2024-10-01 13:55:46 -04:00 |
|
Michael Goulet
|
e3a0da1863
|
Remove unnamed field feature
|
2024-10-01 13:55:46 -04:00 |
|
Ralf Jung
|
79503dd742
|
stabilize raw_ref_op
|
2024-08-18 19:46:53 +02:00 |
|
Santiago Pastorino
|
8366c7fe9c
|
Stabilize unsafe extern blocks (RFC 3484)
|
2024-07-23 00:29:39 -03:00 |
|
Oli Scherer
|
cbee17d502
|
Revert "Create const block DefIds in typeck instead of ast lowering"
This reverts commit ddc5f9b6c1.
|
2024-06-07 08:33:58 +00:00 |
|
Santiago Pastorino
|
0380321e78
|
Add unsafe_extern_blocks feature flag
|
2024-06-05 09:35:57 -03:00 |
|
Santiago Pastorino
|
3ba8de0b60
|
Make extern blocks without unsafe warn in edition 2024
|
2024-06-04 14:19:42 -03:00 |
|
Oli Scherer
|
ddc5f9b6c1
|
Create const block DefIds in typeck instead of ast lowering
|
2024-05-28 13:38:43 +00:00 |
|
David Tolnay
|
3e05be5466
|
Add tests for -Zunpretty=expanded ported from stringify's tests
|
2024-05-18 10:36:02 -07:00 |
|