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
...
*
Atlas: added 'use' command (#21902)
Andreas Rumpf
2023-05-24
2
-7
/
+104
*
fix #21896 asign parameter to global variable generates invalid code (#21900)
Bung
2023-05-24
2
-1
/
+10
*
fixes #21863; Incorrect enum field access can cause internal error (#21886)
ringabout
2023-05-24
2
-1
/
+29
*
Atlas: first lockfiles implementation; cleared up upated vs updateWor… (#21...
Andreas Rumpf
2023-05-23
2
-13
/
+81
*
small refactor in preparation to fix #21889 (#21892)
Juan M Gómez
2023-05-23
1
-17
/
+23
*
minor atlas improvements (#21888)
Andreas Rumpf
2023-05-23
2
-19
/
+68
*
Fix jsgen (#21880)
Juan Carlos
2023-05-23
2
-0
/
+6
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
5
-8
/
+15
*
Atlas tool: search github too, no need to register your project at pa… (#21...
Andreas Rumpf
2023-05-22
3
-6
/
+55
*
documents changes on byref and bycopy (#21882)
Juan M Gómez
2023-05-22
1
-6
/
+10
*
revert #21808 (#21881)
ringabout
2023-05-22
2
-8
/
+0
*
Weekday parse/format (replacement) (#21857)
Carlo Capocasa
2023-05-21
3
-79
/
+134
*
Fixed generic parameters failing to be used in inheritance (#21866)
Jason Beetham
2023-05-21
2
-11
/
+63
*
implements: "Allow bycopy to work in params #21874" (#21877)
Juan M Gómez
2023-05-21
3
-4
/
+9
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
8
-52
/
+76
*
remove legacy define for zero_functional tests (#21871)
metagn
2023-05-21
1
-1
/
+1
*
Moves virtual under its own section manual_experimental.md (#21870)
Juan M Gómez
2023-05-20
1
-2
/
+2
*
fix #14254 (#21837)
metagn
2023-05-20
5
-4
/
+17
*
refactor gettypedesc so it accepts its own kind instead of symkind (#21867)
Juan M Gómez
2023-05-19
4
-81
/
+100
*
potential fix for C++ codegen with ARC/ORC and goto exceptions fixes #21579, ...
heterodoxic
2023-05-19
1
-1
/
+2
*
Update threadpool.nim with correct link to typedthreads module (#21865)
noah edward hall
2023-05-19
1
-1
/
+1
*
documents virtual (#21860)
Juan M Gómez
2023-05-19
1
-0
/
+76
*
Cpp Vfunctions draft (#21790)
Juan M Gómez
2023-05-17
8
-13
/
+260
*
tasks that support return values (#21859)
Andreas Rumpf
2023-05-17
2
-25
/
+53
*
fixes #21847; let `parseFloat` behave like `strtod` (#21854)
ringabout
2023-05-17
2
-3
/
+11
*
fixes #21708; skip colons for tuples in VM (#21850)
ringabout
2023-05-17
2
-1
/
+17
*
close #19990; adds a test case (#21853)
ringabout
2023-05-15
1
-0
/
+14
*
fix #21848 (#21852)
heterodoxic
2023-05-15
1
-7
/
+8
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
9
-15
/
+284
*
closes #7590; add a test case (#21846)
ringabout
2023-05-14
1
-0
/
+20
*
improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...
ringabout
2023-05-12
5
-20
/
+43
*
add getDataDir to std/appdirs.nim (#21754)
Ecorous
2023-05-12
1
-0
/
+17
*
fixes #21840; nested local template lookup regression (#21841)
ringabout
2023-05-12
2
-7
/
+81
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
8
-56
/
+48
*
fixes nightlies regressions; disable `build-id=none` on macos (#21839)
ringabout
2023-05-12
1
-2
/
+4
*
Add `minmax` to comparisons (#21820)
Matt Wilson
2023-05-12
3
-0
/
+18
*
just set CallNodes = nnkCallKinds, follows up #21829 (#21833)
metagn
2023-05-11
1
-2
/
+1
*
cursor fields cannot form reference cycles (#21832)
ringabout
2023-05-11
2
-13
/
+28
*
Bootstrap: Allow to override number of CPUs (#21823)
Tanguy
2023-05-11
1
-1
/
+5
*
switch to the official URL of loop-fusion in the impoerant packages (#21830)
ringabout
2023-05-11
1
-1
/
+1
*
Add nnkHiddenCallConv to nnkCallKinds (#21781) (#21829)
Matt Wilson
2023-05-11
1
-1
/
+3
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
7
-7
/
+44
*
Improve nimsuggest (#21825)
Juan Carlos
2023-05-11
1
-1
/
+1
*
bring #21802 back; fixes #21753 [backport] (#21815)
ringabout
2023-05-11
7
-26
/
+174
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
35
-178
/
+111
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
7
-19
/
+13
*
make `reset` use the `=destroy` and `wasMoved` pair (#21821)
ringabout
2023-05-11
1
-1
/
+9
*
fixes links of generic `define` pragma (#21828)
ringabout
2023-05-11
2
-2
/
+2
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
3
-8
/
+8
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
5
-19
/
+40
[prev]
[next]