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
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
1
-112
/
+154
*
fixes #21027; cast expressions need a type (#21029)
ringabout
2022-12-06
1
-0
/
+2
*
definite assignment analysis for let (#21024)
ringabout
2022-12-06
4
-30
/
+55
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
5
-47
/
+12
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
1
-1
/
+2
*
fix #20829 Regression in int64 type matching since (#21019)
Bung
2022-12-06
1
-2
/
+4
*
Revert "fixes #20883; Unspecified generic on default value segfaults the comp...
ringabout
2022-12-06
2
-7
/
+2
*
fix #16639 (#21017)
metagn
2022-12-05
1
-3
/
+4
*
Dont produce initing moves for sfNoInit variables in closure env (#21026)
Yuriy Glukhov
2022-12-05
1
-1
/
+4
*
fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956)
ringabout
2022-12-05
1
-0
/
+4
*
fixes `isLocalVarSym`; an implicit global is a global nonetheless (#21025)
ringabout
2022-12-05
1
-2
/
+2
*
ref #20846; give a deprecation message for overriding `=` hook (#21020)
ringabout
2022-12-05
1
-0
/
+2
*
fix #20996 (#21016)
metagn
2022-12-04
2
-8
/
+12
*
unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)
ringabout
2022-12-04
1
-4
/
+4
*
fixes #20883; Unspecified generic on default value segfaults the compiler (#2...
ringabout
2022-12-01
2
-2
/
+7
*
IC: fix typo in rodfiles.nim (#20989)
Ikko Ashimine
2022-12-01
1
-1
/
+1
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
2
-22
/
+65
*
replace data init function with consts for typeinfov2 (#20977)
ringabout
2022-12-01
1
-3
/
+47
*
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
[next]