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
*
Support NetBSD/aarch64 (#23616)
PHO
2024-05-16
4
-3
/
+6
*
fixes lifting subtype calling parent's hooks (#23612)
ringabout
2024-05-15
2
-2
/
+28
*
closes #15778; adds a test case (#23613)
ringabout
2024-05-15
1
-7
/
+29
*
fixes deprecation messages and adds missing commas (#23609)
ringabout
2024-05-14
1
-3
/
+3
*
fixes openarray views default values in JS (#23607)
ringabout
2024-05-14
2
-2
/
+17
*
fixes testament matrix doesn't work with other backends which left many JS te...
ringabout
2024-05-14
6
-11
/
+34
*
ignore modules when looking up symbol with expected type (#23597)
metagn
2024-05-14
3
-1
/
+20
*
re-enable tests (#23591)
ringabout
2024-05-10
1
-4
/
+2
*
Allow to `exportc` params. (#23396)
Juan M Gómez
2024-05-10
1
-1
/
+1
*
Add directory input support to nimpretty (#23590)
Mads Hougesen
2024-05-10
1
-1
/
+7
*
unordered enum for better interoperability with C (#23585)
ringabout
2024-05-10
4
-5
/
+109
*
remove bad type inference behavior for enum identifiers (#23588)
metagn
2024-05-10
2
-7
/
+22
*
adds Nim-related mimetypes back (#23589)
ringabout
2024-05-10
2
-0
/
+9
*
Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23...
lit
2024-05-10
1
-6
/
+6
*
fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...
ringabout
2024-05-08
2
-6
/
+16
*
Add a note about the sideeffect pragma (#23543)
Antonis Geralis
2024-05-08
1
-0
/
+2
*
Add Complex version of almostEqual function (#23549)
Angel Ezquerra
2024-05-08
2
-3
/
+21
*
fix semFinishOperands for bracket expressions [backport:2.0] (#23571)
metagn
2024-05-08
2
-7
/
+32
*
fixes 12381, HttpClient socket handle leak (#23575)
Marius Andra
2024-05-08
1
-0
/
+2
*
rework `wasMoved`, `move` on the JS backend (#23577)
ringabout
2024-05-08
9
-69
/
+35
*
fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)
ringabout
2024-05-08
3
-6
/
+7
*
fixes #23442, fix for FileId under Windows (#23444)
lit
2024-05-08
1
-4
/
+4
*
Skips generic owner when mangling instances (#23563)
Juan M Gómez
2024-05-07
2
-5
/
+6
*
bring `telebot` back (#23578)
ringabout
2024-05-07
1
-1
/
+1
*
fixes CI failure (#23566)
ringabout
2024-05-04
1
-1
/
+1
*
fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)
ringabout
2024-05-03
3
-2
/
+28
*
Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560)
lit
2024-05-02
1
-6
/
+6
*
fixes #23419; internal error with void in generic array instantiation (#23550)
ringabout
2024-05-01
2
-3
/
+11
*
fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)
ringabout
2024-04-29
2
-1
/
+39
*
fix typo: "As can been seen" to "As can be seen" (#23544)
yojiyama7
2024-04-28
1
-1
/
+1
*
fixes #23531; fixes invalid meta type accepted in the object fields (#23532)
ringabout
2024-04-26
2
-9
/
+78
*
fixes #23536; Stack trace with wrong line number when the proc called inside ...
ringabout
2024-04-26
2
-6
/
+34
*
fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)
ringabout
2024-04-26
2
-2
/
+4
*
fixes #23525; an 'emit' pragma cannot be pushed (#23537)
ringabout
2024-04-24
1
-0
/
+13
*
adds another fix for concept in JS (#23535)
ringabout
2024-04-24
2
-5
/
+13
*
fixes #23524; global variables cannot be analysed when injecting `move` (#23529)
ringabout
2024-04-24
4
-23
/
+41
*
* fix for the debug line info code generation (#23488)
Nikolay Nikolov
2024-04-22
2
-23
/
+73
*
updated compiler DFA docs (#23527)
Andreas Rumpf
2024-04-22
1
-13
/
+3
*
Fix std/base64.decode out of bounds read (#23526)
bptato
2024-04-22
2
-1
/
+3
*
fix #23518 - `<expr> is` crashes nimsuggest (#23523)
José Paulo
2024-04-21
1
-1
/
+2
*
fixes commit hashes (#23520)
ringabout
2024-04-19
1
-2
/
+2
*
allow having {.noinit.} on a complex type avoid memsets to 0 for its … (#23...
heterodoxic
2024-04-18
2
-1
/
+4
*
Fix duplicated member declarations in structs for C++ backend (#23512)
HexSegfaultCat
2024-04-18
2
-1
/
+28
*
workaround #23435; real fix pending #23279 (#23436)
ringabout
2024-04-18
2
-0
/
+14
*
bundle atlas with sat (#23375)
ringabout
2024-04-18
1
-1
/
+4
*
remove php code from jsgen (#23502)
ringabout
2024-04-18
1
-14
/
+0
*
remove `|| []` from jsgen because string cannot be nil anymore (#23508)
ringabout
2024-04-18
1
-3
/
+3
*
fixes #23492; fixes JS float range causes compiler crash (#23517)
ringabout
2024-04-18
1
-1
/
+1
*
fixes #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
6
-53
/
+64
*
allow Nix builds by not calling git in isGitRepo for Nimble (#23515)
Jakub
2024-04-18
1
-10
/
+3
[next]