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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
3
-24
/
+21
*
fixes #18235 - proc annotation type macro sym leak (#18249)
Saem Ghani
2021-06-14
2
-9
/
+26
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
5
-44
/
+60
*
followup #17777: declaredloc field error msgs now work with generics (#18259)
Timothee Cour
2021-06-14
2
-2
/
+8
*
getType now works with tyInferred (arising from concepts); refs #18220 (#18241)
Timothee Cour
2021-06-12
1
-1
/
+1
*
use more meaningful name than "workaround14447" (#18237)
Miran
2021-06-11
1
-1
/
+1
*
handle tyUserTypeClassInst in addDeclaredLoc (#18236)
Timothee Cour
2021-06-11
1
-1
/
+1
*
fixes #15884 (#18230)
Andreas Rumpf
2021-06-10
5
-3
/
+18
*
view types: spec changes (#18226)
Andreas Rumpf
2021-06-10
1
-2
/
+3
*
make strict funcs analysis smarter (#18219)
Andreas Rumpf
2021-06-09
1
-36
/
+51
*
make changeDetectedViaJsonBuildInstructions warning less verbose when json fi...
Timothee Cour
2021-06-06
1
-1
/
+1
*
real bugfix for #17170 (#18171)
Andreas Rumpf
2021-06-04
2
-4
/
+8
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
3
-189
/
+82
*
fixes #18112 (#18165)
Andreas Rumpf
2021-06-03
1
-2
/
+4
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
3
-8
/
+7
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
1
-1
/
+5
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
1
-4
/
+8
*
refactoring: removed empty withBracketExpr template (#18152)
Andreas Rumpf
2021-06-02
2
-14
/
+6
*
fixes #18059 (#18140)
Andreas Rumpf
2021-06-02
2
-3
/
+45
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
1
-0
/
+2
*
docs: Latex generation improvements (#18141)
Andrey Makarov
2021-06-01
1
-1
/
+1
*
Fixes #5034 illformed AST from getImpl with proc returning value (#17976)
Dylan Modesitt
2021-05-31
1
-4
/
+21
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
1
-2
/
+6
*
Fixes #17849 (#18055) [backport:1.2]
Yuriy Glukhov
2021-05-30
1
-0
/
+6
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
2
-3
/
+3
*
Error message minor (#18021)
Juan Carlos
2021-05-22
2
-2
/
+2
*
jsgen improve spacing (#18048)
Juan Carlos
2021-05-20
2
-32
/
+32
*
config system: special case -d:release and -d:danger [backport:1.4] (#18051)
Andreas Rumpf
2021-05-20
2
-5
/
+17
*
fixes #17943 (#18045)
Andreas Rumpf
2021-05-19
1
-0
/
+3
*
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
Andreas Rumpf
2021-05-18
1
-1
/
+6
*
Disable performance hints by default (verbosity 1) (#18024)
Clyybber
2021-05-16
1
-1
/
+1
*
more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...
Timothee Cour
2021-05-16
2
-3
/
+15
*
Rework DFA traversal (#18016)
Clyybber
2021-05-16
1
-118
/
+108
*
docgen: escape special characters in titles (#18014)
Andrey Makarov
2021-05-15
1
-2
/
+3
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
6
-39
/
+39
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
8
-17
/
+26
*
ORC: improvements (#17993)
Andreas Rumpf
2021-05-12
6
-12
/
+18
*
ORC: critical bugfix for mixing acyclic refs with cyclic refs [backport:1.4] ...
Andreas Rumpf
2021-05-11
2
-8
/
+12
*
feature: the compiler can warn when you use the implicit 'result' variable (#...
Andreas Rumpf
2021-05-10
3
-2
/
+7
*
since we have now so many virtual registers, reduce memory consumption for th...
Andreas Rumpf
2021-05-10
3
-50
/
+48
*
fixes #17675 (#17981)
Andreas Rumpf
2021-05-09
1
-1
/
+1
*
treetab: tiny cleanup (#17929)
Clyybber
2021-05-09
1
-6
/
+4
*
ORC: cursor inference bugfix (#17973)
Andreas Rumpf
2021-05-08
1
-2
/
+2
*
fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...
Timothee Cour
2021-05-08
1
-0
/
+3
*
add astmsgs; add `declared in` msg for usage lint errors (#17961)
Timothee Cour
2021-05-08
7
-31
/
+34
*
fixes #15848 [backport:1.2] (#17959)
Andreas Rumpf
2021-05-07
3
-2
/
+4
*
tiny cleanup (#17957)
Andreas Rumpf
2021-05-07
1
-3
/
+1
*
minor cleanups (#17948)
Andreas Rumpf
2021-05-06
2
-4
/
+0
*
docgen: get rid of ropes (#17939)
Andrey Makarov
2021-05-05
1
-190
/
+146
*
IC: codegen: fix (#17931)
Andreas Rumpf
2021-05-04
1
-1
/
+3
[next]