diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-03-24 15:25:08 +0100 |
---|---|---|
committer | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-03-30 13:52:32 +0200 |
commit | 649833b71ae3594e697f8ef91d5d4e09375627ce (patch) | |
tree | 334f74ecfe6384d62785581efab466fb85cf2af8 | |
parent | 36ead3c1b56838f091f4b223dcfc68ff91e66b8d (diff) | |
download | gcc-649833b71ae3594e697f8ef91d5d4e09375627ce.zip gcc-649833b71ae3594e697f8ef91d5d4e09375627ce.tar.gz gcc-649833b71ae3594e697f8ef91d5d4e09375627ce.tar.bz2 |
libproc_macro: Move rust interface directory
Move libproc_macro's interface to it's final directory.
ChangeLog:
* librust/proc_macro/rust/bridge.rs: Moved to...
* libgrust/libproc_macro/rust/bridge.rs: ...here.
* librust/proc_macro/rust/bridge/group.rs: Moved to...
* libgrust/libproc_macro/rust/bridge/group.rs: ...here.
* librust/proc_macro/rust/bridge/ident.rs: Moved to...
* libgrust/libproc_macro/rust/bridge/ident.rs: ...here.
* librust/proc_macro/rust/bridge/literal.rs: Moved to...
* libgrust/libproc_macro/rust/bridge/literal.rs: ...here.
* librust/proc_macro/rust/bridge/punct.rs: Moved to...
* libgrust/libproc_macro/rust/bridge/punct.rs: ...here.
* librust/proc_macro/rust/bridge/span.rs: Moved to...
* libgrust/libproc_macro/rust/bridge/span.rs: ...here.
* librust/proc_macro/rust/bridge/token_stream.rs: Moved to...
* libgrust/libproc_macro/rust/bridge/token_stream.rs: ...here.
* librust/proc_macro/rust/group.rs: Moved to...
* libgrust/libproc_macro/rust/group.rs: ...here.
* librust/proc_macro/rust/ident.rs: Moved to...
* libgrust/libproc_macro/rust/ident.rs: ...here.
* librust/proc_macro/rust/lib.rs: Moved to...
* libgrust/libproc_macro/rust/lib.rs: ...here.
* librust/proc_macro/rust/literal.rs: Moved to...
* libgrust/libproc_macro/rust/literal.rs: ...here.
* librust/proc_macro/rust/punct.rs: Moved to...
* libgrust/libproc_macro/rust/punct.rs: ...here.
* librust/proc_macro/rust/span.rs: Moved to...
* libgrust/libproc_macro/rust/span.rs: ...here.
* librust/proc_macro/rust/token_stream.rs: Moved to...
* libgrust/libproc_macro/rust/token_stream.rs: ...here.
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
-rw-r--r-- | libgrust/libproc_macro/rust/bridge.rs (renamed from librust/proc_macro/rust/bridge.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/bridge/group.rs (renamed from librust/proc_macro/rust/bridge/group.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/bridge/ident.rs (renamed from librust/proc_macro/rust/bridge/ident.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/bridge/literal.rs (renamed from librust/proc_macro/rust/bridge/literal.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/bridge/punct.rs (renamed from librust/proc_macro/rust/bridge/punct.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/bridge/span.rs (renamed from librust/proc_macro/rust/bridge/span.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/bridge/token_stream.rs (renamed from librust/proc_macro/rust/bridge/token_stream.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/group.rs (renamed from librust/proc_macro/rust/group.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/ident.rs (renamed from librust/proc_macro/rust/ident.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/lib.rs (renamed from librust/proc_macro/rust/lib.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/literal.rs (renamed from librust/proc_macro/rust/literal.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/punct.rs (renamed from librust/proc_macro/rust/punct.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/span.rs (renamed from librust/proc_macro/rust/span.rs) | 0 | ||||
-rw-r--r-- | libgrust/libproc_macro/rust/token_stream.rs (renamed from librust/proc_macro/rust/token_stream.rs) | 0 |
14 files changed, 0 insertions, 0 deletions
diff --git a/librust/proc_macro/rust/bridge.rs b/libgrust/libproc_macro/rust/bridge.rs index eb7f854..eb7f854 100644 --- a/librust/proc_macro/rust/bridge.rs +++ b/libgrust/libproc_macro/rust/bridge.rs diff --git a/librust/proc_macro/rust/bridge/group.rs b/libgrust/libproc_macro/rust/bridge/group.rs index 83d2e06..83d2e06 100644 --- a/librust/proc_macro/rust/bridge/group.rs +++ b/libgrust/libproc_macro/rust/bridge/group.rs diff --git a/librust/proc_macro/rust/bridge/ident.rs b/libgrust/libproc_macro/rust/bridge/ident.rs index dbfa649..dbfa649 100644 --- a/librust/proc_macro/rust/bridge/ident.rs +++ b/libgrust/libproc_macro/rust/bridge/ident.rs diff --git a/librust/proc_macro/rust/bridge/literal.rs b/libgrust/libproc_macro/rust/bridge/literal.rs index 080cc1b..080cc1b 100644 --- a/librust/proc_macro/rust/bridge/literal.rs +++ b/libgrust/libproc_macro/rust/bridge/literal.rs diff --git a/librust/proc_macro/rust/bridge/punct.rs b/libgrust/libproc_macro/rust/bridge/punct.rs index f5f76b1..f5f76b1 100644 --- a/librust/proc_macro/rust/bridge/punct.rs +++ b/libgrust/libproc_macro/rust/bridge/punct.rs diff --git a/librust/proc_macro/rust/bridge/span.rs b/libgrust/libproc_macro/rust/bridge/span.rs index 5bbdd5a..5bbdd5a 100644 --- a/librust/proc_macro/rust/bridge/span.rs +++ b/libgrust/libproc_macro/rust/bridge/span.rs diff --git a/librust/proc_macro/rust/bridge/token_stream.rs b/libgrust/libproc_macro/rust/bridge/token_stream.rs index 56f6679..56f6679 100644 --- a/librust/proc_macro/rust/bridge/token_stream.rs +++ b/libgrust/libproc_macro/rust/bridge/token_stream.rs diff --git a/librust/proc_macro/rust/group.rs b/libgrust/libproc_macro/rust/group.rs index 29bfb9d..29bfb9d 100644 --- a/librust/proc_macro/rust/group.rs +++ b/libgrust/libproc_macro/rust/group.rs diff --git a/librust/proc_macro/rust/ident.rs b/libgrust/libproc_macro/rust/ident.rs index 809c993..809c993 100644 --- a/librust/proc_macro/rust/ident.rs +++ b/libgrust/libproc_macro/rust/ident.rs diff --git a/librust/proc_macro/rust/lib.rs b/libgrust/libproc_macro/rust/lib.rs index a1be0ac..a1be0ac 100644 --- a/librust/proc_macro/rust/lib.rs +++ b/libgrust/libproc_macro/rust/lib.rs diff --git a/librust/proc_macro/rust/literal.rs b/libgrust/libproc_macro/rust/literal.rs index 171ca56..171ca56 100644 --- a/librust/proc_macro/rust/literal.rs +++ b/libgrust/libproc_macro/rust/literal.rs diff --git a/librust/proc_macro/rust/punct.rs b/libgrust/libproc_macro/rust/punct.rs index 0f7830e..0f7830e 100644 --- a/librust/proc_macro/rust/punct.rs +++ b/libgrust/libproc_macro/rust/punct.rs diff --git a/librust/proc_macro/rust/span.rs b/libgrust/libproc_macro/rust/span.rs index b5d573c..b5d573c 100644 --- a/librust/proc_macro/rust/span.rs +++ b/libgrust/libproc_macro/rust/span.rs diff --git a/librust/proc_macro/rust/token_stream.rs b/libgrust/libproc_macro/rust/token_stream.rs index 9333e3e..9333e3e 100644 --- a/librust/proc_macro/rust/token_stream.rs +++ b/libgrust/libproc_macro/rust/token_stream.rs |