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
*
changed type() to typeof() in docs and error messages (#14084)
hlaaftana
2020-04-24
2
-2
/
+2
*
Make JS not mangle to snake_case (#14086)
hlaaftana
2020-04-24
1
-5
/
+1
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
9
-18
/
+58
*
new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...
Timothee Cour
2020-04-23
3
-16
/
+27
*
Add LTO support for most compilers and do some VCC fixes (#14013)
Keithcat1
2020-04-22
1
-3
/
+4
*
cycle collector (#14071)
Andreas Rumpf
2020-04-22
2
-4
/
+5
*
fix typo (#14063)
Andy Davidoff
2020-04-21
1
-1
/
+1
*
cleanup PR #14048
Araq
2020-04-21
1
-2
/
+2
*
fixes #14052 [backport:1.2] (#14055)
Andreas Rumpf
2020-04-21
1
-1
/
+2
*
Replace enum fields idents with syms (#14048)
cooldome
2020-04-21
1
-1
/
+9
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
1
-0
/
+2
*
Fixes #14014 (#14029)
cooldome
2020-04-20
1
-2
/
+7
*
allow generic typedesc field access (#12220)
Jasper Jenkins
2020-04-20
1
-57
/
+53
*
remove the nilChecks switch; refs #11570
Araq
2020-04-20
4
-8
/
+5
*
fix for asm statement; refs #12650
Araq
2020-04-20
1
-1
/
+1
*
add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813)
Timothee Cour
2020-04-20
3
-9
/
+66
*
compiler/suggest: highlight squashed operators (#11796)
alaviss
2020-04-20
1
-3
/
+7
*
fixes #12741 (#14005)
Andreas Rumpf
2020-04-19
2
-9
/
+11
*
fixes #14001 (#14004)
Andreas Rumpf
2020-04-19
2
-2
/
+2
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
3
-18
/
+19
*
fix #14007 (#14012) [backport]
cooldome
2020-04-18
1
-2
/
+6
*
fixes #14003 (#14006) [backport:1.2]
cooldome
2020-04-17
1
-6
/
+12
*
Step2: fixes #13781, fixes #13805 (#13897)
cooldome
2020-04-16
3
-17
/
+27
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
6
-101
/
+213
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
11
-118
/
+98
*
fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...
Timothee Cour
2020-04-14
1
-0
/
+1
*
Fix semfold handling of {.str/int/bool-define.} (#13964)
Oscar Nihlgård
2020-04-13
1
-0
/
+6
*
error msg for #13864 (#13962)
cooldome
2020-04-13
1
-0
/
+5
*
fix #13848: make var result work with nim cpp (#13959)
Timothee Cour
2020-04-13
1
-1
/
+5
*
Add support for `zig cc` as C compiler. (#13757)
Hessam Mehr
2020-04-08
2
-1
/
+12
*
fix ICE in isUnresolvedSym (#13925)
cooldome
2020-04-08
1
-5
/
+6
*
fix #13909 (#13914) [backport:1.2]
cooldome
2020-04-08
2
-24
/
+35
*
fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...
Timothee Cour
2020-04-08
1
-1
/
+1
*
fix #13910 (#13917)
cooldome
2020-04-07
1
-2
/
+2
*
fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...
Timothee Cour
2020-04-07
1
-3
/
+5
*
fix #13739 (#13742)
Arne Döring
2020-04-07
1
-5
/
+4
*
fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]
Timothee Cour
2020-04-06
1
-30
/
+23
*
add nimPath to nim dump (#13876)
Timothee Cour
2020-04-05
1
-1
/
+2
*
Fix sym owner in wrapper proc (#13878)
cooldome
2020-04-05
1
-27
/
+27
*
finally de-deprecate the .define and .undef pragmas
Andreas Rumpf
2020-04-04
1
-2
/
+0
*
new feature: ability to turn specific warnings to errors
Andreas Rumpf
2020-04-04
6
-29
/
+40
*
Remove my wrongly written mangled-related code, not needed anymore (#13858)
Alexander Ivanov
2020-04-03
2
-11
/
+4
*
sourcemaps for the JS codegen (#7508)
Alexander Ivanov
2020-04-03
4
-9
/
+424
*
make bootstrapping more robust for people who have Nim inside /usr/bin (#13855)
Andreas Rumpf
2020-04-03
1
-32
/
+34
*
move tinyc to a separate repo and allow installing external dependencency (eg...
Timothee Cour
2020-04-03
4
-25
/
+38
*
added an .assert pragma and mentioned the pragmas in the changelog
Araq
2020-04-02
3
-4
/
+4
*
fix last remaining warning when building nim (`intVal should be Int128`) + mi...
Timothee Cour
2020-04-02
4
-47
/
+29
*
Deprecate when declared(echo):echo (#13840)
Juan Carlos
2020-04-02
3
-84
/
+82
*
fixes #13782 (#13834)
Andreas Rumpf
2020-04-01
3
-19
/
+60
*
Fix tests/types/tparameterizedparent0
Zahary Karadjov
2020-04-01
1
-1
/
+1
[next]