Age | Commit message (Expand) | Author | Files | Lines |
2009-04-17 | [multiple changes] | Arnaud Charlet | 1 | -0/+3 |
2009-04-10 | [multiple changes] | Arnaud Charlet | 1 | -0/+2 |
2009-04-10 | Update comments. | Arnaud Charlet | 1 | -5/+5 |
2009-04-10 | [multiple changes] | Arnaud Charlet | 1 | -21/+37 |
2009-04-10 | sem_aux.ads, [...] (Nearest_Current_Scope): New function. | Robert Dewar | 1 | -1/+2 |
2009-04-09 | sem_aggr.adb, [...]: Reorganize einfo/sem_aux, moving routines from einfo to ... | Robert Dewar | 1 | -0/+1 |
2008-08-06 | sem_res.adb: Minor reformatting | Thomas Quinot | 1 | -8/+8 |
2008-08-06 | sem_res.adb (Resolve_Call): Use base type to determine whether a dereference ... | Ed Schonberg | 1 | -3/+4 |
2008-08-05 | sem_res.adb (Resolve_Call): If this is a call to the predefined Abort_Task... | Arnaud Charlet | 1 | -1/+5 |
2008-08-04 | 2008-08-04 Robert Dewar <dewar@adacore.com> | Robert Dewar | 1 | -1/+21 |
2008-08-04 | sem_ch13.ads: Minor comment update | Robert Dewar | 1 | -6/+10 |
2008-08-04 | sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support for N_For... | Javier Miranda | 1 | -5/+25 |
2008-08-04 | sem_ch3.adb (Access_Definition): A formal object declaration is a legal conte... | Ed Schonberg | 1 | -1/+27 |
2008-08-01 | 2008-08-01 Robert Dewar <dewar@adacore.com> | Robert Dewar | 1 | -0/+15 |
2008-07-31 | sem_type.adb (Has_Compatible_Type): Complete support for synchronized types w... | Javier Miranda | 1 | -9/+41 |
2008-06-07 | sem_res.adb (Large_Storage_Type): A type is large if it requires as many bits... | Samuel Tardieu | 1 | -6/+10 |
2008-05-29 | * sem_res.adb: Minor reformatting | Arnaud Charlet | 1 | -5/+4 |
2008-05-28 | sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram type has a ... | Ed Schonberg | 1 | -8/+8 |
2008-05-28 | restrict.ads: Add missing restrictions, and properly label all GNAT defined ones | Robert Dewar | 1 | -0/+9 |
2008-05-27 | sem_res.adb: Minor comment fixes | Thomas Quinot | 1 | -2/+2 |
2008-05-20 | sem_res.adb (Resolve_Op_Not): Warn on double negation | Robert Dewar | 1 | -0/+13 |
2008-04-14 | vms_data.ads: Fix typo in constant. | Ralf Wildenhues | 1 | -1/+1 |
2008-04-13 | sem_ch10.adb, [...]: Fix comment typos. | Ralf Wildenhues | 1 | -17/+17 |
2008-04-08 | exp_ch2.adb: Minor reformatting. | Hristian Kirtchev | 1 | -187/+394 |
2008-03-26 | sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite recursion ... | Robert Dewar | 1 | -13/+60 |
2007-12-19 | atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate the res... | Bob Duff | 1 | -111/+167 |
2007-12-13 | exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for assert fail | Robert Dewar | 1 | -30/+117 |
2007-10-15 | s-taprop-solaris.adb, [...]: Minor reformatting. | Robert Dewar | 1 | -20/+88 |
2007-09-26 | sem_res.adb (Resolve_Call): If the call is dispatching... | Ed Schonberg | 1 | -6/+21 |
2007-09-10 | exp_atag.ads, [...]: Replace headers with GPL v3 headers. | Robert Dewar | 1 | -4/+3 |
2007-08-31 | restrict.adb, [...]: Remove redundant type conversion. | Hristian Kirtchev | 1 | -5/+15 |
2007-08-16 | sem_res.adb (Comes_From_Predefined_Lib_Unit): New. | Hristian Kirtchev | 1 | -6/+52 |
2007-08-14 | sem_res.adb (Resolve_Allocator): Propagate any coextensions that appear in th... | Ed Schonberg | 1 | -74/+167 |
2007-06-06 | sem_res.ads, [...] (Process_Allocator): Do not propagate the chain of coexten... | Hristian Kirtchev | 1 | -221/+694 |
2007-04-06 | exp_ch4.adb (Expand_N_Type_Conversion): Remove special processing for convers... | Geert Bosch | 1 | -95/+402 |
2006-10-31 | sem_res.adb (Resolve_Unary_Op): Add warning for use of unary minus with multi... | Robert Dewar | 1 | -166/+455 |
2006-02-17 | sem_res.adb (Resolve_Type_Conversion): In case of conversion to an abstract i... | Javier Miranda | 1 | -37/+24 |
2006-02-15 | re PR ada/25885 (Tree checking failure on ASIS) | Ed Schonberg | 1 | -149/+304 |
2005-12-09 | exp_util.ads, [...] (Is_Ref_To_Bit_Packed_Slice): Handle case of type convers... | Robert Dewar | 1 | -39/+53 |
2005-11-15 | sem_res.adb (Resolve_Call): Provide a better error message whenever a procedu... | Hristian Kirtchev | 1 | -82/+111 |
2005-09-05 | sem_res.adb (Resolve_Membership_Op): In case of the membership test "Iface_CW... | Javier Miranda | 1 | -83/+115 |
2005-07-07 | freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types. | Javier Miranda | 1 | -0/+13 |
2005-07-04 | sem_res.adb (Resolve_Actuals): Do not resolve the expression of an actual tha... | Thomas Quinot | 1 | -8/+12 |
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 | -184/+397 |
2005-03-29 | sem_res.adb (Resolve_Real_Literal): Generate warning if static fixed-point ex... | Robert Dewar | 1 | -21/+97 |
2005-03-18 | exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec... | Thomas Quinot | 1 | -33/+35 |
2005-02-10 | g-zstspl.ads: New file. | Robert Dewar | 1 | -52/+131 |
2005-01-03 | sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair... | Arnaud Charlet | 1 | -6/+14 |
2004-08-13 | [multiple changes] | Arnaud Charlet | 1 | -1/+5 |