]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-08-01  Tamar ChristinaAArch64: Update Neoverse V2 cost model to release costs
2024-08-01  Andrew Pinskimatch: Fix wrong code due to `(a ? e : f) !=/== (b...
2024-08-01  Yannick Moyada: Fix computation of new size when reallocating...
2024-08-01  Yannick Moyada: Update contracts on Strings libraries
2024-08-01  Piotr Trojanekada: Accept duplicate SPARK_Mode pragmas in configurati...
2024-08-01  Gary Dismukesada: Crash on access attribute with overloaded prefix...
2024-08-01  Eric Botcazouada: Fix oversight in documentation of At_End_Proc
2024-08-01  Piotr Trojanekada: Deconstruct workarounds for quantified expressions...
2024-08-01  Ghjuvan Lacambreada: Style fixes: remove blank lines following 'begin...
2024-08-01  Javier Mirandaada: Restrict string interpolation to single string...
2024-08-01  Viljar Indusada: Use ?j? in Output_Obsolescent_Entity_Warnings...
2024-08-01  Ronan Desplanquesada: Fix crash in quantified expression expansion
2024-08-01  Bob Duffada: Fix bug in resolution of Ghost_Predicate
2024-08-01  Eric Botcazouada: Define No_Return flag only for subprograms
2024-08-01  Eric Botcazouada: Implement full relaxed finalization semantics...
2024-08-01  Arnaud Charletada: Put back -G for binder
2024-08-01  Ghjuvan Lacambreada: exp_pakd.adb: disable packed expansions in CodePee...
2024-08-01  Piotr Trojanekada: Check default value aspects before resolving their...
2024-08-01  Piotr Trojanekada: Fix freezing of Default_Value expressions
2024-08-01  Piotr Trojanekada: Remove Must_Not_Freeze flags from default value...
2024-08-01  Steve Bairdada: Change "missing overriding indicator" message...
2024-08-01  Javier Mirandaada: Miscomputed bounds for inner null array aggregates
2024-08-01  Arnaud Charletada: Followup on previous change for -gnatceg
2024-08-01  Gary Dismukesada: Missing adjust of controlled component initialized...
2024-08-01  Eric Botcazouada: Fix internal error on limited aggregate in nested...
2024-08-01  Steve Bairdada: Operator visibility bug in static expression functions
2024-08-01  Ghjuvan Lacambreada: Stop ignoring Component_Size attribute in CodePeer...
2024-08-01  Ronan Desplanquesada: Fix test for wrapping loop parameter spec
2024-08-01  Arnaud Charletada: Remove support for bodies in -gnatceg
2024-08-01  Ronan Desplanquesada: Allow making empty aggregates positional
2024-08-01  Eric Botcazouada: Couple of cleanups in finalization machinery
2024-08-01  Eric Botcazouada: Remove obsolete workaround
2024-08-01  Dimitar Dimitrovtestsuite: Add filters for default_packed targets ...
2024-08-01  Pierre-Emmanuel... gccrs: Add a test for inherent impl type name resolve
2024-08-01  Pierre-Emmanuel... gccrs: Visit type during resolution of inherent impl
2024-08-01  Jakub Dupakgccrs: borrowck: Bump copyright notice
2024-08-01  Jakub Dupakgccrs: borrowck: Remove block braces to satisfy GNU...
2024-08-01  Jakub Dupakgccrs: borrowck: Fact collector
2024-08-01  Jakub Dupakgccrs: borrowck: Regions in BIR
2024-08-01  Jakub Dupakgccrs: borrowck: extract regions from types using VA
2024-08-01  Jakub Dupakgccrs: borrowck: Free region representation
2024-08-01  Jakub Dupakgccrs: borrowck: Polonius FFI
2024-08-01  Jakub Dupakgccrs: borrowck: BIR: make BIR visitor const
2024-08-01  Jakub Dupakgccrs: borrowck: BIR: emit moves
2024-08-01  Jakub Dupakgccrs: borrowck: BIR: scope handling
2024-08-01  Jakub Dupakgccrs: borrowck: BIR: Place tree traverse API
2024-08-01  Jakub Dupakgccrs: borrowck: BIR: use callable API
2024-08-01  Jakub Dupakgccrs: borrowck: Unify BIR terminilogy (node->statement)
2024-08-01  Jakub Dupakgccrs: borrowck: Use rust-system.h
2024-08-01  Arthur Cohengccrs: unify: Always coerce `!` to the target type.
2024-08-01  Arthur Cohengccrs: raw-strings: Remove dg-excess-error directive
2024-08-01  Owen Averygccrs: Improve parsing of raw string literals
2024-08-01  Owen Averygccrs: Avoid parsing const unsafe/extern functions...
2024-08-01  Owen Averygccrs: Recognize unstable as a builtin attribute
2024-08-01  Owen Averygccrs: Recognize rustc_deprecated as a builtin attribute
2024-08-01  Owen Averygccrs: Improve parsing of raw byte string literals
2024-08-01  Pierre-Emmanuel... gccrs: Change dfs function return type to support gcc 4.8
2024-08-01  Pierre-Emmanuel... gccrs: Add globbing name resolution 2.0 test
2024-08-01  Arthur Cohengccrs: nr2.0: Add new test cases.
2024-08-01  Arthur Cohengccrs: compile: resolve-path-ref: properly resolve...
2024-08-01  Pierre-Emmanuel... gccrs: Fix use rebind name resolution.
2024-08-01  Pierre-Emmanuel... gccrs: Add mappings for struct base and struct fields
2024-08-01  Pierre-Emmanuel... gccrs: Fix quoted string format
2024-08-01  Pierre-Emmanuel... gccrs: Prevent getting immutable context with classic nr
2024-08-01  Pierre-Emmanuel... gccrs: Update assignment operator with cratenum
2024-08-01  Pierre-Emmanuel... gccrs: Reinject Self parameter in new resolver
2024-08-01  Pierre-Emmanuel... gccrs: Use new name resolver to compile constant items
2024-08-01  Pierre-Emmanuel... gccrs: Remove unsafe block empty visit function
2024-08-01  Pierre-Emmanuel... gccrs: Remove extern block scoping
2024-08-01  Pierre-Emmanuel... gccrs: Add constant identifiers to the value namespace
2024-08-01  Pierre-Emmanuel... gccrs: Struct are types, not values
2024-08-01  Pierre-Emmanuel... gccrs: Change enum namespace from value to type
2024-08-01  Pierre-Emmanuel... gccrs: Add tuple struct to the type namespace
2024-08-01  Pierre-Emmanuel... gccrs: Unit struct constructor shall be resolved
2024-08-01  Pierre-Emmanuel... gccrs: Values shall be inserted in the value namespace
2024-08-01  Pierre-Emmanuel... gccrs: Raw pointer type visitor didn't require overload
2024-08-01  Pierre-Emmanuel... gccrs: Visit constant item type in default resolver
2024-08-01  Pierre-Emmanuel... gccrs: Visit function return type in default resolver
2024-08-01  Pierre-Emmanuel... gccrs: Change error message to match test
2024-08-01  Pierre-Emmanuel... gccrs: Add tuple struct constructor to value namespace
2024-08-01  Pierre-Emmanuel... gccrs: Add support for ambiguous use declarations
2024-08-01  Pierre-Emmanuel... gccrs: Make globbing definition shadowable by default
2024-08-01  Pierre-Emmanuel... gccrs: Add call to globbing visitor
2024-08-01  Pierre-Emmanuel... gccrs: Shape up name resolver for normal direct calls
2024-08-01  Pierre-Emmanuel... gccrs: Add name resolution for on globbing use decl
2024-08-01  Pierre-Emmanuel... gccrs: Add modules to type namespace
2024-08-01  Arthur Cohengccrs: late: Add bool builtin type
2024-08-01  Pierre-Emmanuel... gccrs: Prevent error emission on resolver reentry
2024-08-01  Pierre-Emmanuel... gccrs: Change error message on unresolved import
2024-08-01  Pierre-Emmanuel... gccrs: Emit error on identical use declarations
2024-08-01  Pierre-Emmanuel... gccrs: Fix duplicate detection
2024-08-01  Arthur Cohengccrs: late: Setup builtin types properly, change Rib API
2024-08-01  Arthur Cohengccrs: nr2.0: Start using newtype pattern for Usage...
2024-08-01  Arthur Cohengccrs: backend: Use new name resolver where necessary
2024-08-01  Arthur Cohengccrs: typecheck: Start using nr2.0 properly
2024-08-01  Arthur Cohengccrs: nr2.0: Add lookup of resolved nodes.
2024-08-01  Arthur Cohengccrs: session manager: Init Immutable name resolver.
2024-08-01  Arthur Cohengccrs: session-manager: Dump name resolution pass.
2024-08-01  Arsen Arsenovićc++/coroutines: only defer expanding co_{await,return...
2024-08-01  liuhongtFix mismatch between constraint and predicate for ashl...
next