aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/Make-lang.in
AgeCommit message (Expand)AuthorFilesLines
2024-04-15Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' into single userThomas Schwinge1-3/+1
2024-04-15Add 'gcc/rust/Make-lang.in:LIBPROC_MACRO_INTERNAL'Thomas Schwinge1-2/+4
2024-04-15Inline 'gcc/rust/Make-lang.in:RUST_LDFLAGS' into single userThomas Schwinge1-2/+1
2024-04-15Remove 'libgrust/libproc_macro_internal' from 'gcc/rust/Make-lang.in:RUST_LDF...Thomas Schwinge1-1/+1
2024-04-09rust: Add rust.install-dvi and rust.install-html rulesChristophe Lyon1-0/+2
2024-02-07gccrs: Move the Implementation of implitem lowering into its own file.Nobel Singh1-0/+1
2024-01-30gccrs: split rust-mangle.cc into two filesRaiki Tamura1-0/+2
2024-01-30gccrs: refactor builtins initialization and attributesArthur Cohen1-0/+1
2024-01-30gccrs: nr2.0: Add base for late name resolutionArthur Cohen1-0/+1
2024-01-16gccrs: Add new keyword utility classPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Add a default AST visitorPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Add ast validation checkerPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Move proc macro builders to their own filePierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: borrowck: BIR dumpJakub Dupak1-0/+1
2024-01-16gccrs: borrowck: Create BIR builders (visitors)Jakub Dupak1-0/+1
2024-01-16gccrs: borrowck: Add initial structure for borrowcheckingJakub Dupak1-0/+7
2024-01-16gccrs: port over readonly_error from c-family for lvalue assignment checksPhilip Herron1-12/+13
2024-01-16gccrs: Rename libproc_macro to libproc_macro_internalPierre-Emmanuel Patry1-3/+3
2024-01-16gccrs: Add function `Rust::encode_punycode`Raiki Tamura1-0/+1
2024-01-16gccrs: nr2.0: Add Early name resolution visitorArthur Cohen1-0/+1
2024-01-16gccrs: nr2.0: Add DefaultResolver visitorArthur Cohen1-0/+1
2024-01-16gccrs: top-level: Add base `TopLevel` visitorArthur Cohen1-0/+1
2024-01-16gccrs: name resolution 2.0: Add base for our context data structureArthur Cohen1-0/+1
2024-01-16gccrs: Add function for Unicode NFC normalizationRaiki Tamura1-0/+1
2024-01-16gccrs: nr2.0: Add basic Rib classArthur Cohen1-0/+1
2024-01-16gccrs: Remove Rust::Optional in favor of tl::optionalArthur Cohen1-1/+0
2024-01-16gccrs: expand: Add derive proc macro draftPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: expand: Add procmacro loading functionPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Fix non-mod-rs files' external module loading pathsOwen Avery1-0/+1
2024-01-16gccrs: derive: Add #[derive(Copy)] builtinArthur Cohen1-0/+1
2024-01-16gccrs: get rid of useless helper class and fix header usagePhilip Herron1-1/+0
2024-01-16gccrs: expansion: Add base for deriving builtin macros (Clone, Copy...)Arthur Cohen1-0/+3
2024-01-16gccrs: ast: Move token converter out of ast modulePierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: ast: Rename rust-ast-tokenstream filePierre-Emmanuel Patry1-1/+1
2024-01-16gccrs: libproc_macro: Build staticallyPierre-Emmanuel Patry1-4/+8
2024-01-16gccrs: ast: Move pattern implementation out of rust-astPierre-Emmanuel Patry1-0/+2
2024-01-16gccrs: ast: Move rust-path implementation out of rust-astPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: ast: Add conversion to token streamPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: expand: Rename AttrVisitor -> CfgStripArthur Cohen1-1/+1
2024-01-16gccrs: expand: Add new ExpandVisitor classArthur Cohen1-0/+1
2024-01-16gccrs: Rename compiler properArthur Cohen1-5/+5
2024-01-16gccrs: hir: Refactor ASTLoweringStmt to source file.Arthur Cohen1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-11gccrs: move functions from rust-gcc-diagnostics to rust-diagnostics.ccParthib1-1/+0
2023-04-06gccrs: rename rust-hir-full-tests.ccSainiAditya11-1/+1
2023-04-06gccrs: Extract query_type from TypeCheckBase to be a simple externPhilip Herron1-0/+1
2023-04-06gccrs: typecheck: Refactor rust-hir-trait-reference.hPierre-Emmanuel Patry1-0/+1
2023-04-06gccrs: macros: Perform macro expansion in a fixed-point fashion.Arthur Cohen1-0/+1
2023-04-06gccrs: Refactor the type unification codePhilip Herron1-0/+1
2023-04-06gccrs: Rename rust-tyctx.cc to rust-typecheck-context.ccPhilip Herron1-1/+1