created_at stringclasses 2
values | version stringclasses 1
value | pull_number int64 1.71k 1.76k | hints_text stringclasses 1
value | issue_numbers sequencelengths 1 1 | base_commit stringclasses 2
values | instance_id stringclasses 2
values | test_patch stringclasses 2
values | patch stringclasses 2
values | problem_statement stringclasses 2
values | repo stringclasses 1
value | environment_setup_commit stringclasses 1
value | FAIL_TO_PASS sequencelengths 1 1 | PASS_TO_PASS sequencelengths 260 262 | FAIL_TO_FAIL sequencelengths 0 0 | PASS_TO_FAIL sequencelengths 0 0 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2024-10-20T06:16:50Z | 2.0 | 1,759 | [
"1710"
] | e011ba794aba6aaa0d5c96368bf6cf686581ee96 | dtolnay__syn-1759 | diff --git a/tests/repo/mod.rs b/tests/repo/mod.rs
index 6c367c944..9f8a418ab 100644
--- a/tests/repo/mod.rs
+++ b/tests/repo/mod.rs
@@ -25,13 +25,6 @@ static EXCLUDE_FILES: &[&str] = &[
"tests/rustdoc/unsafe-extern-blocks.rs",
"tests/ui/rust-2024/unsafe-extern-blocks/safe-items.rs",
- // TODO: unsafe at... | diff --git a/src/attr.rs b/src/attr.rs
index 579452bbf..2bdf96ee7 100644
--- a/src/attr.rs
+++ b/src/attr.rs
@@ -653,6 +653,7 @@ pub(crate) mod parsing {
use crate::parse::{Parse, ParseStream};
use crate::path::Path;
use crate::{mac, token};
+ use proc_macro2::Ident;
use std::fmt::{self, Display}... | Parse unsafe attributes
- https://github.com/rust-lang/rust/issues/123757
- https://github.com/rust-lang/rfcs/pull/3325
```console
error: expected identifier, found keyword `unsafe`
--> dev/main.rs:4:3
|
4 | #[unsafe(no_mangle)]
| ^^^^^^
```
| dtolnay/syn | e011ba794aba6aaa0d5c96368bf6cf686581ee96 | [
"test_unparenthesize"
] | [
"drops::test_needs_drop",
"regression::issue1108::issue1108",
"regression::issue1235::main",
"test_async_closure",
"test_async_fn",
"test_bool_lit",
"test_meta_item_list_bool_value",
"test_meta_item_list_lit",
"test_meta_item_bool_value",
"test_meta_item_list_name_value",
"test_meta_item_list_wo... | [] | [] | |
2024-07-22T01:04:17Z | 2.0 | 1,714 | [
"1501"
] | 4132a0ca1e80251460d947e0b34145cdced9043b | dtolnay__syn-1714 | diff --git a/tests/repo/mod.rs b/tests/repo/mod.rs
index d7a1f5dc1..6c367c944 100644
--- a/tests/repo/mod.rs
+++ b/tests/repo/mod.rs
@@ -32,19 +32,6 @@ static EXCLUDE_FILES: &[&str] = &[
"tests/ui/attributes/unsafe/unsafe-attributes.rs",
"tests/ui/rust-2024/unsafe-attributes/unsafe-attribute-marked.rs",
- ... | diff --git a/src/expr.rs b/src/expr.rs
index 62ebdad85..8e1e461d8 100644
--- a/src/expr.rs
+++ b/src/expr.rs
@@ -1741,6 +1741,8 @@ pub(crate) mod parsing {
input.parse().map(Expr::Continue)
} else if input.peek(Token![return]) {
input.parse().map(Expr::Return)
+ } else if input... | Parse explicit tail call syntax
https://github.com/rust-lang/rust/pull/112887
| dtolnay/syn | e011ba794aba6aaa0d5c96368bf6cf686581ee96 | [
"test_unparenthesize"
] | [
"drops::test_needs_drop",
"regression::issue1108::issue1108",
"regression::issue1235::main",
"test_async_closure",
"test_async_fn",
"test_bool_lit",
"test_meta_item_bool_value",
"test_meta_item_list_bool_value",
"test_meta_item_list_word",
"test_meta_item_name_value",
"test_meta_item_list_lit",
... | [] | [] |
README.md exists but content is empty.
- Downloads last month
- 5