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
*
Add support for `Window.matchMedia` (#19648)
tandy1000
2022-03-26
1
-0
/
+6
*
fixes #19603; some pragmas were really only supported as top level statements...
Andreas Rumpf
2022-03-26
2
-7
/
+16
*
mitigates #19364 [backport]; we make this bug more unlikely to appear by prod...
Andreas Rumpf
2022-03-26
1
-6
/
+12
*
remove unnecessary framePtr code (#19645)
flywind
2022-03-25
2
-4
/
+8
*
Add more info for {.bycopy.} (#18815)
treeform
2022-03-24
1
-0
/
+1
*
fix nim check nimscript [backport: 1.6] (#19444)
flywind
2022-03-23
3
-1
/
+18
*
[add testcase] arc problems with recursive types (#19456)
flywind
2022-03-23
1
-0
/
+87
*
output byref types into --header file [backport: 1.6] (#19505)
flywind
2022-03-23
3
-2
/
+23
*
Remove deprecated typo poDemon (#19631)
Juan Carlos
2022-03-23
2
-5
/
+2
*
Remove Deprecated domextension (#19630)
Juan Carlos
2022-03-23
2
-3
/
+1
*
Remove Deprecated Nimscript proc (#19629)
Juan Carlos
2022-03-23
1
-8
/
+0
*
build external deps with userversion:1.6 (#19612)
flywind
2022-03-23
1
-2
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
110
-10
/
+361
*
Fix process lines iterator (#19605)
Dominic Ward
2022-03-23
1
-6
/
+8
*
system: thread: stack dealloction on Zephyr (#19633) [backport:1.6]
Jaremy Creechley
2022-03-22
1
-2
/
+16
*
fixes #19615; emit better code for integer divisions when the divisor… (#19...
Andreas Rumpf
2022-03-22
1
-6
/
+16
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
2
-3
/
+39
*
compiler: Handle nkCheckedFieldExpr better in dfa (#19616)
Clyybber
2022-03-18
1
-4
/
+2
*
db_sqlite: added a space
Araq
2022-03-18
1
-1
/
+1
*
Removed deprecated httpcore func (#19550)
Juan Carlos
2022-03-18
3
-14
/
+5
*
support useVersion:1.6 (#19601)
flywind
2022-03-10
6
-9
/
+57
*
enable nimPreviewDotLikeOps (#19598)
flywind
2022-03-09
3
-1
/
+2
*
fixes #19575 (#19596) [backport]
Andreas Rumpf
2022-03-09
2
-2
/
+27
*
fixes #19569 (#19595) [backport]
Andreas Rumpf
2022-03-09
2
-9
/
+7
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
6
-59
/
+96
*
fix not flushing stdout in MSYS (#19590)
Hamid Bluri
2022-03-07
1
-0
/
+1
*
Fix CPU detection for i386 (#19577)
VlkrS
2022-03-03
1
-1
/
+1
*
Fix typo in Nim Tutorial pt3 (#19579)
huantian
2022-03-02
1
-1
/
+1
*
apply changes from #18017 and some fixes (#19571)
flywind
2022-03-01
4
-41
/
+42
*
Fix #18662 (#19534)
Evan Typanski
2022-02-28
2
-8
/
+3
*
Add error message to pointer size check assert in lib/nimbase.h (#19549)
Tomohiro
2022-02-27
1
-1
/
+1
*
make compileOption("panics") work (#19568)
solarizedalias
2022-02-27
1
-0
/
+1
*
Remove define for jsfetch (#19530)
Juan Carlos
2022-02-25
4
-99
/
+98
*
fix #19266; allow reassign discriminant field (#19567)
flywind
2022-02-25
4
-2
/
+39
*
Allow std/macros.params to work with nnkProcTy (#19563)
Tanguy
2022-02-25
2
-4
/
+33
*
Remove Deprecated jsre func (#19551)
Juan Carlos
2022-02-25
2
-5
/
+1
*
Remove volatiles when compiling with ARC/ORC (#19545)
PMunch
2022-02-25
1
-18
/
+50
*
Document links repect --out in .idx file (#19543)
Jake Leahy
2022-02-24
1
-1
/
+4
*
compile pragma: cache the result sooner (#19554)
Ștefan Talpalaru
2022-02-24
1
-1
/
+3
*
Remove trailing space in `nim r` command; Amend one error message (#19487)
locriacyber
2022-02-18
1
-1
/
+2
*
keep casing of noinit and noreturn pragmas consistently documented (#19535)
tersec
2022-02-18
1
-2
/
+2
*
Update chcks.nim (#19540)
rockcavera
2022-02-17
1
-1
/
+1
*
Documentation: Fix word usage (#19529)
Sizhe Zhao
2022-02-14
5
-8
/
+8
*
[testcase] genSym fails to make unique identifier for ref object types (#19506)
flywind
2022-02-14
1
-0
/
+60
*
Remove deprecated math.c_frexp (#19518)
Juan Carlos
2022-02-14
3
-11
/
+3
*
Remove Deprecated oids.oidsToString (#19519)
Juan Carlos
2022-02-14
2
-5
/
+2
*
use OrderedTable instead of OrderedTableRef for mimedb (#19522)
David Krause
2022-02-14
3
-2
/
+6
*
Remove backslash in glob pattern (#19524)
konsumlamm
2022-02-14
1
-3
/
+3
*
fixes #19404 by protecting the memory we borrow from. this replaces crashes w...
Andreas Rumpf
2022-02-12
1
-8
/
+13
*
fix #16458; make useNimRtl compile for --gc:orc (#19512)
flywind
2022-02-11
4
-5
/
+13
[next]