Urgau
|
f5b6f938ce
|
Print unsafety of attribute in AST unpretty
|
2024-10-26 13:33:36 +02:00 |
|
Urgau
|
f249fdd962
|
Add AST unpretty test for unsafe attribute
|
2024-10-26 13:31:24 +02:00 |
|
Michael Goulet
|
4e1b3ab0e7
|
Print safety correctly in extern static items
|
2024-10-24 00:41:27 +00: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 |
|
Zalathar
|
9aaa0c5867
|
Always use a colon in //@ normalize-*: headers
|
2024-07-11 12:23:44 +10:00 |
|
David Tolnay
|
06982239a6
|
Parenthesize break values containing leading label
|
2024-07-01 17:19:58 -07:00 |
|
David Tolnay
|
5f37433b6c
|
Add test of parenthesizing break value by AST pretty-printer
|
2024-06-23 17:17:30 -07: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 |
|
Matthias Krüger
|
4b26045b92
|
Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errors
hir pretty: fix block indent
before:
```rust
fn main() {
{
{
::std::io::_print(format_arguments::new_const(&["Hello, world!\n"]));
};
}
}
```
after:
```rust
fn main() {
{
{
::std::io::_print(format_arguments::new_const(&["Hello, world!\n"]));
};
}
}
```
AST pretty does the same.
|
2024-05-21 00:47:02 +02:00 |
|
Nilstrieb
|
7b1527ff5f
|
hir pretty: fix block indent
|
2024-05-20 20:30:44 +02:00 |
|
David Tolnay
|
3e05be5466
|
Add tests for -Zunpretty=expanded ported from stringify's tests
|
2024-05-18 10:36:02 -07:00 |
|
David Tolnay
|
94cc82c088
|
Pretty-print let-else with added parenthesization when needed
|
2024-05-12 13:42:37 -07:00 |
|
David Tolnay
|
68854b798e
|
Add AST pretty-printer tests for let-else
|
2024-05-12 13:37:00 -07:00 |
|
Matthias Krüger
|
a15996c9f1
|
try to fix tests on windows where the "file not found" error is different from linux
|
2024-04-28 11:07:00 +02:00 |
|
Matthias Krüger
|
c968b8b777
|
add test for ICE: tcx.resolutions(()) is not supported for local crate -Zunpretty=mir on invalid module path with staged_ap
Fixes https://github.com/rust-lang/rust/issues/108697
|
2024-04-28 10:23:10 +02:00 |
|
Yaodong Yang
|
2575b8e79c
|
move hir-tree test from run-make to ui test
|
2024-04-04 18:43:26 +08:00 |
|
Alex Macleod
|
47192937d4
|
Fix unpretty UI test when /tmp does not exist
|
2024-03-24 14:00:45 +00:00 |
|
许杰友 Jieyou Xu (Joe)
|
ec2cc761bc
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
Michael Goulet
|
7e00e9736d
|
Make some non-diagnostic-affecting QPath::LangItem into regular qpaths
|
2023-12-26 04:07:38 +00:00 |
|
Nilstrieb
|
41e8d152dc
|
Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
|
2023-11-24 19:15:52 +01:00 |
|
David Tolnay
|
f2e3d3fc63
|
Move OutFileName writing into rustc_session
|
2023-07-20 11:04:31 -07:00 |
|
jyn
|
01b75e20f2
|
Move some UI tests into subdirectories
to avoid going over the existing limit now that the ui-fulldeps tests have
been moved to ui.
|
2023-04-02 19:42:30 -04:00 |
|
Mara Bos
|
4d840223b0
|
Add test for -Zflatten-format-args=yes.
|
2023-03-16 12:16:27 +01:00 |
|
clubby789
|
8b186dfdb7
|
Add recovery for use of removed box syntax
|
2023-03-12 13:26:37 +00:00 |
|
clubby789
|
dd7df04e16
|
Remove uses of box_syntax in rustc and tools
|
2023-03-12 13:19:46 +00:00 |
|
Michael Goulet
|
56bf28d4f4
|
Expand const-if-const trait bounds correctly
|
2023-02-07 21:00:12 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|