summary refs log tree commit diff stats
path: root/compiler/aliases.nim
Commit message (Expand)AuthorAgeFilesLines
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-2/+2
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-4/+6
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-3/+10
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-1/+6
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* Fixed objects being erroneously zeroed out before object construction (#12814...Neelesh Chandola2019-12-051-0/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-14/+14
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-3/+3
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-1/+1
* fixes #11525Andreas Rumpf2019-06-261-1/+1
* Fix #9844 (#11216)Clyybber2019-05-091-1/+8
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-3/+3
* more modules compile againAndreas Rumpf2018-05-121-2/+2
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-1/+1
* fixes #668Araq2017-12-151-1/+7
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-2/+2
* fixes #4673Andreas Rumpf2016-09-011-1/+2
* Fix issue #2245Roger Shi2015-09-081-1/+1
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-30/+30
* updated the compiler to use the new symbol namesAraq2014-08-281-3/+3
* Nimrod renamed to NimAraq2014-08-281-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-4/+4
* case consistency part 4Araq2013-12-271-3/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* codegen uses alias analysis to generate better codeAraq2011-12-101-1/+1
* alias analysis as required for the code gen and the HLOAraq2011-12-081-0/+182