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 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
*
fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...
ringabout
2024-04-18
2
-1
/
+17
*
remove HEAD arraymancer dependency requirement in package CI (#23509)
metagn
2024-04-17
1
-3
/
+3
*
fixes #23494; Wrong type in object construction error message (#23504)
ringabout
2024-04-16
2
-1
/
+7
*
fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503)
ringabout
2024-04-15
2
-1
/
+11
*
strictdefs for `repr` so that it can used for debugging purposes in t… (#23...
ringabout
2024-04-15
1
-2
/
+2
*
fixes #23487; JS chckNilDisp is wrong (#23490)
ringabout
2024-04-13
1
-1
/
+1
*
[JS backend] improve `discard` statement; ridding of the awkward special vari...
ringabout
2024-04-13
2
-2
/
+2
*
fix JSON deep copy description (#23495)
Pouriya Jamshidi
2024-04-12
1
-1
/
+1
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
10
-71
/
+118
*
Better documentation for typedthreads module (#23483)
Antoine Delègue
2024-04-11
1
-27
/
+67
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
30
-71
/
+80
*
remove unused magics: mIntToStr, mInt64ToStr, mFloatToStr (#23486)
ringabout
2024-04-09
6
-25
/
+2
*
stop gensym identifiers hijacking routine decl names in templates (#23392)
metagn
2024-04-09
5
-5
/
+71
*
Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...
lit
2024-04-06
2
-1
/
+5
*
fixes JS tests (#23479)
ringabout
2024-04-05
1
-1
/
+1
*
fixes #23440; fixes destruction for temporary object subclass (#23452)
ringabout
2024-04-05
1
-3
/
+13
*
apply the new mangle algorithm to JS backend for parameters and procs (#23476)
ringabout
2024-04-05
5
-57
/
+71
*
remove `internalNew` from system (#23475)
ringabout
2024-04-04
2
-3
/
+1
*
remove BountySource which doesn't exist anymore (#23474)
ringabout
2024-04-04
1
-4
/
+0
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
3
-16
/
+24
*
Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)
lit
2024-04-03
1
-1
/
+4
*
fixes testament targets field (#23472)
ringabout
2024-04-03
3
-3
/
+3
*
bump nimble version (#23467)
ringabout
2024-04-02
1
-2
/
+2
*
dynlib keeps exported functions alive in emscripten (#23469)
ringabout
2024-04-02
1
-5
/
+12
*
fixes #9550; Concept related crash only when compiling to JS (#23470)
ringabout
2024-04-02
2
-1
/
+12
*
adds ccMember CC fixes #23434 (#23457)
Juan M Gómez
2024-03-29
6
-4
/
+24
*
fixes #23422; card regression (#23437)
ringabout
2024-03-28
2
-1
/
+39
*
fixes #23429; rework `--verbosity` with warnings/hints (#23441)
ringabout
2024-03-28
1
-0
/
+5
*
Fix compile time errors when using tables on 8/16-bits systems. (#23450)
Gianmarco
2024-03-28
1
-1
/
+4
*
Converted the 'invalid kind for firstOrd/lastOrd(XXX)' messages from internal...
Nikolay Nikolov
2024-03-27
1
-4
/
+4
*
Change unicode lookup tables to have int32 elements to support platforms wher...
Gianmarco
2024-03-25
2
-9
/
+9
*
fix atomicarc increment (#23427)
Jaremy Creechley
2024-03-25
1
-1
/
+1
*
[Cpp] Fixes an issue when mixing hooks and calls (#23428)
Juan M Gómez
2024-03-21
3
-2
/
+19
*
fix: use `ErrorColor` for hints marked as errors (#23430)
Igor Sirotin
2024-03-21
1
-1
/
+2
*
Adds support for custom ASTs in the Nim parser (#23417)
Andreas Rumpf
2024-03-18
6
-245
/
+449
*
Update manual.md (#23393)
arkanoid87
2024-03-16
1
-1
/
+1
*
fixes #23401; prevents nrvo for cdecl procs (#23409)
ringabout
2024-03-16
1
-1
/
+4
*
chore: fix some typos (#23412)
soonsouth
2024-03-16
6
-7
/
+7
*
+ added nimsuggest support for exception inlay hints (#23202)
Nikolay Nikolov
2024-03-15
7
-50
/
+480
*
fix BigInt conversion, xOffset/yOffset to int from int64 (#23404)
Chancy K
2024-03-15
1
-1
/
+1
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
14
-253
/
+106
*
Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389)
握猫猫
2024-03-14
1
-10
/
+16
[prev]
[next]