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
*
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
*
fixes #20836; fixes #20833; fixes `unsafeNew` (#20841)
ringabout
2022-11-14
2
-1
/
+14
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
6
-6
/
+6
*
fixes a CI error (#20834)
ringabout
2022-11-14
1
-1
/
+1
*
fixes flaky CI with channels and ORC (#20831)
ringabout
2022-11-13
1
-0
/
+1
*
fixes tests and add notes (#20830)
ringabout
2022-11-13
1
-1
/
+4
*
fix #3505 wrong var {.global.} initialization, asign variable to it (#20812)
Bung
2022-11-12
2
-1
/
+54
*
Revert "fixes #20699; generate an empty struct for void type" (#20806)
Andreas Rumpf
2022-11-12
3
-29
/
+32
*
[minor] documentation improvement (#20825)
ringabout
2022-11-12
1
-4
/
+4
*
chore: wider nim cache name detection (#20826)
scarf
2022-11-12
1
-3
/
+3
*
fixes a strange issue most likely caused by a git merge (#20822)
Andreas Rumpf
2022-11-12
1
-4
/
+2
*
[testament] `parsetoml` switches to official URL (#20819)
ringabout
2022-11-12
1
-1
/
+1
*
fixes #20807, refs #20450, regression with seq inference (#20818)
metagn
2022-11-12
2
-1
/
+16
*
issue a warning for ptr to cstring conversion[backport] (#20814)
ringabout
2022-11-11
3
-0
/
+11
*
support `UncheckedArray[T]` in repr_v2.nim (#20816)
Derek 呆
2022-11-11
2
-1
/
+12
*
switch to official docopt URL (#20815)
ringabout
2022-11-11
1
-1
/
+1
*
fixes tests for quit (#20813)
ringabout
2022-11-11
1
-1
/
+1
*
revert #19891; `nimRawSetjmp` causes problems for mingw 32 bits too [backport...
ringabout
2022-11-11
1
-5
/
+0
*
enable yaml tests (#20810)
ringabout
2022-11-11
1
-1
/
+1
*
[sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)
Vindaar
2022-11-10
2
-3
/
+73
*
refactor strongSpaceB with an enum (#20809)
ringabout
2022-11-10
5
-23
/
+26
*
add `taskpools` to important packages (#20803)
ringabout
2022-11-10
1
-0
/
+1
*
fixes #20798; add stew to important_packages (#20799)
ringabout
2022-11-10
1
-0
/
+1
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
2
-3
/
+12
*
use `tlsEmulation:off` for freebsd (#20802)
ringabout
2022-11-10
1
-1
/
+3
*
fix topt_no_cursor.nim (#20791)
Bung
2022-11-09
1
-11
/
+22
[next]