| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | a-crbtgk.adb, [...]: Fix typos in comments. | Ralf Wildenhues | 2008-09-14 | 1 | -2/+2 |
* | exp_ch5.adb, [...]: Rename... | Bob Duff | 2008-08-22 | 1 | -8/+4 |
* | styleg-c.ads, [...] (Missing_Overriding): new procedure to implement style ch... | Arnaud Charlet | 2008-08-20 | 1 | -7/+24 |
* | gcc/ada/ | Samuel Tardieu | 2008-08-18 | 1 | -2/+1 |
* | re PR ada/15808 (Illegal program not detected, RM 3.9.3(10)) | Samuel Tardieu | 2008-08-18 | 1 | -1/+1 |
* | 2008-08-04 Ed Schonberg <schonberg@adacore.com> | Ed Schonberg | 2008-08-04 | 1 | -1/+8 |
* | sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support for N_For... | Javier Miranda | 2008-08-04 | 1 | -1/+14 |
* | exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the target to ... | Gary Dismukes | 2008-08-04 | 1 | -8/+13 |
* | sem_ch3.adb (Access_Definition): A formal object declaration is a legal conte... | Ed Schonberg | 2008-08-04 | 1 | -6/+23 |
* | sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not generating code | Robert Dewar | 2008-08-01 | 1 | -0/+6 |
* | sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of Raise_Exception | Robert Dewar | 2008-08-01 | 1 | -12/+3 |
* | sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the correspon... | Hristian Kirtchev | 2008-07-31 | 1 | -2/+7 |
* | sem_type.adb (Has_Compatible_Type): Complete support for synchronized types w... | Javier Miranda | 2008-07-31 | 1 | -83/+47 |
* | sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis... | Ed Schonberg | 2008-07-31 | 1 | -4/+62 |
* | einfo.adb: Flag245 is now used. | Hristian Kirtchev | 2008-07-30 | 1 | -26/+189 |
* | Makefile.in (common_tools): Fix typos in $(exeext) extension. | Ralf Wildenhues | 2008-06-03 | 1 | -2/+2 |
* | sem_ch6.adb (Analyze_Subprogram_Specification): if the return type is abstrac... | Ed Schonberg | 2008-05-29 | 1 | -8/+6 |
* | sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed. | Javier Miranda | 2008-05-28 | 1 | -36/+332 |
* | sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support for user-defi... | Javier Miranda | 2008-05-28 | 1 | -0/+4 |
* | exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains tasks... | Ed Schonberg | 2008-05-27 | 1 | -7/+7 |
* | makeutl.adb: Minor reformatting | Robert Dewar | 2008-05-27 | 1 | -2/+2 |
* | 2008-05-27 Ed Schonberg <schonberg@adacore.com> | Ed Schonberg | 2008-05-27 | 1 | -27/+33 |
* | einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias. | Javier Miranda | 2008-05-26 | 1 | -97/+141 |
* | 2008-05-20 Javier Miranda <miranda@adacore.com> | Javier Miranda | 2008-05-20 | 1 | -2/+4 |
* | vms_data.ads: Fix typo in constant. | Ralf Wildenhues | 2008-04-14 | 1 | -1/+1 |
* | sem_ch10.adb, [...]: Fix comment typos. | Ralf Wildenhues | 2008-04-13 | 1 | -11/+11 |
* | re PR ada/28305 (GNAT bug when inlining instance of a generic subprogram) | Samuel Tardieu | 2008-04-09 | 1 | -2/+8 |
* | alloc.ads: Add entries for Obsolescent_Warnings table | Robert Dewar | 2008-04-08 | 1 | -125/+419 |
* | sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on operations th... | Ed Schonberg | 2008-03-26 | 1 | -77/+83 |
* | PR ada/15803, ada/15805 | Ed Schonberg | 2007-12-19 | 1 | -6/+5 |
* | inline.adb (Back_End_Cannot_Inline): Use new flag Has_Pragma_Inline_Always in... | Robert Dewar | 2007-12-13 | 1 | -65/+77 |
* | re PR ada/15805 (Illegal program not detected, allows writing through access ... | Samuel Tardieu | 2007-12-07 | 1 | -0/+14 |
* | sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a body gener... | Ed Schonberg | 2007-10-15 | 1 | -5/+37 |
* | einfo.adb (Is_Thunk): New attribute applicable to subprograms. | Javier Miranda | 2007-09-26 | 1 | -0/+31 |
* | exp_atag.ads, [...]: Replace headers with GPL v3 headers. | Robert Dewar | 2007-09-10 | 1 | -4/+3 |
* | exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an ancestor part g... | Gary Dismukes | 2007-08-16 | 1 | -6/+37 |
* | einfo.ads, einfo.adb: Create a limited view of an incomplete type... | Ed Schonberg | 2007-08-14 | 1 | -450/+517 |
* | einfo.ads, einfo.adb (Available_View): New synthesized attribute applicable t... | Javier Miranda | 2007-06-06 | 1 | -174/+394 |
* | einfo.ads, einfo.adb: (First_Component_Or_Discriminant): New function | Robert Dewar | 2007-04-06 | 1 | -196/+176 |
* | sem_ch6.ads, [...] (Analyze_Subprogram_Declaration): A null procedure cannot ... | Ed Schonberg | 2006-10-31 | 1 | -230/+1087 |
* | sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order to inline ... | Ed Schonberg | 2006-02-17 | 1 | -9/+16 |
* | re PR ada/25885 (Tree checking failure on ASIS) | Ed Schonberg | 2006-02-15 | 1 | -81/+291 |
* | sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization for case... | Robert Dewar | 2005-12-09 | 1 | -7/+6 |
* | sem_ch6.adb (Check_Conformance): The null-exclusion feature can be omitted in... | Javier Miranda | 2005-11-15 | 1 | -52/+149 |
* | sem_ch6.ads, [...] (Check_Conformance): In case of anonymous access types the... | Javier Miranda | 2005-09-05 | 1 | -110/+200 |
* | freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types. | Javier Miranda | 2005-07-07 | 1 | -22/+21 |
* | sem_ch6.adb (Conforming_Types): If the types are anonymous access types check... | Ed Schonberg | 2005-07-04 | 1 | -8/+16 |
* | Update FSF address | R. Kelley Cook | 2005-07-01 | 1 | -2/+2 |
* | exp_ch4.adb (Expand_Allocator_Expression): When an initialized allocator's de... | Gary Dismukes | 2005-06-16 | 1 | -104/+299 |
* | sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null indicator, indic... | Ed Schonberg | 2005-03-29 | 1 | -7/+17 |