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
*
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
*
nimscript ignore the threads option (#19370)
flywind
2022-01-13
1
-1
/
+1
*
bitsets.nim: cleanup (#19361)
Andreas Rumpf
2022-01-11
1
-24
/
+11
*
fix stylecheck error with asyncdispatch (#19350)
flywind
2022-01-10
1
-1
/
+2
*
stylecheck usages part two: stdlib cleanup (#19338)
flywind
2022-01-08
1
-1
/
+1
*
correct the comments (#19322)
flywind
2022-01-04
1
-2
/
+2
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
1
-9
/
+19
*
fixes #16617 [backport] (#19300)
Andreas Rumpf
2021-12-31
1
-0
/
+2
*
fixes grammar typos [backport] (#19289)
Andreas Rumpf
2021-12-27
1
-3
/
+3
*
Fixed object field access of static objects in generics (#19283) [backport]
Jason Beetham
2021-12-23
1
-1
/
+1
*
Fix group reference (with capital letters (#19196)
Andrey Makarov
2021-12-20
1
-1
/
+2
*
added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)
Andreas Rumpf
2021-12-10
3
-17
/
+22
*
nimRawSetjmp: support Windows (#19197)
Ștefan Talpalaru
2021-12-10
1
-1
/
+12
*
fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...
Andreas Rumpf
2021-12-09
5
-2
/
+23
*
Add support for LoongArch (#19223)
wenghongquan
2021-12-09
1
-2
/
+3
*
fixes a converter handling regression that caused private converters to leak ...
Andreas Rumpf
2021-12-09
1
-2
/
+4
*
fix #19193 (#19195) [backport:1.2]
Tanguy
2021-12-07
1
-2
/
+8
*
allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2]
Etan Kissling
2021-12-06
1
-8
/
+8
*
treat do with pragmas but no parens as proc (#19191)
hlaaftana
2021-12-05
1
-3
/
+9
*
fixes #19159 [backport:1.6] (#19210)
Andreas Rumpf
2021-12-04
1
-3
/
+4
*
fixes #19198 [backport:1.6] (#19209)
Andreas Rumpf
2021-12-04
2
-14
/
+20
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
2
-2
/
+4
*
misc bugfixes [backport:1.2] (#19203)
Andreas Rumpf
2021-12-04
1
-3
/
+3
*
accept object type node from macros (#19179)
hlaaftana
2021-11-24
1
-1
/
+1
*
renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)
Andreas Rumpf
2021-11-24
1
-2
/
+2
*
parseExpr/parseStmt accept filename, fixes #13540 (#19182)
hlaaftana
2021-11-24
2
-7
/
+6
*
fix #12274 (#19180)
hlaaftana
2021-11-24
1
-1
/
+1
*
`caseStmtMacros` no longer experimental, experimental manual refactor (#19173)
hlaaftana
2021-11-23
2
-5
/
+5
*
Accept nnkTypeSection from typedef macro pragmas (#19168)
hlaaftana
2021-11-22
1
-5
/
+13
*
fix marshal bugs in VM (#19161) [backport:1.6]
flywind
2021-11-17
1
-2
/
+2
*
fixes #19051 [backport:1.6] (#19133)
Andreas Rumpf
2021-11-12
1
-2
/
+17
*
fixes #14470 [backport:1.2] (#19115)
Andreas Rumpf
2021-11-09
1
-1
/
+2
[next]