diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-08-28 17:20:28 +0200 |
---|---|---|
committer | P-E-P <32375388+P-E-P@users.noreply.github.com> | 2023-09-04 12:37:01 +0000 |
commit | 52144478c6d276eac2dc36a5a2b2148221cf0171 (patch) | |
tree | 119b6a5c8f341daf5dc650367f0f7718f60111c6 /gcc | |
parent | 879915d4a5b0d19165a09c517c96745eb6577fb6 (diff) | |
download | gcc-52144478c6d276eac2dc36a5a2b2148221cf0171.zip gcc-52144478c6d276eac2dc36a5a2b2148221cf0171.tar.gz gcc-52144478c6d276eac2dc36a5a2b2148221cf0171.tar.bz2 |
libproc_macro: Split c++ and rust
Move the rust interface to the libproc_macro directory.
ChangeLog:
* libgrust/libproc_macro_internal/rust/bridge.rs: Moved to...
* libgrust/libproc_macro/bridge.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/ffistring.rs: Moved to...
* libgrust/libproc_macro/bridge/ffistring.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/group.rs: Moved to...
* libgrust/libproc_macro/bridge/group.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/ident.rs: Moved to...
* libgrust/libproc_macro/bridge/ident.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/literal.rs: Moved to...
* libgrust/libproc_macro/bridge/literal.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/punct.rs: Moved to...
* libgrust/libproc_macro/bridge/punct.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/span.rs: Moved to...
* libgrust/libproc_macro/bridge/span.rs: ...here.
* libgrust/libproc_macro_internal/rust/bridge/token_stream.rs: Moved to...
* libgrust/libproc_macro/bridge/token_stream.rs: ...here.
* libgrust/libproc_macro_internal/rust/group.rs: Moved to...
* libgrust/libproc_macro/group.rs: ...here.
* libgrust/libproc_macro_internal/rust/ident.rs: Moved to...
* libgrust/libproc_macro/ident.rs: ...here.
* libgrust/libproc_macro_internal/rust/lib.rs: Moved to...
* libgrust/libproc_macro/lib.rs: ...here.
* libgrust/libproc_macro_internal/rust/literal.rs: Moved to...
* libgrust/libproc_macro/literal.rs: ...here.
* libgrust/libproc_macro_internal/rust/punct.rs: Moved to...
* libgrust/libproc_macro/punct.rs: ...here.
* libgrust/libproc_macro_internal/rust/span.rs: Moved to...
* libgrust/libproc_macro/span.rs: ...here.
* libgrust/libproc_macro_internal/rust/token_stream.rs: Moved to...
* libgrust/libproc_macro/token_stream.rs: ...here.
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions