aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-19Update cxx to latest masterHEADmastermainMatthew Maurer
2024-03-16Raise minimum tested compiler to 1.70David Tolnay
2024-03-06Release 1.0.119David Tolnay
2024-03-06Bazel rules_rust 0.40.0David Tolnay
2024-03-06Lockfile updateDavid Tolnay
2024-03-06Merge pull request #1322 from dtolnay/stdDavid Tolnay
2024-03-06Ignore let_and_return clippy lintDavid Tolnay
2024-03-05Set C++ standard version using cc::Build::stdDavid Tolnay
2024-03-05Wrap PR 1321 to 80 columnsDavid Tolnay
2024-03-05Merge pull request #1321 from dcoles/docs-use-builder-stdDavid Tolnay
2024-03-02Documentation: Use `builder.std` rather than explicit compiler flagsDavid Coles
2024-02-28Release 1.0.118David Tolnay
2024-02-28Lockfile updateDavid Tolnay
2024-02-28Merge pull request #1320 from phil-opp/use-correct-methodsDavid Tolnay
2024-02-28Fix: Use correct methods when writing toposorted structsPhilipp Oppermann
2024-02-19Release 1.0.117David Tolnay
2024-02-19Lockfile updateDavid Tolnay
2024-02-18Bazel rules_rust 0.39.0David Tolnay
2024-02-18Resolve redundant import warningDavid Tolnay
2024-02-09Release 1.0.116David Tolnay
2024-02-09Lockfile updateDavid Tolnay
2024-02-09Ignore incompatible_msrv clippy false positive in testDavid Tolnay
2024-02-09Ignore ref_as_ptr clippy pedantic lint in generated codeDavid Tolnay
2024-02-08Bump Bazel build to rustc 1.76.0David Tolnay
2024-02-08Update ui test suite to nightly-2024-02-09David Tolnay
2024-02-08Raise minimum tested compiler to 1.74David Tolnay
2024-01-31Update ui test suite to nightly-2024-02-01David Tolnay
2024-01-24Straggling Bazel-generated lockfile changesDavid Tolnay
2024-01-24Have install-buck2 action check out correct prelude commitDavid Tolnay
2024-01-23Bazel rules_rust 0.38.0David Tolnay
2024-01-20Merge pull request #1309 from dtolnay/fallbackDavid Tolnay
2024-01-20Remove pre-1.57 proc_macro2::fallback::force()David Tolnay
2024-01-11Turn on wrong_self_convention clippy lint after false positive fixDavid Tolnay
2024-01-11Ignore unconditional_recursion clippy lint due to false positiveDavid Tolnay
2024-01-11Format clippy bug comments on the same line as the lintDavid Tolnay
2024-01-11Ignore map_clone clippy lintDavid Tolnay
2024-01-11Resolve thread_local_initializer_can_be_made_const clippy lintDavid Tolnay
2024-01-05Release 1.0.115David Tolnay
2024-01-05Lockfile updateDavid Tolnay
2024-01-05Merge pull request #1303 from dtolnay/deadcodeDavid Tolnay
2024-01-05Update ui test suite to nightly-2024-01-06David Tolnay
2024-01-05Work around new dead_code warningsDavid Tolnay
2024-01-05Merge pull request #1302 from dennisschagt/tutorial-add-rerun-if-changedDavid Tolnay
2024-01-05Include printing of "cargo:rerun-if-changed" in tutorialDennis van der Schagt
2024-01-04Use released version of rules_rust through Bazel Central RegistryDavid Tolnay
2024-01-02Release 1.0.114David Tolnay
2024-01-02Wrap PR 1298 to 80 columnsDavid Tolnay
2024-01-02Merge pull request #1298 from adamchalmers/achalmers/document-how-to-implemen...David Tolnay
2024-01-02Merge pull request #1294 from dtolnay/bzlmodDavid Tolnay
2024-01-02Switch to bzlmodDavid Tolnay