aboutsummaryrefslogtreecommitdiff
path: root/gen
AgeCommit message (Expand)Author
2023-03-25Release 1.0.94David Tolnay
2023-03-18Use error reporting provided by MetaDavid Tolnay
2023-03-17Release 1.0.93David Tolnay
2023-03-17Update to syn 2David Tolnay
2023-03-05Release 1.0.92David Tolnay
2023-03-05Set html_root_url for 2 other library cratesDavid Tolnay
2023-02-15Delete empty library crate from cxxbridge-cmd packageDavid Tolnay
2023-02-15Release 1.0.91David Tolnay
2023-02-10Release 1.0.90David Tolnay
2023-02-01Release 1.0.89David Tolnay
2023-02-01Add docs.rs documentation link to `cxx-build`'s `Cargo.toml`Enyium
2023-01-26Release 1.0.88David Tolnay
2023-01-19Release 1.0.87David Tolnay
2023-01-07Raise minimum rustc to 1.60David Tolnay
2023-01-07Release 1.0.86David Tolnay
2022-12-29Fix warning about let_underscore_drop lint removal from clippyDavid Tolnay
2022-12-18Release 1.0.85David Tolnay
2022-12-18Opt out -Zrustdoc-scrape-examples on docs.rsDavid Tolnay
2022-12-17Release 1.0.84David Tolnay
2022-12-02Release 1.0.83David Tolnay
2022-12-02Adopt east const in generated code to avoid ambiguitiesDavid Tolnay
2022-12-02Align reference ampersand consistently in generated codeDavid Tolnay
2022-11-18Release 1.0.82David 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-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-18Extract a function for writing docs in generated C++David Tolnay
2022-11-08Release 1.0.81David Tolnay
2022-10-21Release 1.0.80David Tolnay
2022-10-15Mark rust::detail::Fail constructor noexceptDavid Tolnay
2022-10-15Release 1.0.79David Tolnay
2022-10-15Allow trycatch to call Fail using std::stringDavid Tolnay
2022-10-15Factor out the Fail lambda from all trycatch callsDavid Tolnay
2022-10-15Mark cxxbridge1$exception noexceptDavid Tolnay
2022-10-15Move namespace rust::repr above namespace rust::detailDavid Tolnay
2022-10-15Deduplicate rust::repr namespace begin/endDavid Tolnay
2022-10-15Move rust::repr out of anonymous namespaceDavid Tolnay
2022-10-13Update codespan-reporting to build with -Zminimal-versionsRyan Lopopolo
2022-09-28Release 1.0.78David Tolnay
2022-09-28Update argument parser to clap 4David Tolnay
2022-09-28Sort cxxbridge flags in alphabetical orderDavid Tolnay
2022-09-27Release 1.0.77David Tolnay
2022-09-19Release 1.0.76David Tolnay
2022-09-19Allow Rust vector of array of trivially relocatable typeDavid Tolnay
2022-09-02Release 1.0.75David Tolnay
2022-08-30Add build-dependencies keyword for cxx-buildDavid Tolnay
2022-08-30Release 1.0.74David Tolnay