gcc/libgrust
Arthur Cohen 6fef4d6ffc gccrs: libgrust: Add format_parser library
Compile libformat_parser and link to it.

gcc/rust/ChangeLog:

	* Make-lang.in: Compile libformat_parser.
	* ast/rust-fmt.cc: New FFI definitions.
	* ast/rust-fmt.h: Likewise.
	* expand/rust-macro-builtins.cc (MacroBuiltin::format_args_handler): Call
	into libformat_parser.
	* expand/rust-macro-builtins.h: Define format_args!() handler proper.

libgrust/ChangeLog:

	* libformat_parser/Cargo.lock: New file.
	* libformat_parser/Cargo.toml: New file.
	* libformat_parser/generic_format_parser/Cargo.toml: New file.
	* libformat_parser/generic_format_parser/src/lib.rs: New file.
	* libformat_parser/src/bin.rs: New file.
	* libformat_parser/src/lib.rs: New file.
2024-08-01 12:47:19 +02:00
..
libformat_parser gccrs: libgrust: Add format_parser library 2024-08-01 12:47:19 +02:00
libproc_macro Update copyright years. 2024-02-21 13:51:26 +01:00
libproc_macro_internal Update copyright years. 2024-02-21 13:51:26 +01:00
aclocal.m4
ChangeLog Daily bump. 2024-01-17 00:21:29 +00:00
configure gccrs: Rename libproc_macro to libproc_macro_internal 2024-01-16 19:04:31 +01:00
configure.ac gccrs: Rename libproc_macro to libproc_macro_internal 2024-01-16 19:04:31 +01:00
Makefile.am gccrs: Rename libproc_macro to libproc_macro_internal 2024-01-16 19:04:31 +01:00
Makefile.in gccrs: Rename libproc_macro to libproc_macro_internal 2024-01-16 19:04:31 +01:00