aboutsummaryrefslogtreecommitdiff
path: root/syntax/error.rs
AgeCommit message (Expand)Author
2023-09-03Further prune syntax tree visibilitiesDavid Tolnay
2023-09-03Reduce visibility of all pub items which are not publicly exportedDavid Tolnay
2021-04-08Diagnostic for invalid lifetime param 'staticDavid Tolnay
2020-12-01Add Rust std::shared_ptr bindingDavid Tolnay
2020-10-28Merge pull request #377 from dtolnay/unsupported-typeDavid Tolnay
2020-10-28Avoid repeating the underlined type in the labelDavid Tolnay
2020-10-28Check for disallowed include stringsDavid Tolnay
2020-05-05Expand discriminant overflow error messageDavid Tolnay
2020-05-01Add tests for by-value-not-supported errorsDavid Tolnay
2020-04-25Fix Vec type checkingDavid Tolnay
2020-04-25C++ std::vector<T> and Rust std::vec::Vec<T> supportMyron Ahn
2020-01-08Safe FFI between Rust and C++David Tolnay