]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-01-16  Pierre-Emmanuel... gccrs: Add regression test
2024-01-16  Pierre-Emmanuel... gccrs: Fix pub unit type parsing
2024-01-16  Jakub Dupakgccrs: TyTy: use new subclass API
2024-01-16  Jakub Dupakgccrs: TyTy: TyTy improved subclass casting and checking
2024-01-16  Pierre-Emmanuel... gccrs: Add a regression test for global path parsing
2024-01-16  Pierre-Emmanuel... gccrs: Fix type param bound parsing with opening scope
2024-01-16  Pierre-Emmanuel... gccrs: Change debug log call to as_string function
2024-01-16  Raiki Tamuragccrs: Initial implementation of v0 mangling
2024-01-16  Owen Averygccrs: Rename cloning methods in TupleStructItems and...
2024-01-16  Owen Averygccrs: Adjust methods for TuplePatternItems to match...
2024-01-16  Marc Poulhièsgccrs: minor changes (typo and minor refactor)
2024-01-16  Jakub Dupakgccrs: Add test for parser bug
2024-01-16  Jakub Dupakgccrs: Fix parser bug on tupplestruct pattern
2024-01-16  Mohammed Rizan... gccrs: Removed unnecessary comments
2024-01-16  Jakub Dupakgccrs: Fix type confusion in coercion
2024-01-16  Pierre-Emmanuel... gccrs: Fix ICE when emitting an error during cfg strip
2024-01-16  Raiki Tamuragccrs: Fix CanonicalPath for inherent impl
2024-01-16  Owen Averygccrs: Fix spelling
2024-01-16  Marc Poulhièsgccrs: Add debug helper to dump HIR
2024-01-16  Philip Herrongccrs: port over readonly_error from c-family for lvalu...
2024-01-16  Muhammad Mahadgccrs: [E0617] attempt for invalid type variable in...
2024-01-16  Philip Herrongccrs: Remove HIR::ForLoopExpr
2024-01-16  Marc Poulhièsgccrs: Minor typo fix
2024-01-16  Pierre-Emmanuel... gccrs: Add license text to libproc_macro rust interface
2024-01-16  Marc Poulhièsgccrs: trivial typo fix.
2024-01-16  Owen Averygccrs: Add intrinsics::assume
2024-01-16  Owen Averygccrs: Memoize Backend::wchar_type
2024-01-16  Owen Averygccrs: Remove unused complex number support
2024-01-16  Owen Averygccrs: Use namespace definition to simplify function...
2024-01-16  liushuyugccrs: rust-compile-intrinsic: add `copy` intrinsics ...
2024-01-16  liushuyugccrs: rust-builtins: add likely and unlikey intrinsics
2024-01-16  Owen Averygccrs: Rename "rust_error_codes.def" to "rust-error...
2024-01-16  Guillaume Gomezgccrs: Shorten `make_unsigned_long_tree` code and remov...
2024-01-16  Dave Evansgccrs: Fix typechecking (and compilation) error for...
2024-01-16  Guillaume Gomezgccrs: Remove unused `ctx` argument in `make_unsigned_l...
2024-01-16  Arthur Cohengccrs: privacy: Uncomment test relying on #1257
2024-01-16  Arthur Cohengccrs: privacy: Add testcase for #1260
2024-01-16  Muhammad Mahadgccrs: [E0599] Failed to resovle method implementation
2024-01-16  Owen Averygccrs: Convert class Backend into namespace
2024-01-16  Pierre-Emmanuel... gccrs: Unify raw attribute values
2024-01-16  Owen Averygccrs: Remove Gcc_backend
2024-01-16  Pierre-Emmanuel... gccrs: Add missing linemap to lexer
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro definition insertion
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro mapping definition insertion
2024-01-16  Pierre-Emmanuel... gccrs: Retrieve def for derive & attribute proc macros
2024-01-16  Pierre-Emmanuel... gccrs: Change proc macro definition lookup to optionals
2024-01-16  Pierre-Emmanuel... gccrs: Use optional for proc macro invocation lookup
2024-01-16  Owen Averygccrs: Remove Backend::write_export_data
2024-01-16  Owen Averygccrs: Move remaining expression-related methods into...
2024-01-16  Pierre-Emmanuel... gccrs: Clarify package import procedure
2024-01-16  Pierre-Emmanuel... gccrs: resolver: Refactor macro insertion
2024-01-16  Pierre-Emmanuel... gccrs: resolver: Refactor assertion
2024-01-16  Pierre-Emmanuel... gccrs: Move extern crate resolving
2024-01-16  Pierre-Emmanuel... gccrs: Supress error with proc macro crates
2024-01-16  Pierre-Emmanuel... gccrs: Move proc macro definition to mappings
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro top level discovery
2024-01-16  Pierre-Emmanuel... gccrs: Change early resolver visit_attributes arguments
2024-01-16  Pierre-Emmanuel... gccrs: Add getters for different types of proc macros
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macros abstractions to crate structure
2024-01-16  Pierre-Emmanuel... gccrs: Add proc macro ast representation
2024-01-16  Pierre-Emmanuel... gccrs: Visit function and structure attributes
2024-01-16  Pierre-Emmanuel... gccrs: Parse unparsed derive tokenstreams
2024-01-16  Pierre-Emmanuel... gccrs: Ease some constraints on derive definition
2024-01-16  Pierre-Emmanuel... gccrs: Change trait getter to return references
2024-01-16  Pierre-Emmanuel... gccrs: Set traits getter as member function
2024-01-16  Pierre-Emmanuel... gccrs: Make is_builtin a member function
2024-01-16  Philip Herrongccrs: Fix match-expression code-gen
2024-01-16  Owen Averygccrs: Move block-related methods into base class Backend
2024-01-16  Pierre-Emmanuel... gccrs: libproc_macro: Split c++ and rust
2024-01-16  Pierre-Emmanuel... gccrs: Rename libproc_macro to libproc_macro_internal
2024-01-16  Owen Averygccrs: Move statement-related methods into base class...
2024-01-16  Owen Averygccrs: Move function-related methods into base class...
2024-01-16  Muhammad Mahadgccrs: gccrs:[E0592] methods or associated functions...
2024-01-16  Muhammad Mahadgccrs: [E0532] Pattern arm did not match expected kind
2024-01-16  Owen Averygccrs: Move some simple expression-related methods...
2024-01-16  Owen Averygccrs: Move variable-related methods into base class...
2024-01-16  Muhammad Mahadgccrs: [E0603] Use of private item outside scope
2024-01-16  Owen Averygccrs: Move debug-related functions into base class...
2024-01-16  Owen Averygccrs: Improve type checking for if expressions
2024-01-16  Owen Averygccrs: Move label-related functions into base class...
2024-01-16  Owen Averygccrs: Fix ODR violations
2024-01-16  Raiki Tamuragccrs: Add check for no_mangle attribute
2024-01-16  Muhammad Mahadgccrs: [E0658] top level or-patterns are not allowed...
2024-01-16  Owen Averygccrs: Fix invalid call to vector::front in TypeBoundPr...
2024-01-16  Owen Averygccrs: Move type-related functions into base class...
2024-01-16  Philip Herrongccrs: fix bug in the iterator testcase
2024-01-16  Philip Herrongccrs: Fix move_val_init
2024-01-16  Philip Herrongccrs: Mark uninit-intrinsic as side-effects
2024-01-16  Philip Herrongccrs: Fix overflow intrinsic use before init
2024-01-16  Philip Herrongccrs: Fix bad uninit intrinsic
2024-01-16  Pierre-Emmanuel... gccrs: Collect error instance instead of lambda functions
2024-01-16  Pierre-Emmanuel... gccrs: Add regression test for nested macros
2024-01-16  Pierre-Emmanuel... gccrs: Resolve nested macro definition
2024-01-16  Owen Averygccrs: Handle gengtype annotations in backend/rust...
2024-01-16  Muhammad Mahadgccrs: [E0769] Use of tuple struct/variant in struct...
2024-01-16  Owen Averygccrs: Add missing gengtype related structs
2024-01-16  Muhammad Mahadgccrs: diagnostics: Added non-const `rich_location...
2024-01-16  Muhammad Mahadgccrs: [E0271] Type mismatch between associated type...
2024-01-16  Owen Averygccrs: Fork c++ resorting methods
2024-01-16  Owen Averygccrs: Rename some structs to avoid ODR issues
next