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 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
*
propagate efWantStmt in semWhen (#23400)
metagn
2024-03-14
2
-3
/
+11
*
fixes #23382; gives compiler errors for closure iterators in JS (#23398)
ringabout
2024-03-14
1
-1
/
+3
*
Fixes an issue where exported types werent being cgen with the `exportc` prag...
Juan M Gómez
2024-03-11
1
-4
/
+7
*
[C++] Allow `member` to define static funcs (#23387)
Juan M Gómez
2024-03-11
2
-5
/
+21
*
Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23...
lit
2024-03-09
1
-6
/
+4
*
fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)
ringabout
2024-03-09
1
-2
/
+2
*
fixes #22284; fixes #22282; don't override original parameters of inferred la...
ringabout
2024-03-09
2
-1
/
+25
*
fixes #23378; fixes js abs negative int64 (#23379)
ringabout
2024-03-09
2
-1
/
+15
*
closes #22846; adds a test case (#23374)
ringabout
2024-03-08
1
-0
/
+9
*
remove mention of `GC_ref` and `GC_unref` for strings (#23373)
ringabout
2024-03-06
1
-5
/
+1
*
closes #15751; adds a test case (#23372)
ringabout
2024-03-06
1
-0
/
+11
*
fixes #12703; nim cpp rejects valid code would lose const qualifier for cstri...
ringabout
2024-03-05
2
-4
/
+29
*
closes #10219; adds a test case (#23370)
ringabout
2024-03-05
1
-0
/
+20
*
fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dyn...
ringabout
2024-03-04
2
-0
/
+25
*
fix `isAbsolute` broken when `nodejs` on Windows (#23365)
litlighilit
2024-03-04
1
-3
/
+3
*
makes nimsuggest listen on localhost by default (#23351)
Juan M Gómez
2024-03-04
1
-1
/
+1
*
remove obselete doc with nimrtl (#23358)
ringabout
2024-03-04
1
-3
/
+0
*
ref #23333; fixes AF_INET6 value on Linux (#23334)
ringabout
2024-03-03
1
-1
/
+1
[prev]
[next]