index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
semfields.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-12
/
+13
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-2
/
+2
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
1
-0
/
+3
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-2
/
+3
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-1
/
+1
*
fixes #15101 [backport] (#15171)
Andreas Rumpf
2020-08-08
1
-3
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-29
/
+25
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-6
/
+6
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-1
/
+1
*
void object fields are now ignored by codegen and fields/fieldPairs iterator ...
Neelesh Chandola
2019-01-10
1
-0
/
+3
*
extended system.type/typeof to support an upcoming 'collect' macro that works...
Andreas Rumpf
2018-09-11
1
-2
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-5
/
+5
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-1
/
+1
*
semstmts compiles again
Andreas Rumpf
2018-05-12
1
-10
/
+13
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-5
/
+5
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
fix #5642
Zahary Karadjov
2017-04-07
1
-2
/
+3
*
fixes #5430
Araq
2017-02-26
1
-1
/
+1
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-1
/
+1
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-1
/
+1
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-5
/
+5
*
fixes #2134
Araq
2015-02-20
1
-1
/
+1
*
fixes #1902
Araq
2015-02-20
1
-4
/
+5
*
nimsuggest improvements
Araq
2015-01-30
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
fixes #1352
Araq
2014-12-14
1
-1
/
+5
*
extracted the fields iterator magic to its own file
Araq
2014-12-12
1
-0
/
+159