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
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
15
-93
/
+151
*
Atlas: avoid segfault on failed Github search (#21980)
Gruruya
2023-06-02
1
-1
/
+1
*
partially fixes #20787 by having a char dummy member prepended to objs only c...
heterodoxic
2023-06-01
2
-2
/
+13
*
fixes #21974; fixes sameConstant fieldDefect (#21981)
ringabout
2023-06-01
2
-1
/
+31
*
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...
ringabout
2023-06-01
4
-6
/
+6
*
privateAccess ignores non-objects (#21973)
metagn
2023-06-01
3
-2
/
+5
*
handle out of range value for `COLUMNS` / `LINES` (#21968)
Etan Kissling
2023-05-31
1
-2
/
+2
*
removal of seq spam in generated C/C++ code and Module.typeStack cleanup (#21...
heterodoxic
2023-05-31
1
-13
/
+8
*
Add GitHub Action Stale, remove Deprecated Probot Stale (#21943)
Juan Carlos
2023-05-31
2
-69
/
+23
*
Atlas: Use copyFileWithPermissions to copy nim executable (#21967)
SirOlaf
2023-05-31
1
-1
/
+1
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
9
-84
/
+180
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
9
-12
/
+20
*
Atlas: virtual environments (#21965)
Andreas Rumpf
2023-05-30
2
-1
/
+93
*
Atlas: URL rewrite rules; --autoinit flag (#21963)
Andreas Rumpf
2023-05-30
3
-10
/
+340
*
simple micro-optimizations of ropes' runtime-formatting (#21962)
heterodoxic
2023-05-30
2
-15
/
+8
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
3
-4
/
+37
*
hot code reloading: fix regression? and PreMain with arc/orc (#21940)
metagn
2023-05-30
3
-9
/
+17
*
Add anti-regression for #21958 (#21960)
Mamy Ratsimbazafy
2023-05-30
1
-0
/
+11
*
fixes #21734; backport (#21957)
Andreas Rumpf
2023-05-29
2
-3
/
+3
*
Suggest files and paths modules (#21950)
Federico Ceratto
2023-05-29
3
-0
/
+7
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
3
-12
/
+18
*
prevent spamming of thread local forward declarations in C/C++ output (#21955)
heterodoxic
2023-05-29
1
-1
/
+1
*
Fix documentation typo in endians.nim (#21949)
Simon Krauter
2023-05-28
1
-1
/
+1
*
Atlas: some final cleanups (#21947)
Andreas Rumpf
2023-05-28
3
-21
/
+22
*
fixes atlas logging colors on windows (#21946)
ringabout
2023-05-28
1
-3
/
+3
*
Atlas: checkout latest tagged commit with `atlas use` (#21944)
Gruruya
2023-05-28
1
-7
/
+20
*
ship atlas and build documentation (#21945)
ringabout
2023-05-28
4
-0
/
+6
*
Atlas: use colored output (#21939)
Andreas Rumpf
2023-05-28
1
-38
/
+48
*
Refactor pragma inline (#21930)
Juan Carlos
2023-05-27
2
-11
/
+23
*
Atlas: add `atlas tag` command (#21936)
Gruruya
2023-05-27
1
-4
/
+84
*
support generic void return type for templates (#21934)
metagn
2023-05-27
2
-2
/
+11
*
Atlas: explicit graph representation (#21937)
Andreas Rumpf
2023-05-27
1
-28
/
+55
*
fixes #15428 by updating deep open array copy codegen (#21935)
heterodoxic
2023-05-27
2
-2
/
+25
*
Atlas: fixes 'use' command (#21932)
Andreas Rumpf
2023-05-27
2
-53
/
+43
*
Atlas: clone with `--recursive` (#21933)
Gruruya
2023-05-27
1
-1
/
+1
*
Remove unused dead code (#21931)
Juan Carlos
2023-05-27
1
-62
/
+0
*
Clean nimbase (#21927)
Juan Carlos
2023-05-27
2
-27
/
+9
*
fix #10964 by honoring pointer deref syntax if a reified openarray is used to...
heterodoxic
2023-05-27
2
-2
/
+17
*
atlas: search improvements (#21929)
Gruruya
2023-05-27
2
-5
/
+8
*
atlas: better code (#21926)
Andreas Rumpf
2023-05-26
1
-16
/
+12
*
fix & add test for basic hot code reloading case (#21915)
metagn
2023-05-26
3
-1
/
+12
*
JS: Add some to-cstring converters for DateTime (#21912)
Zoom
2023-05-26
2
-8
/
+17
*
Fix Nimgrab (#21918)
Juan Carlos
2023-05-26
1
-3
/
+10
*
Atlas: Actually use deps for use command (#21922)
SirOlaf
2023-05-26
1
-2
/
+1
*
fixes #21887; Type conversion on overloaded enum field does not always call (...
ringabout
2023-05-26
2
-0
/
+11
*
Atlas: misc (#21919)
Andreas Rumpf
2023-05-26
2
-25
/
+34
*
fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)
heterodoxic
2023-05-26
3
-8
/
+8
*
atlas: better docs (#21911)
Andreas Rumpf
2023-05-25
2
-76
/
+156
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
2
-7
/
+18
*
Remove GC (#21904)
Juan Carlos
2023-05-25
1
-749
/
+0
[next]