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
*
fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
flywind
2022-04-06
1
-1
/
+1
*
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
flywind
2022-04-04
3
-21
/
+17
*
fixes #14318 (#14335)
Andreas Rumpf
2022-03-26
1
-1
/
+1
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
1
-1
/
+2
*
remove tmpFramePtr when optStackTrace is absent (#19649)
flywind
2022-03-26
1
-4
/
+0
*
fixes #19603; some pragmas were really only supported as top level statements...
Andreas Rumpf
2022-03-26
2
-7
/
+16
*
mitigates #19364 [backport]; we make this bug more unlikely to appear by prod...
Andreas Rumpf
2022-03-26
1
-6
/
+12
*
remove unnecessary framePtr code (#19645)
flywind
2022-03-25
1
-3
/
+6
*
fix nim check nimscript [backport: 1.6] (#19444)
flywind
2022-03-23
2
-1
/
+7
*
output byref types into --header file [backport: 1.6] (#19505)
flywind
2022-03-23
1
-2
/
+7
*
move assertions out of system (#19599)
flywind
2022-03-23
79
-1
/
+251
*
fixes #19615; emit better code for integer divisions when the divisor… (#19...
Andreas Rumpf
2022-03-22
1
-6
/
+16
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
1
-3
/
+8
*
compiler: Handle nkCheckedFieldExpr better in dfa (#19616)
Clyybber
2022-03-18
1
-4
/
+2
*
support useVersion:1.6 (#19601)
flywind
2022-03-10
2
-0
/
+5
*
fixes #19575 (#19596) [backport]
Andreas Rumpf
2022-03-09
1
-2
/
+4
*
fixes #19569 (#19595) [backport]
Andreas Rumpf
2022-03-09
2
-9
/
+7
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
4
-45
/
+40
*
apply changes from #18017 and some fixes (#19571)
flywind
2022-03-01
3
-38
/
+42
*
Fix #18662 (#19534)
Evan Typanski
2022-02-28
2
-8
/
+3
*
make compileOption("panics") work (#19568)
solarizedalias
2022-02-27
1
-0
/
+1
*
fix #19266; allow reassign discriminant field (#19567)
flywind
2022-02-25
3
-2
/
+17
*
Remove volatiles when compiling with ARC/ORC (#19545)
PMunch
2022-02-25
1
-18
/
+50
*
Document links repect --out in .idx file (#19543)
Jake Leahy
2022-02-24
1
-1
/
+4
*
compile pragma: cache the result sooner (#19554)
Ștefan Talpalaru
2022-02-24
1
-1
/
+3
*
Remove trailing space in `nim r` command; Amend one error message (#19487)
locriacyber
2022-02-18
1
-1
/
+2
*
fixes #19404 by protecting the memory we borrow from. this replaces crashes w...
Andreas Rumpf
2022-02-12
1
-8
/
+13
*
don't use a temp for addr [backport: 1.6] (#19503)
flywind
2022-02-08
1
-2
/
+2
*
setjump => setjmp [backport: 1.2] (#19496)
flywind
2022-02-06
1
-1
/
+1
*
undefine C symbols in JS backend [backport:1.6] (#19437)
flywind
2022-02-04
2
-3
/
+5
*
correct typos (#19485)
flywind
2022-02-03
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
2
-1
/
+4
*
No longer segfault when using a typeclass with a self referencing type (#19467)
Jason Beetham
2022-02-02
1
-1
/
+2
*
fix broken CI (#19472)
flywind
2022-01-31
2
-0
/
+3
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
1
-1
/
+1
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
6
-19
/
+33
*
support set other GCs after `mm = orc` or `mm = arc` is set in the global con...
flywind
2022-01-27
1
-20
/
+34
*
bugfix: varargs count as open arrays (#19447)
Andreas Rumpf
2022-01-25
1
-1
/
+1
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
2
-116
/
+175
*
enable weave (#19363) [backport:1.6]
flywind
2022-01-20
1
-2
/
+7
*
Don't reject types directly on AST (#19407)
metagn
2022-01-19
1
-2
/
+4
*
fix term rewriting with sideeffect (#19410)
flywind
2022-01-19
1
-2
/
+5
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
1
-15
/
+36
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-0
/
+1
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
2
-8
/
+3
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
4
-8
/
+299
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
1
-0
/
+9
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
1
-2
/
+12
*
nrvo shouldn't touch bycopy object[backport:1.2] (#19385)
flywind
2022-01-14
1
-1
/
+1
*
update copyright year (#19381)
flywind
2022-01-13
1
-1
/
+1
[next]