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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixes #20958; fixes the return type of slice function [backport] (#20959)
ringabout
2022-11-29
2
-0
/
+15
*
fixes #13583; enforce void for `nkWhileStmt` (#20947)
ringabout
2022-11-29
2
-0
/
+39
*
Allow some tests to run without network (#20955)
Anna
2022-11-29
2
-3
/
+8
*
allow proc expressions in place of statements (#20935)
metagn
2022-11-29
2
-7
/
+18
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
6
-49
/
+156
*
move `asyncftpclient` to nimble packages (#20952)
ringabout
2022-11-28
2
-525
/
+0
*
Improve jsformdata (#20929)
Juan Carlos
2022-11-28
2
-6
/
+12
*
Support IBM Z architecture (#20943)
Federico Ceratto
2022-11-28
2
-1
/
+6
*
Add `nkFastAsgn` into `semExpr` (#20939)
Jake Leahy
2022-11-27
2
-1
/
+13
*
Fix several memory leaks in the Postgres wrapper. (#20940)
jfilby
2022-11-27
2
-16
/
+27
*
Handle ppc CPU architecture (#20920)
Federico Ceratto
2022-11-26
1
-1
/
+1
*
issue form: don't syntax highlight output logs (#20924)
metagn
2022-11-26
2
-13
/
+12
*
Correct descriptions for oids (#20926)
ringabout
2022-11-26
1
-2
/
+1
*
fixes documentation regression (#20925)
ringabout
2022-11-26
1
-2
/
+2
*
Add a link for testament (#20923)
ringabout
2022-11-26
1
-1
/
+1
*
fixes #20914; fixes the alignment of big sets (#20918)
ringabout
2022-11-26
2
-2
/
+31
*
koch remove dead code (#20912)
Juan Carlos
2022-11-25
1
-9
/
+2
*
add a testcase for vcc (#20915)
ringabout
2022-11-25
1
-0
/
+9
*
fixes #20873; rework vcc with arc/orc (#20913)
ringabout
2022-11-25
1
-21
/
+49
*
fixes broken importc for vcc [backport] (#20909)
ringabout
2022-11-24
1
-2
/
+2
*
fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...
ringabout
2022-11-24
5
-12
/
+19
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
16
-20
/
+85
*
remove enabled defines in config (#20904)
ringabout
2022-11-24
1
-1
/
+0
*
alloc uses atomic operations only when necessary (#20899)
ringabout
2022-11-23
1
-5
/
+17
*
render post expr blocks better (#20871)
metagn
2022-11-22
2
-23
/
+93
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
7
-17
/
+23
*
fix #18964 Small string case with else statement first in AST evaluat… (#20...
Bung
2022-11-22
2
-1
/
+18
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
7
-19
/
+26
*
fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876)
Bung
2022-11-22
2
-3
/
+14
*
NimMain/NimPreMain calls are now only volatile when it makes sense. (#20882)
Yuriy Glukhov
2022-11-22
1
-49
/
+31
*
correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)
metagn
2022-11-22
1
-1
/
+1
*
Fix compiler build with -d:nimDebugReorder (#20888)
Kyle Coffey
2022-11-22
1
-12
/
+15
*
switch to the official taskpools URL (#20893)
ringabout
2022-11-22
1
-1
/
+1
*
Small cleanup to cgen output (#20874)
Matt Moseley
2022-11-21
1
-9
/
+9
*
Fix #14476 (#20878)
Jake Leahy
2022-11-21
7
-8
/
+8
*
echo: only lock when threading is enabled (#20890)
Tanguy
2022-11-21
1
-1
/
+2
*
fixes strict effects (#20885)
ringabout
2022-11-21
1
-1
/
+1
*
channel send() condition variable lock ordering (#20879)
Ico Doornekamp
2022-11-21
1
-1
/
+1
*
fix #20835 (#20872)
rockcavera
2022-11-18
1
-2
/
+21
*
remove useless defines (#20867)
ringabout
2022-11-17
1
-4
/
+0
*
fixes #20856; store defaults directly (#20859)
ringabout
2022-11-17
3
-10
/
+16
*
fixes a severe bug of testament (#20832)
ringabout
2022-11-17
13
-1
/
+13
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
11
-12
/
+12
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
25
-50
/
+50
*
fixes a long-standing ARC bug (#20849)
ringabout
2022-11-16
2
-2
/
+18
*
add documentation and changelog for default object fields (#20845)
ringabout
2022-11-15
2
-0
/
+53
*
createDir is now callable at compile time (#20824)
Don-Duong Quach
2022-11-14
1
-3
/
+18
*
add more test for #20836 (#20842)
Derek 呆
2022-11-14
1
-0
/
+15
*
fixes object default fields bugs and add tests (#20839)
ringabout
2022-11-15
4
-20
/
+66
*
Allow users to set log flushing rules (#20817)
Matt Haggard
2022-11-14
2
-17
/
+38
[prev]
[next]