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
...
*
Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)
c-blake
2023-02-15
3
-47
/
+92
*
remove legacy code; the first iteration now can build Nim with cpp backend (#...
ringabout
2023-02-15
1
-5
/
+1
*
Refines raises list in osproc (#21323)
ringabout
2023-02-14
3
-22
/
+23
*
`std/asyncjs` allow transforming proc types (#21356)
Jake Leahy
2023-02-14
2
-1
/
+14
*
This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)
c-blake
2023-02-14
3
-1
/
+107
*
allow omitting stmts using `finally` as post expr blocks; make it consistent ...
ringabout
2023-02-14
2
-1
/
+12
*
fixes comments about type bound operations (#21365)
ringabout
2023-02-14
1
-1
/
+1
*
Change the default stdlib location for Linux packaging (#21328)
Gabriel Huber
2023-02-12
2
-12
/
+17
*
Adds an extra optional argument to vcc: `vctoolset` Fixes #21335 (#21336)
Juan M Gómez
2023-02-09
2
-5
/
+17
*
megatest now checks refc too (#21341)
ringabout
2023-02-09
5
-3
/
+15
*
add `nimib` to important packages (#20697)
ringabout
2023-02-09
1
-0
/
+1
*
fixes #21333; bad codegen for the at operator; [backport:1.6] (#21344)
Andreas Rumpf
2023-02-08
1
-1
/
+1
*
fixes backticks in the documentation (#21340)
ringabout
2023-02-08
1
-2
/
+2
*
nimgrep: fix typo (#21337)
Ikko Eltociear Ashimine
2023-02-07
1
-1
/
+1
*
replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319)
ringabout
2023-02-02
3
-5
/
+5
*
fixes SSL version check logic [backport] (#21324)
ringabout
2023-02-02
4
-8
/
+8
*
Fix the nimble build on Windows (#21314)
Ivan Yonchovski
2023-02-01
1
-1
/
+1
*
Add `contains` to `std/macrocache` (#21304)
Jake Leahy
2023-02-01
3
-0
/
+39
*
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
[prev]
[next]