aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-08Suppress unknown clippy lints am: 05e7ae87b8 am: 1b1fa6ea3f am: fbed154c91android-12.1.0_r9android-12.1.0_r8android-12.1.0_r7android-12.1.0_r26android-12.1.0_r25android-12.1.0_r24android-12.1.0_r23android-12.1.0_r22android-12.1.0_r21android-12.1.0_r20android-12.1.0_r19android-12.1.0_r18android-12.1.0_r17android-12.1.0_r16android-12.1.0_r15android-12.1.0_r14android-12.1.0_r13android-12.1.0_r12android-12.1.0_r11android-12.1.0_r10android-12.0.0_r32android-12.0.0_r29android-12.0.0_r28android-12.0.0_r27android-12.0.0_r26android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android-12.0.0_r16android12L-devandroid12L-d2-s8-releaseandroid12L-d2-s7-releaseandroid12L-d2-s6-releaseandroid12L-d2-s5-releaseandroid12L-d2-s4-releaseandroid12L-d2-s3-releaseandroid12L-d2-s2-releaseandroid12L-d2-s1-releaseandroid12L-d2-releaseandroid12-qpr3-s7-releaseandroid12-qpr3-s6-releaseandroid12-qpr3-s5-releaseandroid12-qpr3-s4-releaseandroid12-qpr3-s3-releaseandroid12-qpr3-s2-releaseandroid12-qpr3-s1-releaseandroid12-qpr3-releaseandroid12-qpr1-releaseandroid12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseandroid12-devMatthew Maurer
2021-04-08Update CXX to 1.0.42 am: b4406114c9 am: f1e51d9d13 am: 104a118aceMatthew Maurer
2021-04-08Suppress unknown clippy lints am: 05e7ae87b8 am: 1b1fa6ea3fMatthew Maurer
2021-04-08Update CXX to 1.0.42 am: b4406114c9 am: f1e51d9d13Matthew Maurer
2021-04-08Suppress unknown clippy lints am: 05e7ae87b8Matthew Maurer
2021-04-08Update CXX to 1.0.42 am: b4406114c9Matthew Maurer
2021-04-08Suppress unknown clippy lintsandroid-s-beta-2android-s-beta-1Matthew Maurer
2021-04-08Update CXX to 1.0.42Matthew Maurer
2021-04-07Update ui test suite to nightly-2021-04-08David Tolnay
2021-04-02Release 1.0.42David Tolnay
2021-04-02Merge pull request #806 from dtolnay/elisionDavid Tolnay
2021-04-02Fill in angle brackets with appropriate span if elided from impl keyDavid Tolnay
2021-04-02Check in bad ui test output resulting from issue 805David Tolnay
2021-04-02Add ui test for type in uniqueptr expecting named lifetimeDavid Tolnay
2021-04-01Merge pull request #801 from dtolnay/lexerrorDavid Tolnay
2021-04-01Update to proc-macro2 with lex error spansDavid Tolnay
2021-03-30Release 1.0.41David Tolnay
2021-03-30Lockfile updateDavid Tolnay
2021-03-30Merge pull request #800 from dtolnay/pinopaqueDavid Tolnay
2021-03-30Handle pinned returned reference to improper ctype extern typeDavid Tolnay
2021-03-30Add regression test of returning pinned mut opaque typeDavid Tolnay
2021-03-29Merge pull request #794 from dtolnay/mutableDavid Tolnay
2021-03-28Recognize mutable slice in return position of a safe functionDavid Tolnay
2021-03-28Add ui test of mutable slice return from reference argumentsDavid Tolnay
2021-03-28Release 1.0.40David Tolnay
2021-03-28Recognize mutable slice argument as permitting mutable returnDavid Tolnay
2021-03-28Merge pull request #793 from dtolnay/resolveDavid Tolnay
2021-03-28Handle unrecognized type names in checking signature for mutable return typeDavid Tolnay
2021-03-28Merge pull request #792 from dtolnay/resolveDavid Tolnay
2021-03-28Print type name in type resolver errorDavid Tolnay
2021-03-28Merge pull request #791 from dtolnay/stdexceptDavid Tolnay
2021-03-28Include <stdexcept> for std::out_of_range typeDavid Tolnay
2021-03-28Merge pull request #790 from dtolnay/patchdepDavid Tolnay
2021-03-28Make demo crate's Cargo dependencies copy/pasteableDavid Tolnay
2021-03-28Merge pull request #789 from dtolnay/nullemptysliceDavid Tolnay
2021-03-28Merge pull request #788 from dtolnay/nullsliceDavid Tolnay
2021-03-28Allow slice null ptr safely if slice is emptyDavid Tolnay
2021-03-28Debug assert that rust::Slice isn't constructed with C++ null ptrDavid Tolnay
2021-03-28Format test suite with clang-format 11David Tolnay
2021-03-27Merge pull request #787 from dtolnay/rusttypeDavid Tolnay
2021-03-27Hide extern "Rust" types' RustType impl from rustdocDavid Tolnay
2021-03-27Release 1.0.39David Tolnay
2021-03-27Merge pull request #786 from dtolnay/spanimplicitDavid Tolnay
2021-03-27Further improve span of errors within implicit implsDavid Tolnay
2021-03-27Track the outer type's spans too for implicit implsDavid Tolnay
2021-03-27Improve span of errors on impls of type with lifetimesDavid Tolnay
2021-03-27Simplify type resolution of named impl keysDavid Tolnay
2021-03-27Track the angle brackets attached to generic implicit implsDavid Tolnay
2021-03-27Factor out impl/ty generic splitting to moduleDavid Tolnay
2021-03-27Add ui test of impls on a nonlocal Rust typeDavid Tolnay