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
*
asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)
Century Systems
2023-02-28
2
-1
/
+13
*
Use a cast to suppress KeyError raises (#21451)
Antonis Geralis
2023-02-28
1
-4
/
+5
*
Overrides `=copy` for `PackedSets` (#21417)
ringabout
2023-02-27
1
-15
/
+14
*
Fix typo in sourcemap.nim (#21438)
Ikko Eltociear Ashimine
2023-02-27
1
-1
/
+1
*
fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)
Constantine Molchanov
2023-02-27
2
-1
/
+15
*
Add mention of breaking change about `[_]` in generics to changelog (#21437)
PhilippMDoerner
2023-02-26
1
-0
/
+7
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
4
-5
/
+11
*
closes #17864; add a test case (#21434)
ringabout
2023-02-25
1
-0
/
+12
*
Disable threads for os:any (#21425)
Francis Thérien
2023-02-24
2
-0
/
+7
*
fixes #20695; fixes object with distinct defaults and tables (#21428)
ringabout
2023-02-24
2
-2
/
+41
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
11
-61
/
+70
*
Mitigate issues related to compiler options when cross-compiling (#21330)
Francis Thérien
2023-02-22
2
-4
/
+8
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
31
-72
/
+227
*
Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)
c-blake
2023-02-22
1
-2
/
+17
*
ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)
Century Systems
2023-02-22
2
-1
/
+9
*
Fix a couple of small keyword issues. (#21416)
Benji York
2023-02-22
1
-2
/
+2
*
saves one unnecessary compare which is also a small regression (#21413)
ringabout
2023-02-21
1
-1
/
+1
*
Specify that address is taken when converter takes a var parameter (#21391)
Jake Leahy
2023-02-21
2
-0
/
+16
*
Add `getDataDir` proc (#21408)
Ecorous
2023-02-21
1
-0
/
+27
*
Make `Time` work with `std/strformat` (#21409)
Jake Leahy
2023-02-21
2
-5
/
+6
*
Support tuples in nim-gdb (#21410)
Jake Leahy
2023-02-21
3
-5
/
+28
*
improve invalid module names errors (#21412)
ringabout
2023-02-21
1
-1
/
+2
*
csources_v2 can build the ORC-booted compiler; building now uses strict mode ...
ringabout
2023-02-21
1
-2
/
+4
*
corrects the linkerexe of riscv64 in config (#21292)
ringabout
2023-02-21
1
-1
/
+1
*
NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...
Century Systems
2023-02-21
3
-9
/
+0
*
Support new runtime with nim-gdb (#21400)
Jake Leahy
2023-02-20
5
-308
/
+161
*
closes #1072; add a test case (#21396)
ringabout
2023-02-19
1
-0
/
+10
*
Fix long link commands on macOS (v2) (#21382)
Matt Haggard
2023-02-17
1
-2
/
+14
*
`std/xmltree` Add the type of the node when the assertion fails (#21383)
Jake Leahy
2023-02-17
1
-22
/
+30
*
add .replace() with callback to jsre (#21371)
Qinsi (James) ZHU
2023-02-16
1
-0
/
+5
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
14
-17
/
+52
*
add deprecated warnings for `{.deadcodeelim: on.}` (#21277)
ringabout
2023-02-16
1
-1
/
+2
*
fixes #21360; discarding empty seqs/arrays now raises errors (#21374)
ringabout
2023-02-16
3
-9
/
+25
*
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
[next]