summary refs log tree commit diff stats
path: root/compiler/modulegraphs.nim
Commit message (Expand)AuthorAgeFilesLines
* consider ambiguity for qualified symbols (#23989)metagn2024-08-201-0/+19
* special handlings for nimble packages to shorten function names (#23891)ringabout2024-08-111-4/+45
* fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)ringabout2024-07-231-2/+1
* remove nir; succeeded by nif (#23809)ringabout2024-07-091-2/+0
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-2/+2
* + added nimsuggest support for exception inlay hints (#23202)Nikolay Nikolov2024-03-151-16/+9
* compute checksum of nim files early in the pipelines (#23268)ringabout2024-01-311-1/+4
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-13/+15
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-281-5/+35
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-4/+4
* Inlay hints support (#22896)Nikolay Nikolov2023-11-041-0/+1
* so close... (#22885)Andreas Rumpf2023-10-311-0/+1
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+1
* NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...Andreas Rumpf2023-10-161-0/+1
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-111-0/+2
* fixes nimsuggest false error on lifetime tracking hook fixes #22794 (#22805)Juan M Gómez2023-10-081-0/+1
* implements RFC: [C++] Constructors as default initializers (#22694)Juan M Gómez2023-09-141-1/+2
* `initNodeTable` and friends now return (#22444)ringabout2023-08-111-10/+10
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+6
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-301-1/+1
* Cpp Vfunctions draft (#21790)Juan M Gómez2023-05-171-0/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+2
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+1
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-031-0/+13
* remove md5_old (#21312)ringabout2023-01-311-1/+1
* Fix "imported but not used" warnings (#20575)Andrey Makarov2022-10-161-1/+1
* time to make IC work with ORC (here we go again...) (#20538)Andreas Rumpf2022-10-111-5/+15
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-061-2/+2
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-301-9/+13
* remove unused nimfind defines (#20250)ringabout2022-08-231-23/+8
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-131-13/+67
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-2/+16
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-1/+1
* improvements to hint:processing: show import stack, distinguish nims, show in...Timothee Cour2021-06-301-0/+12
* ORC: improvements (#17993)Andreas Rumpf2021-05-121-1/+1
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-1/+1
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-23/+41
* IC: added converter test case (#17688)Andreas Rumpf2021-04-091-0/+4
* makes DrNim compile again (#17584)Andreas Rumpf2021-03-301-1/+2
* added a 'koch ic' command for easier adhoc testing of IC (#17508)Andreas Rumpf2021-03-261-0/+16
* IC: backend: remember produced type information (#17440)Andreas Rumpf2021-03-231-4/+25
* IC: green tests (#17311)Andreas Rumpf2021-03-191-6/+23
* IC: compilerprocs are handled correctly (#17265)Andreas Rumpf2021-03-091-9/+22
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-12/+23
* IC: final implementation steps (#16801)Andreas Rumpf2021-01-251-71/+111
* IC: next steps (#16729)Andreas Rumpf2021-01-231-0/+90
* IC: next steps (#16705)Andreas Rumpf2021-01-141-7/+5
* IC: next steps (#16632)Andreas Rumpf2021-01-121-6/+13
* IC: next steps (#16550)Andreas Rumpf2021-01-071-19/+85