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
...
*
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
*
don't use a temp for addr [backport: 1.6] (#19503)
flywind
2022-02-08
2
-2
/
+24
*
Fix bug 27 of #17340 (#19433)
Andrey Makarov
2022-02-07
4
-40
/
+81
*
Add compilers and hints to default nim.cfg (#18424)
Federico Ceratto
2022-02-07
1
-2
/
+13
*
disable nimlsp (#19499)
flywind
2022-02-07
1
-1
/
+1
*
Improve consistency (#19490)
Roj
2022-02-07
1
-2
/
+2
*
setjump => setjmp [backport: 1.2] (#19496)
flywind
2022-02-06
1
-1
/
+1
*
undefine C symbols in JS backend [backport:1.6] (#19437)
flywind
2022-02-04
3
-3
/
+11
*
fix parseEnum cannot parse enum with const fields (#19466)
flywind
2022-02-04
2
-2
/
+18
*
correct typos (#19485)
flywind
2022-02-03
3
-3
/
+3
*
move io out of system (#19442)
flywind
2022-02-02
24
-42
/
+92
*
Clonkk fix2 11923 (#19451)
Regis Caillaud
2022-02-02
2
-5
/
+28
*
No longer segfault when using a typeclass with a self referencing type (#19467)
Jason Beetham
2022-02-02
2
-1
/
+14
*
Update jsfetch with latest API and fix missing bindings (#19473)
tandy1000
2022-02-01
1
-21
/
+25
*
fix broken CI (#19472)
flywind
2022-01-31
3
-6
/
+9
*
[add testcase] NRVO does not occur with init procedures (#19462)
flywind
2022-01-29
1
-0
/
+28
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
3
-11
/
+58
*
update outdated link (#19465)
flywind
2022-01-28
1
-1
/
+1
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
7
-19
/
+51
*
support set other GCs after `mm = orc` or `mm = arc` is set in the global con...
flywind
2022-01-27
1
-20
/
+34
*
change run command for numericalnim (#19448)
Hugo Granström
2022-01-25
1
-1
/
+1
*
bugfix: varargs count as open arrays (#19447)
Andreas Rumpf
2022-01-25
1
-1
/
+1
[prev]
[next]