aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-02Release 1.0.83David Tolnay
2022-12-02Lockfile updateDavid Tolnay
2022-12-02Merge pull request #1140 from dtolnay/eastconstDavid Tolnay
2022-12-02Adopt east const in generated code to avoid ambiguitiesDavid Tolnay
2022-12-02Align reference ampersand consistently in generated codeDavid Tolnay
2022-12-01Merge pull request #1138 from dtolnay/buck2David Tolnay
2022-12-01Add buck2 CIDavid Tolnay
2022-11-30Delete buck1 build from CIDavid Tolnay
2022-11-24Timeout for book deployDavid Tolnay
2022-11-24Time out workflows after 45 minutesDavid Tolnay
2022-11-24Bump Bazel build to rustc 1.63.0David Tolnay
2022-11-18Release 1.0.82David Tolnay
2022-11-18Bump Bazel build to rustc 1.62.0David Tolnay
2022-11-18Merge pull request #1135 from dtolnay/doxygenDavid Tolnay
2022-11-18Ensure Doxygen comments have at least 2 lines to be recognizedDavid Tolnay
2022-11-18Add doxygen option to cxx_build::CFGDavid Tolnay
2022-11-18Add option to emit C++ comments as ///David Tolnay
2022-11-18Bump Bazel build to rustc 1.61.0David Tolnay
2022-11-18Lockfile updateDavid Tolnay
2022-11-18Make types in CFG documentation show better in dark themeDavid Tolnay
2022-11-18Move Cfg destructuring out of the conditional if-let partDavid Tolnay
2022-11-18Exhaustively handle fields in Drop for CfgDavid Tolnay
2022-11-18Merge pull request #1134 from dtolnay/writedocDavid Tolnay
2022-11-18Extract a function for writing docs in generated C++David Tolnay
2022-11-15Update ui test suite to nightly-2022-11-16David Tolnay
2022-11-08Merge pull request #1130 from dtolnay/unpinimplDavid Tolnay
2022-11-08Update unpin_impl ui test to nightly-2022-10-06David Tolnay
2022-11-08Update unpin_impl ui test to nightly-2022-06-12David Tolnay
2022-11-08Revert "Delete unpin_impl.rs UI test temporarily"David Tolnay
2022-11-08Release 1.0.81David Tolnay
2022-11-08Lockfile updateDavid Tolnay
2022-11-08Merge pull request #1128 from dtolnay/rawidentDavid Tolnay
2022-11-08Provide a suggestion to replace quoted raw identifierDavid Tolnay
2022-11-08Add raw identifier ui testDavid Tolnay
2022-11-08Allow raw identifier outside of quotes onlyDavid Tolnay
2022-11-08Support raw identifiers in namespace attributeDavid Tolnay
2022-11-04Update ui test suite to nightly-2022-11-05David Tolnay
2022-10-21Release 1.0.80David Tolnay
2022-10-21Lockfile updateDavid Tolnay
2022-10-21Merge pull request #1116 from dtolnay/nostdpathDavid Tolnay
2022-10-21No-std fixes for Box, String, Pin, c_charDavid Tolnay
2022-10-15Mark rust::detail::Fail constructor noexceptDavid Tolnay
2022-10-15Release 1.0.79David Tolnay
2022-10-15Lockfile updateDavid Tolnay
2022-10-15Merge pull request #1114 from dtolnay/failstringDavid Tolnay
2022-10-15Allow trycatch to call Fail using std::stringDavid Tolnay
2022-10-15Merge pull request #1113 from dtolnay/exceptionDavid Tolnay
2022-10-15Fix incorrect string len if an exception's message is invalid UTF-8David Tolnay
2022-10-15Merge pull request #1112 from dtolnay/failDavid Tolnay
2022-10-15Factor out the Fail lambda from all trycatch callsDavid Tolnay