Age | Commit message (Expand) | Author | Files | Lines |
2009-05-06 | errout.adb: Minor reformatting | Robert Dewar | 1 | -8/+9 |
2009-04-29 | [multiple changes] | Arnaud Charlet | 1 | -1/+17 |
2009-04-29 | [multiple changes] | Arnaud Charlet | 1 | -7/+8 |
2009-04-20 | sem_ch6.adb (Analye_Subprogram_Declaration): Code reorganization, for better ... | Arnaud Charlet | 1 | -28/+68 |
2009-04-20 | sem_ch3.adb, [...]: Minor reformatting | Arnaud Charlet | 1 | -2/+2 |
2009-04-20 | [multiple changes] | Arnaud Charlet | 1 | -4/+12 |
2009-04-20 | [multiple changes] | Arnaud Charlet | 1 | -5/+5 |
2009-04-17 | [multiple changes] | Arnaud Charlet | 1 | -0/+7 |
2009-04-17 | output.ads (Indent,Outdent): New procedures for indenting the output. | Bob Duff | 1 | -21/+60 |
2009-04-17 | sem_ch3.adb (Access_Subprogram_Definition): Additional checks on illegal uses... | Ed Schonberg | 1 | -4/+10 |
2009-04-17 | [multiple changes] | Arnaud Charlet | 1 | -10/+19 |
2009-04-17 | [multiple changes] | Arnaud Charlet | 1 | -2/+14 |
2009-04-15 | [multiple changes] | Arnaud Charlet | 1 | -9/+6 |
2009-04-15 | [multiple changes] | Arnaud Charlet | 1 | -10/+8 |
2009-04-15 | [multiple changes] | Arnaud Charlet | 1 | -0/+1 |
2009-04-15 | exp_ch4.adb (Expand_N_Allocator): Code cleanup. | Javier Miranda | 1 | -1/+26 |
2009-04-15 | [multiple changes] | Arnaud Charlet | 1 | -3/+10 |
2009-04-10 | [multiple changes] | Arnaud Charlet | 1 | -1/+15 |
2009-04-10 | [multiple changes] | Arnaud Charlet | 1 | -4/+36 |
2009-04-10 | exp_ch5.adb, [...]: Move the code that creates a call to the _Postconditions ... | Bob Duff | 1 | -48/+6 |
2009-04-10 | sem_ch6.adb: Minor code clean up. | Robert Dewar | 1 | -14/+8 |
2009-04-10 | einfo.ads, einfo.adb (Postcondition_Proc): New attribute for procedures. | Robert Dewar | 1 | -0/+13 |
2009-04-10 | [multiple changes] | Arnaud Charlet | 1 | -14/+68 |
2009-04-10 | sem.ads, [...]: Minor comment fixes. | Bob Duff | 1 | -5/+5 |
2009-04-09 | sem_aggr.adb, [...]: Reorganize einfo/sem_aux, moving routines from einfo to ... | Robert Dewar | 1 | -0/+1 |
2009-04-09 | [multiple changes] | Arnaud Charlet | 1 | -1/+9 |
2009-04-07 | [multiple changes] | Arnaud Charlet | 1 | -2/+13 |
2009-04-07 | [multiple changes] | Arnaud Charlet | 1 | -36/+37 |
2009-04-07 | [multiple changes] | Arnaud Charlet | 1 | -6/+30 |
2009-04-07 | [multiple changes] | Arnaud Charlet | 1 | -9/+15 |
2009-04-07 | checks.adb: Remove Assume_Valid parameter from In_Subrange_Of calls | Robert Dewar | 1 | -7/+17 |
2008-09-14 | a-crbtgk.adb, [...]: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-08-22 | exp_ch5.adb, [...]: Rename... | Bob Duff | 1 | -8/+4 |
2008-08-20 | styleg-c.ads, [...] (Missing_Overriding): new procedure to implement style ch... | Arnaud Charlet | 1 | -7/+24 |
2008-08-18 | gcc/ada/ | Samuel Tardieu | 1 | -2/+1 |
2008-08-18 | re PR ada/15808 (Illegal program not detected, RM 3.9.3(10)) | Samuel Tardieu | 1 | -1/+1 |
2008-08-04 | 2008-08-04 Ed Schonberg <schonberg@adacore.com> | Ed Schonberg | 1 | -1/+8 |
2008-08-04 | sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support for N_For... | Javier Miranda | 1 | -1/+14 |
2008-08-04 | exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the target to ... | Gary Dismukes | 1 | -8/+13 |
2008-08-04 | sem_ch3.adb (Access_Definition): A formal object declaration is a legal conte... | Ed Schonberg | 1 | -6/+23 |
2008-08-01 | sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not generating code | Robert Dewar | 1 | -0/+6 |
2008-08-01 | sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of Raise_Exception | Robert Dewar | 1 | -12/+3 |
2008-07-31 | sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the correspon... | Hristian Kirtchev | 1 | -2/+7 |
2008-07-31 | sem_type.adb (Has_Compatible_Type): Complete support for synchronized types w... | Javier Miranda | 1 | -83/+47 |
2008-07-31 | sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis... | Ed Schonberg | 1 | -4/+62 |
2008-07-30 | einfo.adb: Flag245 is now used. | Hristian Kirtchev | 1 | -26/+189 |
2008-06-03 | Makefile.in (common_tools): Fix typos in $(exeext) extension. | Ralf Wildenhues | 1 | -2/+2 |
2008-05-29 | sem_ch6.adb (Analyze_Subprogram_Specification): if the return type is abstrac... | Ed Schonberg | 1 | -8/+6 |
2008-05-28 | sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed. | Javier Miranda | 1 | -36/+332 |
2008-05-28 | sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support for user-defi... | Javier Miranda | 1 | -0/+4 |