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
*
remove implicitDeref feature enum (#21075)
ringabout
2022-12-12
1
-2
/
+1
*
add a changelog for nimble (#21078)
ringabout
2022-12-12
1
-3
/
+1
*
work around chronos (#21079)
ringabout
2022-12-12
1
-1
/
+1
*
closes #20808 (#21077)
Andreas Rumpf
2022-12-12
1
-0
/
+35
*
Docs expand `using` parameters (#21076)
Jake Leahy
2022-12-12
6
-10
/
+52
*
ship a modern nimble with lock files support (#21061)
ringabout
2022-12-12
4
-5
/
+5
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-12
12
-12
/
+74
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
14
-78
/
+187
*
`multisync` now allows tuples in return type (#21074)
Jake Leahy
2022-12-11
2
-2
/
+21
*
fix #16758 Nim crashes in fixAbstractType (#20855)
Bung
2022-12-11
2
-0
/
+41
*
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
ringabout
2022-12-10
5
-22
/
+51
*
clean up the documentation of threads (#21067)
ringabout
2022-12-10
2
-18
/
+1
*
fixes #21062 (#21068)
Andreas Rumpf
2022-12-10
1
-2
/
+3
*
tiny refactoring related to sink parameter inference logic (#21064)
Andreas Rumpf
2022-12-10
2
-2
/
+1
*
Use a unique name for template in async macro return (#21058)
Jake Leahy
2022-12-10
1
-3
/
+3
*
Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...
ringabout
2022-12-09
9
-23
/
+12
*
Implicit return working for async proc (#20933)
Jake Leahy
2022-12-09
2
-2
/
+24
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-09
9
-12
/
+23
*
remove duplicate assignment (#21050)
ringabout
2022-12-09
1
-1
/
+0
*
Remove deprecated rightSize (#21011)
Juan Carlos
2022-12-08
2
-10
/
+2
*
fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930)
Vindaar
2022-12-08
3
-8
/
+73
*
Mention toSet in the docs of the set type (#21037)
Xavier Noria
2022-12-08
1
-0
/
+8
*
macros.customPragmaNode: walk brackets on brackets (#21040)
Emery Hemingway
2022-12-08
1
-5
/
+3
*
fixes #9839; fixes noReturn pragma doesn't work for non-simple templates (#21...
ringabout
2022-12-08
2
-3
/
+38
*
fixes #16656; add nre to lib.md (#21042)
ringabout
2022-12-08
1
-0
/
+4
*
fixes `strictnotnil` documentation; comment unfinished sections (#21041)
ringabout
2022-12-08
1
-6
/
+9
*
add a changelog for `std/cmdline` (#21039)
ringabout
2022-12-08
1
-0
/
+1
*
switch to the official URL of nimquery (#21038)
ringabout
2022-12-07
1
-1
/
+1
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
31
-6358
/
+92
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
18
-147
/
+283
*
fixes #21027; cast expressions need a type (#21029)
ringabout
2022-12-06
2
-0
/
+7
*
definite assignment analysis for let (#21024)
ringabout
2022-12-06
9
-30
/
+144
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
13
-65
/
+42
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
26
-53
/
+167
*
fix #20829 Regression in int64 type matching since (#21019)
Bung
2022-12-06
2
-2
/
+16
*
Revert "fixes #20883; Unspecified generic on default value segfaults the comp...
ringabout
2022-12-06
2
-7
/
+2
*
fix #16639 (#21017)
metagn
2022-12-05
2
-3
/
+25
*
Dont produce initing moves for sfNoInit variables in closure env (#21026)
Yuriy Glukhov
2022-12-05
1
-1
/
+4
*
fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956)
ringabout
2022-12-05
2
-0
/
+20
*
fixes `isLocalVarSym`; an implicit global is a global nonetheless (#21025)
ringabout
2022-12-05
1
-2
/
+2
*
Add: missing nintendo-switch define (#21009)
Dmitry Arkhipenko
2022-12-05
1
-0
/
+1
*
ref #20846; give a deprecation message for overriding `=` hook (#21020)
ringabout
2022-12-05
2
-0
/
+13
*
Remove deprecated posix.CLONE_STOPPED (#21012)
Juan Carlos
2022-12-05
2
-1
/
+4
*
fixes deprecation message by update action versions (#21021)
ringabout
2022-12-05
2
-4
/
+4
*
fix #20996 (#21016)
metagn
2022-12-04
3
-8
/
+27
*
unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)
ringabout
2022-12-04
3
-6
/
+6
*
Update prelude example (#21005)
Michal Maršálek
2022-12-03
1
-1
/
+1
*
minor cleanup; correct the module name (#21001)
ringabout
2022-12-02
1
-2
/
+2
*
Add back error message to tprevent_forloopvar_mutations (#20992)
metagn
2022-12-02
1
-0
/
+9
*
fixes #20883; Unspecified generic on default value segfaults the compiler (#2...
ringabout
2022-12-01
2
-2
/
+7
[next]