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
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
1
-13
/
+4
*
fixes #9550; Concept related crash only when compiling to JS (#23470)
ringabout
2024-04-02
1
-1
/
+1
*
adds ccMember CC fixes #23434 (#23457)
Juan M Gómez
2024-03-29
5
-4
/
+7
*
fixes #23422; card regression (#23437)
ringabout
2024-03-28
1
-1
/
+1
*
fixes #23429; rework `--verbosity` with warnings/hints (#23441)
ringabout
2024-03-28
1
-0
/
+5
*
Converted the 'invalid kind for firstOrd/lastOrd(XXX)' messages from internal...
Nikolay Nikolov
2024-03-27
1
-4
/
+4
*
[Cpp] Fixes an issue when mixing hooks and calls (#23428)
Juan M Gómez
2024-03-21
2
-1
/
+5
*
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
5
-244
/
+448
*
fixes #23401; prevents nrvo for cdecl procs (#23409)
ringabout
2024-03-16
1
-1
/
+4
*
chore: fix some typos (#23412)
soonsouth
2024-03-16
4
-4
/
+4
*
+ added nimsuggest support for exception inlay hints (#23202)
Nikolay Nikolov
2024-03-15
5
-22
/
+324
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
14
-253
/
+106
*
propagate efWantStmt in semWhen (#23400)
metagn
2024-03-14
1
-3
/
+4
*
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
1
-4
/
+9
*
fixes #22284; fixes #22282; don't override original parameters of inferred la...
ringabout
2024-03-09
1
-1
/
+0
*
fixes #23378; fixes js abs negative int64 (#23379)
ringabout
2024-03-09
1
-1
/
+7
*
fixes #12703; nim cpp rejects valid code would lose const qualifier for cstri...
ringabout
2024-03-05
1
-4
/
+15
*
fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dyn...
ringabout
2024-03-04
1
-0
/
+23
*
Dont mangle when targeting cpp (#23335)
Juan M Gómez
2024-03-03
1
-1
/
+1
*
Fix nimsuggest highlight for import statements (#23263)
autumngray
2024-03-03
1
-1
/
+9
*
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
2
-2
/
+3
*
fixes #13481; fixes #22708; disable using union objects in VM (#23362)
ringabout
2024-03-03
1
-0
/
+2
*
make use of C++11's auto type deduction for temporary variables (#23327)
heterodoxic
2024-03-03
1
-1
/
+1
*
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
*
fixes #23306 nim cpp -r invalid code generation regression with closure itera...
Juan M Gómez
2024-02-26
1
-2
/
+2
*
* fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...
Nikolay Nikolov
2024-02-24
1
-1
/
+1
*
fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)
ringabout
2024-02-24
1
-9
/
+10
*
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
*
* fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...
Nikolay Nikolov
2024-02-20
1
-1
/
+2
*
`varargs[typed]` should behave more like `typed` (#23303)
Ryan McConnell
2024-02-20
1
-2
/
+21
*
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
1
-2
/
+1
*
assume a module's usage if it contains a passC/passL/compile pragma w… (#23...
heterodoxic
2024-02-19
1
-1
/
+8
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
1
-3
/
+13
*
fixes #18104; tranform one liner var decl before templates expansion (#23294)
ringabout
2024-02-13
1
-0
/
+18
*
fixes a nimsuggest crash on init (#23300)
Juan M Gómez
2024-02-11
1
-1
/
+1
*
nimsuggest --ic:on compiles (#23298)
Juan M Gómez
2024-02-09
1
-0
/
+1
*
MangleProcs following the Itanium spec so they are demangled in the debugger ...
Juan M Gómez
2024-02-09
3
-6
/
+84
*
fixes regression #23280; Operations on inline toOpenArray len return a wrong ...
ringabout
2024-02-06
1
-3
/
+3
*
fixes regression #22909; don't optimize result init if statements can raise w...
ringabout
2024-02-01
1
-9
/
+19
*
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]