aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-25Explicitly install a Rust toolchain for cargo-outdated jobupstream-masterDavid Tolnay
2024-02-18Release 0.2.13David Tolnay
2024-02-18Resolve redundant import warningDavid Tolnay
2024-01-01Release 0.2.12David Tolnay
2024-01-01Pull in proc-macro2 sccache fixDavid Tolnay
2023-09-24Test docs.rs documentation build in CIDavid Tolnay
2023-09-04Update actions/checkout@v3 -> v4David Tolnay
2023-08-11Resolve ignored_unit_patterns pedantic clippy lint in test suiteDavid Tolnay
2023-08-11Resolve ignored_unit_patterns pedantic clippy lintDavid Tolnay
2023-07-22Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"David Tolnay
2023-07-21Temporarily disable -Zrandomize-layout due to rustc ICEDavid Tolnay
2023-07-20Release 0.2.11David Tolnay
2023-07-20Opt in to generate-link-to-definition when building on docs.rsDavid Tolnay
2023-07-15Remove stmt_expr_attributes feature from ui test where no longer neededDavid Tolnay
2023-07-06Update to 2021 editionDavid Tolnay
2023-07-05Release 0.2.10David Tolnay
2023-07-05Eliminate syn 1 from minimal-versionsDavid Tolnay
2023-07-05Add CI job using minimal-versionsDavid Tolnay
2023-07-03Release 0.2.9David Tolnay
2023-07-03Add no-std::no-alloc categoryDavid Tolnay
2023-06-15Remove .clippy.toml in favor of respecting rust-version from Cargo.tomlDavid Tolnay
2023-06-07Revert "Ui tests with compile_error resolved at call site"David Tolnay
2023-06-07Ui tests with compile_error resolved at call siteDavid Tolnay
2023-05-23Show error details during miri setup in CIDavid Tolnay
2023-05-06Revert "Temporarily disable miri CI"David Tolnay
2023-05-04Temporarily disable miri CIDavid Tolnay
2023-03-17Release 0.2.8David Tolnay
2023-03-17Merge pull request #20 from dtolnay/synDavid Tolnay
2023-03-17Update to syn 2David Tolnay
2023-03-05Release 0.2.7David Tolnay
2023-03-05Set html_root_urlDavid Tolnay
2023-02-26Ignore let_underscore_untyped pedantic clippy lintDavid Tolnay
2023-02-19Enable type layout randomization in CI on nightlyDavid Tolnay
2023-02-18Support a manual trigger on CI workflowDavid Tolnay
2023-02-10Ignore extra_unused_type_parameters clippy lint in testDavid Tolnay
2023-02-01Prevent actions duplication on noop merge commitsDavid Tolnay
2022-12-30Sync license text with rust-lang reposDavid Tolnay
2022-12-17Release 0.2.6David Tolnay
2022-12-17Remove major versions reminderDavid Tolnay
2022-12-15Update build status badgeDavid Tolnay
2022-11-25Time out workflows after 45 minutesDavid Tolnay
2022-11-22Fix renamed let_underscore_drop lintDavid Tolnay
2022-10-24Release 0.2.5David Tolnay
2022-10-24Merge pull request #19 from dtolnay/workaroundDavid Tolnay
2022-10-24Resolve needless_pass_by_value pedantic clippy lintDavid Tolnay
2022-10-24Remove 'rustc is so bad at spans' workaroundDavid Tolnay
2022-10-24Remove unneeded to_string() already performed by Error::newDavid Tolnay
2022-10-24Resolve needless_borrow pedantic clippy lintDavid Tolnay
2022-09-20Raise minimum tested toolchain to rust 1.56David Tolnay
2022-09-14Remove default package.readme metadata from Cargo.tomlDavid Tolnay