aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.adb
Commit message (Expand)AuthorAgeFilesLines
...
* Library: unload library file after parsing it.Tristan Gingold2017-02-131-21/+17
* Add color diagnostics, show diagnostic option.Tristan Gingold2017-02-061-15/+15
* vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-051-42/+0
* Handle top-level instantiation of macro-expansed packages.Tristan Gingold2016-11-121-2/+26
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-0/+8
* nodes_gc: move checks in libraries (WIP)Tristan Gingold2016-10-171-0/+5
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-2/+85
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-3/+22
* Move Library_To_File_Name from Back_End to LibrariesTristan Gingold2016-09-171-4/+22
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-15/+14
* Rewrite error messages.Tristan Gingold2016-08-021-19/+23
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-5/+7
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-6/+6
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-2/+2
* Also search library in DIR/LIB/vVV.Tristan Gingold2016-05-171-19/+55
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-1/+5
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-14/+28
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-26/+24
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-2/+14
* Allow generic without default values in top-level entity.Tristan Gingold2015-05-111-1/+1
* Detect and report UTF BOM at beginning of source files.Tristan Gingold2015-01-211-1/+8
* Style fixes.Tristan Gingold2015-01-181-9/+4
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-11/+11
* Rework string literals: store literals position.Tristan Gingold2014-12-291-5/+4
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-4/+0
* Fix style.Tristan Gingold2014-12-151-5/+2
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+1714