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
...
*
Fix #17412 (#17560)
Clyybber
2021-03-29
3
-29
/
+50
*
[nim check]fix #17460 (#17569)
flywind
2021-03-29
1
-0
/
+2
*
fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...
Timothee Cour
2021-03-29
1
-9
/
+16
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
4
-1
/
+87
*
Typo in vm.nim
Clyybber
2021-03-29
1
-1
/
+1
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+4
*
fixes #17437 - crash where error reporting > 1 (#17547)
Saem Ghani
2021-03-29
1
-4
/
+12
*
Fixed embedded nimscript imports (#17425)
Jason Beetham
2021-03-28
1
-3
/
+4
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
3
-14
/
+13
*
IC: bugfix (#17533)
Andreas Rumpf
2021-03-27
2
-6
/
+7
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
2
-6
/
+8
*
Fix #17199 (#17348)
Clyybber
2021-03-26
1
-3
/
+4
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
6
-11
/
+77
*
remove unnecessary check (#17502)
flywind
2021-03-25
1
-2
/
+0
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
1
-4
/
+5
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
5
-189
/
+199
*
potential fix for semgeneric formal params (#17494)
Saem Ghani
2021-03-24
3
-2
/
+8
*
make unary minus part of number literals, refs #17020 (#17488)
Andreas Rumpf
2021-03-24
2
-33
/
+56
*
[isolation]fix empty ref object bug (#17471)
flywind
2021-03-24
1
-2
/
+6
*
fixes #16076 (#17486)
Andreas Rumpf
2021-03-23
1
-1
/
+2
*
Fixes #17450 (#17477)
Clyybber
2021-03-23
1
-0
/
+1
*
Revert "Fixes #17450 (#17474)" (#17476)
Clyybber
2021-03-23
1
-1
/
+0
*
Fixes #17450 (#17474)
Clyybber
2021-03-23
1
-0
/
+1
*
fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)
Timothee Cour
2021-03-23
2
-18
/
+36
*
IC: backend: remember produced type information (#17440)
Andreas Rumpf
2021-03-23
9
-42
/
+93
*
refs #17292 fix `repr` with `do:` (#17449)
Timothee Cour
2021-03-23
1
-3
/
+10
*
hint:cc goes to stderr (like all other hints) instead of stdout (#17465)
Timothee Cour
2021-03-22
1
-8
/
+7
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
3
-39
/
+41
*
Fixes #17433; gensym callDef return in templ body (#17445)
Saem Ghani
2021-03-22
1
-1
/
+1
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
21
-165
/
+218
*
fix #16901: sidebar groups now works with all routines, not just proc,func (#...
Timothee Cour
2021-03-19
1
-1
/
+1
*
adjust spellSuggestSecretSauce logic to avoid too many matches for small symb...
Timothee Cour
2021-03-18
1
-2
/
+8
*
Rst test check messages (fix #17280) (#17338)
Andrey Makarov
2021-03-17
1
-2
/
+7
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
13
-209
/
+222
*
followup #16067 --spellSuggest (#17401)
Timothee Cour
2021-03-17
3
-23
/
+24
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
4
-32
/
+76
*
Revert "make system random work in VM" (#17378)
flywind
2021-03-15
1
-33
/
+0
*
fix #12155, improve nimpretty's handling of pragmas (#17353)
Miran
2021-03-12
1
-1
/
+2
*
fix RST parsing when no indent after enum.item (fix #17249) (#17257)
Andrey Makarov
2021-03-12
1
-2
/
+3
*
arc now bootstraps (#17342)
Clyybber
2021-03-12
1
-8
/
+14
*
Fix #14325 (#17308)
Clyybber
2021-03-11
2
-32
/
+24
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
19
-21
/
+58
*
fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)
Timothee Cour
2021-03-09
2
-24
/
+43
*
IC: compilerprocs are handled correctly (#17265)
Andreas Rumpf
2021-03-09
8
-39
/
+120
*
fix #17267 (#17273)
flywind
2021-03-07
1
-2
/
+5
*
Fix #16437 (#17277)
Clyybber
2021-03-06
1
-20
/
+22
*
Fix macros.quote custom op symbol interpolation. (#17256)
quantimnot
2021-03-05
1
-9
/
+19
*
fix #17264 [backport:1.4] (#17266)
flywind
2021-03-05
3
-4
/
+7
*
IC: further progress (#17150)
Andreas Rumpf
2021-03-05
2
-9
/
+19
*
follow #17245 deprecate refchecks (#17261)
flywind
2021-03-05
1
-2
/
+6
[prev]
[next]