summaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
AgeCommit message (Expand)Author
2025-11-21ada: Improve Append performance for Ada.Containers.Bounded_VectorsSteve Baird
2025-11-13ada: Type-resolution error on target name in assignment to indexed containerGary Dismukes
2025-11-13ada: Annotate CRC32 runtime packages as Pure and Always_TerminatesPiotr Trojanek
2025-11-03ada: Fix Put_Image for Multiway_TreesViljar Indus
2025-11-03ada: Add missing runtime procedure for CHERIRonan Desplanques
2025-11-03ada: Move constant declarationRonan Desplanques
2025-11-03ada: Make Long_Long_Float'Write deterministicRonan Desplanques
2025-11-03ada: Add System.Traceback.Symbolic.Calling_EntityRonan Desplanques
2025-10-21Ada: Fix incorrect specification of GNAT.Calendar.Time_IO "%c"Eric Botcazou
2025-09-23ada: Improve robustness of stack usage tracking in concurrent contextsJose Ruiz
2025-09-23ada: Remove rtp base spec linker option pragmaDouglas B Rupp
2025-09-19ada: Add procedure to write an extended access as a StringMarc Poulhiès
2025-09-15ada: Add System.C_Time and GNAT.C_Time units to libgnatNicolas Boulenguez
2025-09-15ada: Add `Set_[Wide_]Wide_String` subprograms to auxiliary packages.Vadim Godunko
2025-09-11ada: add BACKLOG_MAX OS constantMarc Poulhiès
2025-09-11ada: Fix argument type of read() and write() on windowsTonu Naks
2025-09-09ada: Platform-specific import for read() and write()Tonu Naks
2025-09-09ada: Replace Preelaborable_Initialization pragmas with equivalent aspect specsDenis Mazzucato
2025-09-09ada: Unsigned_Base_Range aspectJavier Miranda
2025-07-31Revert "Ada: Add System.C_Time and GNAT.C_Time units to libgnat"Eric Botcazou
2025-07-31Ada: Add System.C_Time and GNAT.C_Time units to libgnatNicolas Boulenguez
2025-07-25ada: Fix inconsistencies in conversion functions from DurationEric Botcazou
2025-07-22ada: Additional condition for Capacity discriminant on bounded container aggr...Gary Dismukes
2025-07-03Ada: Remove left-overs of front-end exception mechanismEric Botcazou
2025-07-03ada: Port System.Stack_Usage to CHERIDaniel King
2025-07-03ada: Fix spurious Constraint_Error raised by 'Value of fixed-point typesEric Botcazou
2025-07-03ada: Remove unnecessary "return;" statementsBob Duff
2025-07-03ada: Document restriction on array lengthTonu Naks
2025-07-03ada: Fix index bounds check in Super_Delete functions and proceduresAleksandra Pasek
2025-07-03ada: Use consistent truncation of 'Value for decimal fixed-point typesEric Botcazou
2025-07-01ada: Restore consistent rounding of 'Value for ordinary fixed-point typesEric Botcazou
2025-07-01ada: Disallow underscore before exponentTonu Naks
2025-07-01ada: Fix couple of issues in System.Value_D.Integer_To_Decimal functionEric Botcazou
2025-07-01ada: Reduce the likelihood of overflow in TanhTonu Naks
2025-07-01ada: Split the unit System.Case_Utilities into two parts.Steve Baird
2025-07-01ada: Correct comment in s-valuen.adsAleksandra Pasek
2025-07-01ada: Get rid of multiple roundings for 'Value of ordinary fixed-point typesEric Botcazou
2025-07-01ada: Clarify numeric parsing codeRonan Desplanques
2025-06-30ada: Fix missing rounding in System.Value_R.Scan_Raw_RealEric Botcazou
2025-06-30ada: Ignore ghost predicate in Ada.Strings.SuperboundedClaire Dross
2025-06-30ada: Array aggregates of mutably tagged objectsJavier Miranda
2025-06-30ada: Remove redundant condition in test of System.Val_Real.Integer_To_RealEric Botcazou
2025-06-30ada: Adjust comparisons in if-statements according to coding styleJohannes Kliemann
2025-06-12ada: Apply tweak for machine-code-based coverageRonan Desplanques
2025-06-12ada: Add Ada RM clause reference in commentRonan Desplanques
2025-06-12ada: Remove subexpression that's always FalseRonan Desplanques
2025-06-12ada: Fix rounding test with odd basesEric Botcazou
2025-06-12ada: Fix various issues in System.Value_F.Integer_To_Fixed functionEric Botcazou
2025-06-12ada: Adjust alignment calculation for secondary stackJohannes Kliemann
2025-06-10ada: Special case for inconsistent pointer in Scan_Raw_UnsignedTonu Naks