]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_ch8.adb
doc: Use https for our own site (and GCC for the project)
[gcc.git] / gcc / ada / sem_ch8.adb
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Piotr Trojanekada: Fix uses of not Present
2024-01-09 Steve Bairdada: Fix bug in Sem_Util.Enclosing_Declaration
2024-01-09 Steve Bairdada: Error compiling Ada 2022 object renaming with...
2023-12-19 Steve Bairdada: Cope with Sem_Util.Enclosing_Declaration oddness.
2023-11-30 Yannick Moyada: Fix spelling of functions with(out) "side effects"
2023-11-30 Steve Bairdada: Name resolution in expanded instances
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
2023-11-07 Viljar Indusada: Implement Aspects as fields under nodes
2023-11-07 Steve Bairdada: New Local_Restrictions and User_Aspect aspects.
2023-09-15 Bob Duffada: Clean up scope depth and related code (tech debt)
2023-05-25 Bob Duffada: Switch from E_Void to Is_Not_Self_Hidden
2023-05-23 Piotr Trojanekada: Add tags to warnings controlled by Warn_On_Redunda...
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-15 Bob Duffada: Clean up vanishing entity fields
2023-05-15 Ronan Desplanquesada: Simplify lookup of predecessor in homonym chain
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Justin Squirekada: Spurious error on Lock_Free protected type with...
2022-11-24 Justin Squirekada: Spurious error on Lock_Free protected type with...
2022-11-21 Bob Duffada: Move warnings switches
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-11-04 Piotr Trojanekada: Improve efficiency of scope stack restoration
2022-11-04 Steve Bairdada: Allow enabling a restricted set of language extens...
2022-07-12 Justin Squirek[Ada] Spurious use_type clause warning
2022-07-05 Bob Duff[Ada] Misc cleanup related to finalization
2022-06-02 Piotr Trojanek[Ada] Remove redundant checks for missing lists
2022-06-01 Yannick Moy[Ada] Issue a warning on entity hidden in use_clause...
2022-05-19 Piotr Trojanek[Ada] Fix continuation message without a prior error
2022-05-18 Eric Botcazou[Ada] Small performance tweak in recent change
2022-05-17 Gary Dismukes[Ada] Subprogram renaming fails to hide homograph
2022-05-13 Justin Squirek[Ada] Ineffective use type clause warnings cause compil...
2022-05-10 Justin Squirek[Ada] Incorrect ineffective use type clause warning
2022-05-09 Justin Squirek[Ada] Improve error messages to include full package...
2022-05-09 Eric Botcazou[Ada] Revamp type resolution for comparison and equalit...
2022-05-09 Piotr Trojanek[Ada] Remove doubly-negated tests for empty lists
2022-01-11 Justin Squirek[Ada] Include generic instance names in non-visible...
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07 Justin Squirek[Ada] Cleanup and modification of unreferenced warnings
2022-01-06 Eric Botcazou[Ada] Fix spurious error on instantiation with Text_IO...
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2021-12-02 Piotr Trojanek[Ada] Cleanup insertion of single freezing actions
2021-12-01 Yannick Moy[Ada] Improve error messages for dot notation when...
2021-10-25 Bob Duff[Ada] Follow-on cleanups for Uint fields
2021-10-25 Etienne Servais[Ada] Change format of the ?? warning insertion sequence
2021-10-25 Ghjuvan Lacambre[Ada] Initialize variable to Empty
2021-10-25 Javier Miranda[Ada] Ada 2022: Class-wide types and formal abstract...
2021-10-25 Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-20 Bob Duff[Ada] tech debt: Clean up Uint fields, such as Esize
2021-10-04 Javier Miranda[Ada] Fix latent problem in Sem_Ch8.Build_Class_Wide_Wr...
2021-09-22 Bob Duff[Ada] Fix conformance errors and erroneous code
2021-09-20 Bob Duff[Ada] Clean up Uint fields, remove unused routines
2021-07-07 Gary Dismukes[Ada] Implement new legality checks specified by AI12...
2021-07-06 Bob Duff[Ada] Transient scope cleanup
2021-07-06 Gary Dismukes[Ada] Support for Object.Op subprogram-call notation...
2021-06-29 Gary Dismukes[Ada] Overriding errors on renamings and instances...
2021-06-17 Justin Squirek[Ada] Removal of technical debt
2021-06-17 Bob Duff[Ada] Fix varsize node name conflict
2021-06-16 Piotr Trojanek[Ada] Remove extra parens around a function call
2021-06-15 Arnaud Charlet[Ada] Rename Ada 202* to Ada 2022
2021-05-07 Bob Duff[Ada] Minor reformattings
2021-05-07 Bob Duff[Ada] Variable-sized node types -- cleanup
2021-05-07 Bob Duff[Ada] Variable-sized node types
2021-05-03 Arnaud Charlet[Ada] Update copyright notice
2021-05-03 Piotr Trojanek[Ada] Replace calls to RTE with Is_RTE where possible
2021-05-03 Piotr Trojanek[Ada] Remove leading and trailing spaces in error messages
2021-04-29 Arnaud Charlet[Ada] Self reference access discriminant
2021-04-29 Arnaud Charlet[Ada] Ada 2020 AI12-0401: Renaming of qualified express...
2021-04-29 Gary Dismukes[Ada] Warning for 'Class applied to untagged incomplete...
2021-03-02 Eric BotcazouFix PR ada/99095
2020-12-17 Piotr Trojanek[Ada] Consistent wording for missing -gnat2020 switch
2020-12-17 Arnaud Charlet[Ada] Remove discriminant checks processing in gigi
2020-12-17 Yannick Moy[Ada] Fixes for GNAT error/warning messages
2020-11-30 Bob Duff[Ada] Crash on ghost assignment check for illegal code
2020-11-26 Arnaud Charlet[Ada] Ada 2020 AI12-0401 Renaming of qualified expressi...
2020-11-26 Piotr Trojanek[Ada] Reuse Is_Generic_Subprogram where possible
2020-11-26 Piotr Trojanek[Ada] Reuse Is_Concurrent_Type when detecting protected...
2020-11-24 Piotr Trojanek[Ada] Reuse Is_Packed_Array where possible
2020-10-26 Arnaud Charlet[Ada] Improve error on missing with clause
2020-10-23 Johannes Kanig[Ada] GNATprove: remove support for external axiomatiza...
2020-10-22 Javier Miranda[Ada] ACATS 4.1H - B853001 - missed errors for renamed...
2020-10-20 Arnaud Charlet[Ada] Spurious discriminant check on "for of" loop
2020-10-20 Bob Duff[Ada] Flexible AST node structure
2020-10-19 Bob Duff[Ada] Expanded names in ghost assignments
2020-10-19 Javier Miranda[Ada] Crash in expression function defined in protected...
2020-10-15 Arnaud Charlet[Ada] Wrong use of Scope_Depth_Value
2020-07-27 Arnaud Charlet[Ada] Assert failure on incorrect code
2020-07-27 Arnaud Charlet[Ada] AI12-0383 Renaming values
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-16 Arnaud Charlet[Ada] AI12-0132 Freezing of renames_as_body
2020-07-16 Arnaud Charlet[Ada] Spurious redundant use clause warning
2020-07-10 Piotr Trojanek[Ada] Revert mistaken negation related to references...
2020-07-10 Piotr Trojanek[Ada] Fix detection of actual parameters for procedure...
2020-07-07 Piotr Trojanek[Ada] Use Is_Generic_Subprogram where possible
2020-07-07 Piotr Trojanek[Ada] Fix typo in code to get a better error message
2020-07-07 Arnaud Charlet[Ada] ACATS 4.1H - BC60005 - null exclusion matching...
2020-06-18 Arnaud Charlet[Ada] ACATS 4.1J - B854003 - Subtype conformance check...
2020-06-17 Javier Miranda[Ada] Ada2020: AI12-0279 more dispatching points with...
2020-06-17 Piotr Trojanek[Ada] Fix casing from GNATProve to GNATprove
2020-06-16 Piotr Trojanek[Ada] Accept renamings of folded string aggregates
2020-06-15 Arnaud Charlet[Ada] Improve error message on premature usage of subtypes
next
This page took 1.370729 seconds and 7 git commands to generate.