aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-29Release 1.0.107David Tolnay
2023-08-29Remove 'attr!' wrapper around concat in link_name & export_name attributesDavid Tolnay
2023-08-29Remove unique_ptr from name of std::vector<>::new symbolDavid Tolnay
2023-08-25Add CxxVector::new for creating an empty vectorCameron Pickett
2023-08-19Release 1.0.106David Tolnay
2023-08-13Release 1.0.105David Tolnay
2023-08-06Release 1.0.104David Tolnay
2023-08-05Release 1.0.103David Tolnay
2023-07-20Release 1.0.102David Tolnay
2023-07-17Release 1.0.101David Tolnay
2023-07-17Resolve incorrect_partial_ord_impl_on_ord_type clippy lintDavid Tolnay
2023-07-06Release 1.0.100David Tolnay
2023-07-06Ignore all currently triggered clippy pedantic lintsDavid Tolnay
2023-07-06Release 1.0.99David Tolnay
2023-07-07Remove usage of std::cerrLoveSy
2023-07-05Release 1.0.98David Tolnay
2023-06-14Release 1.0.97David Tolnay
2023-06-14Release 1.0.96David Tolnay
2023-06-14Fix #1225Bill Avery
2023-05-27Fix typo in comment in SharedPtr implementationDavid Tolnay
2023-05-25Release 1.0.95David Tolnay
2023-03-25Release 1.0.94David Tolnay
2023-03-25Touch up PR 1202David Tolnay
2023-03-25Merge pull request 1202 from parasyte/feature/fmt-writeDavid Tolnay
2023-03-25Implement fmt::Write and io::Write for CxxStringJay Oster
2023-03-17Release 1.0.93David Tolnay
2023-03-05Release 1.0.92David Tolnay
2023-02-15Release 1.0.91David Tolnay
2023-02-10Release 1.0.90David Tolnay
2023-02-10Ignore extra_unused_type_parameters clippy lint in generated codeDavid Tolnay
2023-02-01Release 1.0.89David Tolnay
2023-01-26Release 1.0.88David Tolnay
2023-01-26Fix memory leak inside the move assignment operator of rust::Error classVladimir Bayrashevskiy
2023-01-19Release 1.0.87David Tolnay
2023-01-19Improve formatting of single quote in Debug of CxxStringDavid Tolnay
2023-01-07Raise minimum rustc to 1.60David Tolnay
2023-01-07Release 1.0.86David Tolnay
2022-12-18Release 1.0.85David Tolnay
2022-12-17Release 1.0.84David Tolnay
2022-12-02Release 1.0.83David Tolnay
2022-11-18Release 1.0.82David Tolnay
2022-11-08Release 1.0.81David Tolnay
2022-10-21Release 1.0.80David 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-15Allow trycatch to call Fail using std::stringDavid Tolnay
2022-10-15Fix incorrect string len if an exception's message is invalid UTF-8David Tolnay
2022-10-15Factor out the Fail lambda from all trycatch callsDavid Tolnay
2022-09-28Release 1.0.78David Tolnay