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
...
*
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
*
[unittest] remove unnecessay export for testing (#20868)
ringabout
2022-12-01
2
-2
/
+1
*
IC: fix typo in rodfiles.nim (#20989)
Ikko Ashimine
2022-12-01
1
-1
/
+1
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
17
-275
/
+314
*
replace data init function with consts for typeinfov2 (#20977)
ringabout
2022-12-01
2
-4
/
+47
*
add smtp to important packages (#20984)
ringabout
2022-12-01
1
-0
/
+1
*
better procvar ambiguity errors, clean up after #20457 (#20932)
metagn
2022-12-01
5
-36
/
+76
*
Add HPPA and sparc64 architectures (#20934)
Federico Ceratto
2022-12-01
2
-0
/
+9
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
6
-367
/
+3
*
removed unused sections in codegen (#20976)
ringabout
2022-11-30
2
-12
/
+1
*
Move command line parameter code (#20946)
IgorDeepakM
2022-11-30
3
-272
/
+318
*
Update tssl.nim (#20973)
Chavdar Ivanov
2022-11-30
1
-0
/
+1
*
dom: remove X* = ref XObj [backport] (#20910)
metagn
2022-11-29
1
-76
/
+37
*
fix #20969 - making vcc work again with cpp backend (#20970)
rockcavera
2022-11-29
1
-2
/
+2
*
add `pkg/asyncftpclient` to important packages (#20964)
ringabout
2022-11-29
1
-0
/
+1
*
Add `--genCDeps` for better integration with CMake (#20950)
Jaremy Creechley
2022-11-29
3
-0
/
+26
*
fixes documentation regression (#20960)
ringabout
2022-11-29
1
-1
/
+1
*
fixes #20958; fixes the return type of slice function [backport] (#20959)
ringabout
2022-11-29
2
-0
/
+15
*
fixes #13583; enforce void for `nkWhileStmt` (#20947)
ringabout
2022-11-29
2
-0
/
+39
*
Allow some tests to run without network (#20955)
Anna
2022-11-29
2
-3
/
+8
*
allow proc expressions in place of statements (#20935)
metagn
2022-11-29
2
-7
/
+18
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
6
-49
/
+156
*
move `asyncftpclient` to nimble packages (#20952)
ringabout
2022-11-28
2
-525
/
+0
*
Improve jsformdata (#20929)
Juan Carlos
2022-11-28
2
-6
/
+12
*
Support IBM Z architecture (#20943)
Federico Ceratto
2022-11-28
2
-1
/
+6
*
Add `nkFastAsgn` into `semExpr` (#20939)
Jake Leahy
2022-11-27
2
-1
/
+13
*
Fix several memory leaks in the Postgres wrapper. (#20940)
jfilby
2022-11-27
2
-16
/
+27
*
Handle ppc CPU architecture (#20920)
Federico Ceratto
2022-11-26
1
-1
/
+1
*
issue form: don't syntax highlight output logs (#20924)
metagn
2022-11-26
2
-13
/
+12
*
Correct descriptions for oids (#20926)
ringabout
2022-11-26
1
-2
/
+1
*
fixes documentation regression (#20925)
ringabout
2022-11-26
1
-2
/
+2
[prev]
[next]