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
...
*
better procvar ambiguity errors, clean up after #20457 (#20932)
metagn
2022-12-01
3
-36
/
+40
*
removed unused sections in codegen (#20976)
ringabout
2022-11-30
2
-12
/
+1
*
Add `--genCDeps` for better integration with CMake (#20950)
Jaremy Creechley
2022-11-29
3
-0
/
+26
*
fixes #20958; fixes the return type of slice function [backport] (#20959)
ringabout
2022-11-29
1
-0
/
+3
*
fixes #13583; enforce void for `nkWhileStmt` (#20947)
ringabout
2022-11-29
1
-0
/
+5
*
allow proc expressions in place of statements (#20935)
metagn
2022-11-29
1
-7
/
+15
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
2
-28
/
+39
*
Add `nkFastAsgn` into `semExpr` (#20939)
Jake Leahy
2022-11-27
1
-1
/
+1
*
fixes #20914; fixes the alignment of big sets (#20918)
ringabout
2022-11-26
1
-2
/
+2
*
fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...
ringabout
2022-11-24
2
-10
/
+13
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
8
-2
/
+27
*
render post expr blocks better (#20871)
metagn
2022-11-22
1
-23
/
+42
*
fix #18964 Small string case with else statement first in AST evaluat… (#20...
Bung
2022-11-22
1
-1
/
+6
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
5
-3
/
+8
*
fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876)
Bung
2022-11-22
1
-2
/
+5
*
NimMain/NimPreMain calls are now only volatile when it makes sense. (#20882)
Yuriy Glukhov
2022-11-22
1
-49
/
+31
*
Fix compiler build with -d:nimDebugReorder (#20888)
Kyle Coffey
2022-11-22
1
-12
/
+15
*
Small cleanup to cgen output (#20874)
Matt Moseley
2022-11-21
1
-9
/
+9
*
fixes #20856; store defaults directly (#20859)
ringabout
2022-11-17
2
-10
/
+3
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
2
-3
/
+3
*
fixes a long-standing ARC bug (#20849)
ringabout
2022-11-16
1
-2
/
+6
*
createDir is now callable at compile time (#20824)
Don-Duong Quach
2022-11-14
1
-3
/
+18
*
fixes object default fields bugs and add tests (#20839)
ringabout
2022-11-15
3
-17
/
+32
*
fixes #20836; fixes #20833; fixes `unsafeNew` (#20841)
ringabout
2022-11-14
1
-1
/
+4
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
3
-3
/
+3
*
fix #3505 wrong var {.global.} initialization, asign variable to it (#20812)
Bung
2022-11-12
1
-1
/
+21
*
Revert "fixes #20699; generate an empty struct for void type" (#20806)
Andreas Rumpf
2022-11-12
2
-15
/
+17
*
fixes a strange issue most likely caused by a git merge (#20822)
Andreas Rumpf
2022-11-12
1
-4
/
+2
*
fixes #20807, refs #20450, regression with seq inference (#20818)
metagn
2022-11-12
1
-1
/
+5
*
issue a warning for ptr to cstring conversion[backport] (#20814)
ringabout
2022-11-11
2
-0
/
+7
*
refactor strongSpaceB with an enum (#20809)
ringabout
2022-11-10
3
-21
/
+24
*
fixes #20699; generate an empty struct for void type (#20790)
Aditya Siram
2022-11-09
1
-11
/
+14
*
reduce openArray-related C undefined behavior (#20795)
tersec
2022-11-09
3
-10
/
+25
*
remove name field for ARC (#20797)
ringabout
2022-11-09
1
-12
/
+15
*
add more `{.cursor.}` to vm (#20796)
ringabout
2022-11-09
1
-13
/
+13
*
arc/orc no longer needs type names by default; with `nimTypeNames` it gets ni...
ringabout
2022-11-08
1
-20
/
+16
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
3
-37
/
+79
*
fixes regression #20746; remove string copies for ORC booted compiler (#20776)
ringabout
2022-11-07
1
-1
/
+3
*
fixes regression #17121; adding doc comment in importc proc makes it silently...
ringabout
2022-11-06
1
-1
/
+10
*
fix #19149 Invalid codegen when returning var tuple from a template (#20762)
Bung
2022-11-06
1
-2
/
+3
*
Arc global (#20768)
Bung
2022-11-06
1
-1
/
+1
*
codegen: optimized generation of proc headers (#20770)
Andreas Rumpf
2022-11-06
1
-7
/
+6
*
Revert "fix arc global variable issues" (#20764)
ringabout
2022-11-05
1
-5
/
+2
*
remove compiler/strutils2.nim (#20748)
Bung
2022-11-05
2
-64
/
+7
*
fix arc global variable issues (#20759)
Bung
2022-11-05
1
-2
/
+5
*
Support doc comments in new-styled concepts (#20752)
konsumlamm
2022-11-04
1
-0
/
+2
*
Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)
Bung
2022-11-04
3
-9
/
+27
*
Improve dollar int (#20737)
Juan Carlos
2022-11-03
1
-1
/
+3
*
fixes #15688; handle `strongSpace` overflow issues (#20724)
ringabout
2022-11-03
3
-18
/
+20
*
fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...
ringabout
2022-11-03
4
-10
/
+7
[prev]
[next]