Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | [Ada] Fix scope of index parameter inside a delta aggregate | Piotr Trojanek | 1 | -2/+2 |
2020-10-22 | [Ada] Ada_2020: ongoing work for aggregates for bounded containers | Ed Schonberg | 1 | -3/+9 |
2020-10-21 | [Ada] Fix crash on illegal OTHERS in iterated_component_association | Piotr Trojanek | 1 | -1/+1 |
2020-10-21 | [Ada] Use index parameter for iterated_component_association | Piotr Trojanek | 1 | -7/+2 |
2020-10-21 | [Ada] Fix crash with iterated_component_association and -gnatc | Piotr Trojanek | 1 | -1/+7 |
2020-10-20 | [Ada] AI12-0339: Empty function for Aggregate aspect of Ada containers | Ed Schonberg | 1 | -0/+5 |
2020-10-20 | [Ada] New warning on not fully initialized box aggregate | Arnaud Charlet | 1 | -1/+43 |
2020-10-19 | [Ada] Ada_2020: Implement Key_Expression for named container aggregates | Ed Schonberg | 1 | -23/+61 |
2020-10-19 | [Ada] ACATS 4.1R - Exception missed | Arnaud Charlet | 1 | -6/+18 |
2020-10-16 | [Ada] Assorted style cleanups | Piotr Trojanek | 1 | -1/+1 |
2020-10-16 | [Ada] Add Max_Integer_Size attribute and couple of helper functions | Eric Botcazou | 1 | -1/+3 |
2020-07-27 | [Ada] Use membership tests in front-end | Arnaud Charlet | 1 | -25/+25 |
2020-07-16 | [Ada] Ongoing work for AI12-0212 : container aggregates | Ed Schonberg | 1 | -2/+53 |
2020-07-15 | [Ada] Ongoing work for AI12-0212: container aggregates | Arnaud Charlet | 1 | -19/+22 |
2020-07-15 | [Ada] Potential access to uninitialized variable | Arnaud Charlet | 1 | -1/+3 |
2020-07-15 | [Ada] Minor reformatting of comments and some code, plus a typo correction | Gary Dismukes | 1 | -4/+4 |
2020-07-15 | [Ada] Ongoing work for unnamed and named container aggregates | Ed Schonberg | 1 | -27/+174 |
2020-07-10 | [Ada] Use small limit for aggregates inside subprograms | Arnaud Charlet | 1 | -2/+2 |
2020-07-10 | [Ada] Part of implementation of AI12-0212: container aggregates | Ed Schonberg | 1 | -0/+51 |
2020-07-08 | [Ada] Ada_2020 AI12-0250 : Implement Iterator filters. | Ed Schonberg | 1 | -0/+12 |
2020-07-07 | [Ada] Change local object from variable to constant | Piotr Trojanek | 1 | -6/+4 |
2020-06-19 | [Ada] Decorate record delta aggregate for GNATprove | Piotr Trojanek | 1 | -12/+24 |
2020-06-16 | [Ada] Declare expressions | Bob Duff | 1 | -1/+2 |
2020-06-16 | [Ada] ACATS 4.1P - C432003 - Errors missed on extension aggregates | Arnaud Charlet | 1 | -3/+5 |
2020-06-11 | [Ada] Refine type of a routine parameter from Node_Id to Entity_Id | Piotr Trojanek | 1 | -2/+2 |
2020-06-11 | [Ada] Refine type of a counter-like variable | Piotr Trojanek | 1 | -1/+1 |
2020-06-11 | [Ada] Iterate with procedural version of Next routine where possible | Piotr Trojanek | 1 | -1/+1 |
2020-06-11 | [Ada] Avoid "others => <>" association in resolved record aggregates | Piotr Trojanek | 1 | -11/+5 |
2020-06-11 | [Ada] Move duplicated routines for building itypes to Sem_Util | Piotr Trojanek | 1 | -95/+0 |
2020-06-11 | [Ada] Refine type for sorting case-choices tables | Piotr Trojanek | 1 | -6/+4 |
2020-06-11 | [Ada] Create constrained itypes for nested record aggregates | Piotr Trojanek | 1 | -63/+101 |
2020-06-11 | [Ada] Remove a dubious optimization for Object Specific Data dispatching | Piotr Trojanek | 1 | -68/+0 |
2020-06-08 | [Ada] Remove processing of SPARK_05 restriction | Arnaud Charlet | 1 | -121/+0 |
2020-06-05 | [Ada] Do not create an empty list of nodes that confuses GNATprove | Piotr Trojanek | 1 | -5/+6 |
2020-06-05 | [Ada] Minor wording changes wrt Ada 202x | Arnaud Charlet | 1 | -1/+1 |
2020-06-03 | [Ada] Iterate with procedural versions of Next_... routines where possible | Piotr Trojanek | 1 | -1/+1 |
2020-06-02 | [Ada] Remove ASIS_Mode | Arnaud Charlet | 1 | -35/+3 |
2020-06-02 | [Ada] Bump copyright year | Arnaud Charlet | 1 | -1/+1 |
2020-05-12 | Be prepared for more aggregates in gigi | Eric Botcazou | 1 | -3/+16 |
2019-12-16 | [Ada] AI12-0001: Independence and Representation clauses for atomic objects | Eric Botcazou | 1 | -0/+1 |
2019-10-10 | [Ada] 'others' in conditional_expressions | Bob Duff | 1 | -23/+25 |
2019-10-10 | [Ada] Missing Predicated_Parent link on array Itype | Ed Schonberg | 1 | -1/+8 |
2019-09-17 | [Ada] Ada 2020: Raise expressions in limited contexts (AI12-0172) | Javier Miranda | 1 | -0/+10 |
2019-08-20 | [Ada] Enable delta_aggregate only in Ada 2020 mode | Bob Duff | 1 | -0/+5 |
2019-07-22 | [Ada] Further fix non-stored discriminant in aggregate for GNATprove | Eric Botcazou | 1 | -11/+32 |
2019-07-09 | [Ada] Reformat comments | Piotr Trojanek | 1 | -1/+1 |
2019-01-08 | [Ada] Bump copyright years to 2019 | Pierre-Marie de Rodat | 1 | -1/+1 |
2018-12-11 | [Ada] Fix setting of Has_Predicate flag for aggregate subtypes | Ed Schonberg | 1 | -2/+12 |
2018-05-30 | [Ada] Spell preanalysis, preanalyze correctly | Bob Duff | 1 | -1/+1 |
2018-05-23 | [Ada] Spurious error on instantiation with type with unknown discriminants | Ed Schonberg | 1 | -1/+4 |