Age | Commit message (Expand) | Author | Files | Lines |
2009-04-16 | [multiple changes] | Arnaud Charlet | 1 | -1/+1 |
2009-04-16 | [multiple changes] | Arnaud Charlet | 1 | -6/+34 |
2009-04-15 | [multiple changes] | Arnaud Charlet | 1 | -0/+14 |
2009-04-10 | sem_ch6.ads (Check_Subtype_Conformant): Add ??? comment for undocumented formal. | Thomas Quinot | 1 | -2/+2 |
2009-04-09 | sem_aggr.adb, [...]: Reorganize einfo/sem_aux, moving routines from einfo to ... | Robert Dewar | 1 | -0/+1 |
2009-04-09 | Minor reformatting. | Arnaud Charlet | 1 | -2/+1 |
2009-04-07 | [multiple changes] | Arnaud Charlet | 1 | -6/+28 |
2008-09-14 | a-crbtgk.adb, [...]: Fix typos in comments. | Ralf Wildenhues | 1 | -1/+1 |
2008-08-04 | sem_type.adb, [...]: Minor reformatting | Thomas Quinot | 1 | -1/+1 |
2008-08-04 | sem_ch4.adb: Minor reformatting. | Thomas Quinot | 1 | -2/+2 |
2008-08-04 | sem_ch4.adb (Analyze_Allocator): If the designated type is a non-null access ... | Ed Schonberg | 1 | -3/+16 |
2008-08-04 | sem_ch3.adb (Access_Definition): A formal object declaration is a legal conte... | Ed Schonberg | 1 | -9/+27 |
2008-08-01 | sem_ch4.adb: Minor reformatting Minor code reorganization | Robert Dewar | 1 | -3/+6 |
2008-08-01 | sem_ch4.adb (Analyze_One_Call): Handle complex overloading of a procedure cal... | Arnaud Charlet | 1 | -5/+25 |
2008-07-31 | sem_ch4.adb (Valid_First_Argument_Of): Complete its functionality to handle s... | Javier Miranda | 1 | -1/+7 |
2008-07-31 | sem_type.adb (Has_Compatible_Type): Complete support for synchronized types w... | Javier Miranda | 1 | -0/+4 |
2008-06-03 | Makefile.in (common_tools): Fix typos in $(exeext) extension. | Ralf Wildenhues | 1 | -1/+1 |
2008-05-26 | einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias. | Javier Miranda | 1 | -7/+6 |
2008-05-20 | 2008-05-20 Ed Schonberg <schonberg@adacore.com> | Ed Schonberg | 1 | -47/+94 |
2008-04-13 | sem_ch10.adb, [...]: Fix comment typos. | Ralf Wildenhues | 1 | -7/+7 |
2008-04-08 | sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of Has_Stream_At... | Gary Dismukes | 1 | -43/+146 |
2008-03-26 | exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation of a he... | Gary Dismukes | 1 | -2/+21 |
2008-03-02 | gnatfind.adb, [...]: Fix argument parsing typos. | Ralf Wildenhues | 1 | -1/+1 |
2007-12-19 | sem_ch4.adb (Analyze_Concatenation_Rest): New procedure. | Bob Duff | 1 | -10/+65 |
2007-12-13 | sem_ch4.adb (Analyze_Selected_Component): Include the requeue statement to th... | Hristian Kirtchev | 1 | -191/+397 |
2007-10-15 | sem_ch4.adb: Minor code and comment reformatting. | Hristian Kirtchev | 1 | -8/+48 |
2007-09-26 | sem_ch4.adb (Analyze_Qualified_Expression): Apply name resolution rule for qu... | Ed Schonberg | 1 | -10/+54 |
2007-09-10 | sem_aggr.adb (Build_Record_Aggr_Code): If an aggregate component is given a b... | Ed Schonberg | 1 | -35/+72 |
2007-08-31 | sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity flag, fo... | Ed Schonberg | 1 | -4/+28 |
2007-08-16 | [multiple changes] | Arnaud Charlet | 1 | -4/+4 |
2007-08-14 | sem_ch4.adb (Try_Class_Wide_Operation): use base type of first parameter to d... | Ed Schonberg | 1 | -42/+151 |
2007-06-06 | einfo.ads, einfo.adb (Available_View): New synthesized attribute applicable t... | Javier Miranda | 1 | -176/+511 |
2007-04-06 | sem_ch4.adb (Try_Primitive_Operation): The call is legal if the prefix type i... | Ed Schonberg | 1 | -68/+184 |
2006-10-31 | sem_ch4.adb (Try_Primitive_Operation): Code cleanup to ensure that we generat... | Ed Schonberg | 1 | -64/+191 |
2006-02-17 | sem_ch4.adb (Find_Boolean_Types): If one of the operands is an aggregate... | Ed Schonberg | 1 | -1/+26 |
2006-02-15 | sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no abstract ... | Ed Schonberg | 1 | -45/+156 |
2005-12-09 | sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference rule premat... | Ed Schonberg | 1 | -32/+34 |
2005-11-15 | a-secain.adb, [...]: Minor reformatting | Robert Dewar | 1 | -22/+7 |
2005-09-05 | sem_ch4.adb (Transform_Object_Operation): In a context off the form V (Obj.F)... | Ed Schonberg | 1 | -237/+219 |
2005-07-07 | par-load.adb (Load): If a child unit is loaded through a limited_with clause... | Ed Schonberg | 1 | -0/+19 |
2005-07-04 | sem_ch4.adb (Transform_Object_Operation): For an actual that is an overloaded... | Thomas Quinot | 1 | -1/+13 |
2005-07-01 | Update FSF address | R. Kelley Cook | 1 | -2/+2 |
2005-06-16 | exp_ch4.adb (Expand_Allocator_Expression): When an initialized allocator's de... | Gary Dismukes | 1 | -6/+71 |
2005-03-29 | sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual subtype i... | Ed Schonberg | 1 | -26/+55 |
2005-03-18 | sem_ch4.adb (Try_Primitive_Operation, [...]): Analyze the object that is acce... | Javier Miranda | 1 | -3/+10 |
2005-03-15 | sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked Elimina... | Ed Schonberg | 1 | -6/+16 |
2005-02-10 | sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even with exp... | Arnaud Charlet | 1 | -12/+17 |
2005-01-03 | sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair... | Arnaud Charlet | 1 | -15/+78 |
2004-12-08 | sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram used to rec... | Arnaud Charlet | 1 | -43/+68 |
2004-11-19 | exp_ch4.adb (Expand_N_Selected_Component): If the component is the discrimina... | Arnaud Charlet | 1 | -6/+24 |