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
*
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
*
Dont mangle when targeting cpp (#23335)
Juan M Gómez
2024-03-03
2
-2
/
+2
*
Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332)
litlighilit
2024-03-03
1
-14
/
+25
*
Fix nimsuggest highlight for import statements (#23263)
autumngray
2024-03-03
2
-1
/
+21
*
fixes #23273; forbids methods having importc pragmas (#23324)
ringabout
2024-03-03
1
-0
/
+4
*
fixes sink regression for ORC; ref #23354 (#23359)
ringabout
2024-03-03
3
-2
/
+19
*
fixes #13481; fixes #22708; disable using union objects in VM (#23362)
ringabout
2024-03-03
2
-8
/
+2
*
make use of C++11's auto type deduction for temporary variables (#23327)
heterodoxic
2024-03-03
1
-1
/
+1
*
strformat: detect format string errors at compile-time (#23356)
Jacek Sieka
2024-03-03
2
-40
/
+111
*
fixes an issue with string to 'var openArray' at compile-time; [backp… (#23...
Andreas Rumpf
2024-03-03
2
-21
/
+26
*
improve error messages [backport] (#23345)
ringabout
2024-02-26
1
-34
/
+79
*
Revert "disable measuremancer" (#23353)
ringabout
2024-02-26
1
-1
/
+1
*
fixes #23306 nim cpp -r invalid code generation regression with closure itera...
Juan M Gómez
2024-02-26
2
-2
/
+14
*
disable measuremancer (#23352)
ringabout
2024-02-26
1
-1
/
+1
*
* fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...
Nikolay Nikolov
2024-02-24
3
-1
/
+28
*
fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)
ringabout
2024-02-24
2
-9
/
+34
*
compiler/ast.nim: fix a typo (#23340)
litlighilit
2024-02-23
1
-1
/
+1
*
Fixes #23337; When NimScript errors prevents NimSuggest from Init (#23338)
Juan M Gómez
2024-02-22
1
-1
/
+5
*
ORC: added -d:nimOrcStats switch and related API (#23272)
Andreas Rumpf
2024-02-21
5
-20
/
+67
*
* fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...
Nikolay Nikolov
2024-02-20
2
-1
/
+17
*
`varargs[typed]` should behave more like `typed` (#23303)
Ryan McConnell
2024-02-20
2
-2
/
+31
*
Fixes a nimsuggest crash when using chronos (#23293)
Juan M Gómez
2024-02-20
2
-2
/
+5
*
fixes #23295; don't expand constants for complex structures (#23297)
ringabout
2024-02-20
2
-2
/
+19
*
Remove count field from Deque (#23318)
Tomohiro
2024-02-20
1
-51
/
+46
*
fixes #23304; uses `snprintf` instead of `sprintf` (#23322)
ringabout
2024-02-20
4
-9
/
+12
*
assume a module's usage if it contains a passC/passL/compile pragma w… (#23...
heterodoxic
2024-02-19
1
-1
/
+8
*
fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)
Juan M Gómez
2024-02-15
1
-8
/
+6
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
4
-7
/
+23
*
fixes #18104; tranform one liner var decl before templates expansion (#23294)
ringabout
2024-02-13
2
-0
/
+25
*
fixes a nimsuggest crash on init (#23300)
Juan M Gómez
2024-02-11
1
-1
/
+1
*
Remove mask field from Deque (#23299)
Tomohiro
2024-02-11
1
-5
/
+6
*
nimsuggest --ic:on compiles (#23298)
Juan M Gómez
2024-02-09
2
-0
/
+21
*
MangleProcs following the Itanium spec so they are demangled in the debugger ...
Juan M Gómez
2024-02-09
4
-6
/
+276
*
Add items and contains to heapqueue (#23296)
Antonis Geralis
2024-02-09
1
-0
/
+15
*
fixes #23275; Add `==` for Deque (#23276)
Tomohiro
2024-02-08
2
-1
/
+77
*
fixes regression #23280; Operations on inline toOpenArray len return a wrong ...
ringabout
2024-02-06
2
-3
/
+13
*
closes #14710; adds a test case (#23277)
ringabout
2024-02-05
1
-0
/
+10
*
[fix] nimsuggest `con` sometimes doesnt return anything on first pass fixes #...
Juan M Gómez
2024-02-05
1
-2
/
+3
*
follow up #22380; fixes incorrect usages of `newWideCString` (#23278)
ringabout
2024-02-05
4
-5
/
+6
*
Docs-improve: os.getCurrentCompilerExe replace with clearer short-desc (#23270)
litlighilit
2024-02-02
1
-1
/
+1
*
fixes regression #22909; don't optimize result init if statements can raise w...
ringabout
2024-02-01
2
-10
/
+31
*
compute checksum of nim files early in the pipelines (#23268)
ringabout
2024-01-31
5
-8
/
+25
*
minor fixes for std prefix in the compiler (#23269)
ringabout
2024-01-30
1
-2
/
+2
[next]