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 #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
13
-24
/
+56
*
fixes #21317; 1.6.4 regression; etyBaseIndex should return fat pointers [back...
ringabout
2023-02-01
2
-3
/
+19
*
fixes #16790; fixes #19075; put big arrays on the constant seqs; don't inline...
ringabout
2023-01-31
2
-2
/
+24
*
remove md5_old (#21312)
ringabout
2023-01-31
3
-299
/
+2
*
remove `enumUtilsExist` defines (#21309)
ringabout
2023-01-29
1
-17
/
+4
*
Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...
ringabout
2023-01-27
5
-54
/
+2
*
Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...
Bung
2023-01-27
5
-2
/
+54
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
13
-60
/
+345
*
fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)
ringabout
2023-01-26
5
-23
/
+37
*
fixes #18134; registers `formatBiggestFloat` in VM (#21299)
ringabout
2023-01-26
3
-61
/
+73
*
Update nims.md to use `nim e` instead of `nim` in advanced shebang (#21301)
Heechul Ryu
2023-01-26
1
-1
/
+1
*
remove dead code in VM (#21296)
ringabout
2023-01-25
4
-11
/
+2
*
fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)
ringabout
2023-01-25
2
-3
/
+22
*
fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288)
ringabout
2023-01-24
3
-0
/
+13
*
fixes #21290; deindent if the last same level is a text node (#21293)
ringabout
2023-01-24
2
-17
/
+38
*
add `md2html`, `md2tex` to cmd helpers (#21295)
ringabout
2023-01-24
1
-0
/
+3
*
Update the reference to parseSpec (#21289)
ghais
2023-01-21
1
-1
/
+1
*
fixes #21278; `deques.shrink` off by one bug (#21284)
ringabout
2023-01-20
2
-1
/
+7
*
switch to official chronos URL (#21283)
ringabout
2023-01-20
1
-1
/
+1
*
Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)
Yuriy Glukhov
2023-01-19
3
-6
/
+6
*
close #21257 (#21275)
metagn
2023-01-18
2
-1
/
+23
*
Implicitly set noNimblePath when nimble.lock is present (#21266)
Ivan Yonchovski
2023-01-18
1
-0
/
+14
*
minor parseopt.nim improvements (#21256)
Andreas Rumpf
2023-01-18
2
-39
/
+34
*
std/parsesql: Add OFFSET keyword support. (#21255)
Phil Krylov
2023-01-18
1
-1
/
+10
*
fixes #21243; ships `build_all.sh` on Unix [backport] (#21264)
ringabout
2023-01-18
1
-0
/
+1
*
Add docs informing about gotcha of clients (#21262)
PhilippMDoerner
2023-01-18
1
-0
/
+4
*
fixes #21260; add check for illegal recursion for defaults (#21270)
ringabout
2023-01-18
5
-30
/
+38
*
fixes unittest warnings (#21271)
ringabout
2023-01-18
1
-0
/
+4
*
fixes #21263; consider all candidates for concept matches (#21265)
ringabout
2023-01-17
3
-1
/
+43
*
switch to official DelaunayNim URL (#21269)
ringabout
2023-01-17
1
-1
/
+1
*
bump nimble (#21259)
ringabout
2023-01-14
1
-1
/
+1
*
fix #20253 (#21174)
Bung
2023-01-13
2
-1
/
+14
*
Fix getting custom pragma from generic object (#20481)
Jake Leahy
2023-01-11
2
-1
/
+19
*
testament: make valgrind optional (#21238)
Anna
2023-01-11
2
-1
/
+12
*
parseopt.nim documentation clarity - default values & cmdEnd in getopt (#21047)
Russell Brinson
2023-01-11
1
-2
/
+27
*
fix typeRel of typeDesc (#21227)
Bung
2023-01-09
2
-2
/
+10
*
fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234)
ringabout
2023-01-08
2
-0
/
+13
*
fixes #21209; exclude threads options for JS (#21233)
ringabout
2023-01-08
3
-0
/
+9
*
disable bump (#21241)
ringabout
2023-01-08
1
-1
/
+1
*
underscores for routine parameters (#21192)
metagn
2023-01-08
5
-3
/
+131
*
adds changelog for more architectures support and fixes a link (#21229)
ringabout
2023-01-06
1
-1
/
+2
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
45
-494
/
+1866
*
make it printer friendly (#21218)
Bung
2023-01-04
2
-0
/
+18
*
fixes #21207; reports redefinition error in the definition of enums (#21217)
ringabout
2023-01-03
2
-2
/
+11
*
bump csource_v2 to include fix for linking parameter maximum length (#21216)
ringabout
2023-01-02
1
-1
/
+1
*
minor code cleanups (#21215)
Andreas Rumpf
2023-01-02
6
-36
/
+32
*
Update nim.cfg (#21204)
Chavdar Ivanov
2023-01-02
1
-2
/
+1
*
fixes pragmas reorder (#21205)
ringabout
2023-01-01
2
-0
/
+20
*
fixes #20906; update copyright year [backport 1.6] (#21210)
ringabout
2023-01-01
3
-3
/
+3
*
avoiding unnecessary allocation for dollar IpAddress (#21199)
rockcavera
2022-12-30
1
-2
/
+2
[prev]
[next]