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
/
semgnrc.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #18769 (#18790)
Andreas Rumpf
2021-09-03
1
-1
/
+7
*
Fixed const tuples in inferred generics (#18598)
Jason Beetham
2021-07-27
1
-17
/
+16
*
refactoring: removed empty withBracketExpr template (#18152)
Andreas Rumpf
2021-06-02
1
-4
/
+2
*
fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...
Timothee Cour
2021-05-08
1
-0
/
+3
*
potential fix for semgeneric formal params (#17494)
Saem Ghani
2021-03-24
1
-2
/
+4
*
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
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-5
/
+7
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-5
/
+5
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-1
/
+1
*
fix bug in semgnrc: runnableExamples should not semcheck, even with > 1 arg (...
Timothee Cour
2020-06-23
1
-1
/
+1
*
implement the 'bind' statement for generics, it was an oversight that this wa...
Andreas Rumpf
2020-06-07
1
-4
/
+11
*
fix #13524 astToStr now works inside generics (#13681)
Timothee Cour
2020-03-18
1
-1
/
+1
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-117
/
+111
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-21
/
+21
*
refs #11947; FieldError fixed (#11950)
Timothee Cour
2019-08-15
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
fixes #11188 (#11319)
Andreas Rumpf
2019-05-24
1
-2
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-6
/
+6
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-15
/
+15
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
Fixes #10727. (#10728)
deech
2019-02-25
1
-1
/
+6
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-11
/
+12
*
fixes #8603
Araq
2018-10-30
1
-1
/
+8
*
Fix regression with runnableExamples in generic expr
LemonBoy
2018-09-30
1
-5
/
+5
*
fixes #8694
Andreas Rumpf
2018-09-02
1
-2
/
+2
*
Fix use of custom pragmas in generic procs (#8165)
LemonBoy
2018-07-01
1
-1
/
+2
*
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-11
/
+20
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-8
/
+8
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
semstmts compiles again
Andreas Rumpf
2018-05-12
1
-40
/
+40
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-1
/
+1
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-07
1
-0
/
+2
|
\
|
*
minor breaking change: for loop bodies now get their own scope
Andreas Rumpf
2017-11-05
1
-0
/
+2
*
|
wip
Andreas Rumpf
2017-11-02
1
-1
/
+1
|
/
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-3
/
+3
*
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
1
-0
/
+4
*
introduce a pre-processing pass for the concept bodies
Zahary Karadjov
2017-06-20
1
-3
/
+10
*
fixes #5597; wrong eager template instantiation in generic context (#5601)
Andreas Rumpf
2017-03-24
1
-3
/
+3
*
make tests green again
Andreas Rumpf
2017-03-02
1
-0
/
+8
*
fixes #5419
Andreas Rumpf
2017-02-24
1
-1
/
+5
*
More progress towards a working #3691.
Dominik Picheta
2017-02-03
1
-6
/
+4
*
WIP: `as` with generics.
Dominik Picheta
2017-02-02
1
-1
/
+10
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
1
-2
/
+2
*
fixes #4600
Andreas Rumpf
2016-08-23
1
-6
/
+7
*
fixes #4555
Andreas Rumpf
2016-08-02
1
-1
/
+1
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-2
/
+2
[next]