[all-commits] [llvm/llvm-project] 068332: [Demangle][Rust] Parse named types
tmiasko via All-commits
all-commits at lists.llvm.org
Tue May 18 15:12:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 068332978c672afb7504b2d2856d0df9010f27bf
https://github.com/llvm/llvm-project/commit/068332978c672afb7504b2d2856d0df9010f27bf
Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/include/llvm/Demangle/RustDemangle.h
M llvm/lib/Demangle/RustDemangle.cpp
M llvm/test/Demangle/rust.test
Log Message:
-----------
[Demangle][Rust] Parse named types
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D102571
Commit: b42400ccf3be9c8a422f175e16109e358298973c
https://github.com/llvm/llvm-project/commit/b42400ccf3be9c8a422f175e16109e358298973c
Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/lib/Demangle/RustDemangle.cpp
M llvm/test/Demangle/rust.test
Log Message:
-----------
[Demangle][Rust] Parse array type
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D102573
Commit: a84c65c204ccbd2647eb567d1f7a9dca4ded977f
https://github.com/llvm/llvm-project/commit/a84c65c204ccbd2647eb567d1f7a9dca4ded977f
Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/lib/Demangle/RustDemangle.cpp
M llvm/test/Demangle/rust.test
Log Message:
-----------
[Demangle][Rust] Parse slice type
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D102578
Commit: 774de7a09bee2e21f3cd7d8f8a001d83e2654483
https://github.com/llvm/llvm-project/commit/774de7a09bee2e21f3cd7d8f8a001d83e2654483
Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/lib/Demangle/RustDemangle.cpp
M llvm/test/Demangle/rust.test
Log Message:
-----------
[Demangle][Rust] Parse tuples
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D102579
Compare: https://github.com/llvm/llvm-project/compare/8e93d10633d7...774de7a09bee
More information about the All-commits
mailing list