summary refs log tree commit diff stats
path: root/compiler/semfields.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-12/+13
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-2/+2
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+1
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-0/+3
* IC: next steps (#16550)Andreas Rumpf2021-01-071-1/+1
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+1
* fix #16150 improve type mismatch errors (#16152)Timothee Cour2020-12-091-2/+3
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-1/+1
* fixes #15101 [backport] (#15171)Andreas Rumpf2020-08-081-3/+2
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-29/+25
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-6/+6
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-1/+1
* void object fields are now ignored by codegen and fields/fieldPairs iterator ...Neelesh Chandola2019-01-101-0/+3
* extended system.type/typeof to support an upcoming 'collect' macro that works...Andreas Rumpf2018-09-111-2/+2
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-5/+5
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-1/+1
* semstmts compiles againAndreas Rumpf2018-05-121-10/+13
* more modules compile againAndreas Rumpf2018-05-121-5/+5
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
* fix #5642Zahary Karadjov2017-04-071-2/+3
* fixes #5430Araq2017-02-261-1/+1
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-1/+1
* fixes #4673Andreas Rumpf2016-09-011-1/+1
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* fixes #2134Araq2015-02-201-1/+1
* fixes #1902Araq2015-02-201-4/+5
* nimsuggest improvementsAraq2015-01-301-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1352Araq2014-12-141-1/+5
* extracted the fields iterator magic to its own fileAraq2014-12-121-0/+159