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 #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)
ringabout
2024-04-26
1
-2
/
+1
*
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
1
-1
/
+1
*
fixes #23524; global variables cannot be analysed when injecting `move` (#23529)
ringabout
2024-04-24
1
-3
/
+3
*
* 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 #23518 - `<expr> is` crashes nimsuggest (#23523)
José Paulo
2024-04-21
1
-1
/
+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
1
-1
/
+1
*
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
3
-48
/
+59
*
fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...
ringabout
2024-04-18
1
-1
/
+4
*
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
1
-1
/
+1
*
[JS backend] improve `discard` statement; ridding of the awkward special vari...
ringabout
2024-04-13
1
-1
/
+1
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
3
-63
/
+52
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
26
-69
/
+55
*
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
2
-2
/
+6
*
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
[prev]
[next]