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
*
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
*
os: faster getFileSize (#19438)
ehmry
2022-01-24
1
-5
/
+4
*
RST: allow empty number-lines directives just like it was done for a decade; ...
Andreas Rumpf
2022-01-22
1
-1
/
+2
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
8
-209
/
+439
*
Fix #11923 (#19427)
Regis Caillaud
2022-01-20
2
-1
/
+16
*
enable weave (#19363) [backport:1.6]
flywind
2022-01-20
2
-3
/
+8
*
Resolve cross file resolution errors in atomics (#19422) [backport:1.6]
James
2022-01-20
3
-10
/
+27
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
3
-2
/
+273
*
Add noQuit option (#19419) [backport:1.6]
Tom
2022-01-19
1
-2
/
+5
*
Don't reject types directly on AST (#19407)
metagn
2022-01-19
2
-2
/
+13
*
fix term rewriting with sideeffect (#19410)
flywind
2022-01-19
2
-2
/
+24
*
add an example to setControlCHook (#19416)
nblaxall
2022-01-19
1
-0
/
+9
*
suppress deprecated warnings (#19408)
flywind
2022-01-19
1
-2
/
+1
*
fix stricteffects (nimsuggest/sexp) (#19405)
flywind
2022-01-18
1
-1
/
+1
*
Improve Zshell completion (#19354)
Andrey Makarov
2022-01-18
1
-144
/
+114
*
update deprecated example (#19415)
Hamid Bluri
2022-01-18
1
-1
/
+1
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
3
-0
/
+129
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
3
-23
/
+81
*
fix no net compilation on zephyr (#19399)
Jaremy Creechley
2022-01-17
1
-6
/
+10
*
mangle names in nimbase.h using cppDefine (#19395) [backport]
flywind
2022-01-17
2
-0
/
+21
*
improve changelog a bit (#19400)
flywind
2022-01-17
1
-3
/
+1
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
3
-2
/
+5
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
30
-67
/
+70
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
9
-51
/
+413
*
move type operation section and remove deepcopy document (#19389)
flywind
2022-01-15
2
-40
/
+26
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
2
-25
/
+71
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
2
-2
/
+54
*
nrvo shouldn't touch bycopy object[backport:1.2] (#19385)
flywind
2022-01-14
3
-1
/
+31
*
docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]
Leon
2022-01-13
1
-3
/
+3
[next]