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
/
extccomp.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add LTO support for most compilers and do some VCC fixes (#14013)
Keithcat1
2020-04-22
1
-3
/
+4
*
Add support for `zig cc` as C compiler. (#13757)
Hessam Mehr
2020-04-08
1
-0
/
+11
*
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
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
1
-5
/
+23
*
fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...
Timothee Cour
2020-03-19
1
-0
/
+10
*
fix #13633 fix koch boot crashing regression (#13635)
Timothee Cour
2020-03-12
1
-1
/
+1
*
Amend fix for #13633 (#13636)
Clyybber
2020-03-12
1
-1
/
+1
*
Fix #13633
Clyybber
2020-03-12
1
-1
/
+2
*
Make listCmd honor hint:cc:off (#13606)
Clyybber
2020-03-11
1
-50
/
+35
*
`koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)
Timothee Cour
2020-03-11
1
-14
/
+19
*
Revert "Support cross compiling from host to host (#12859)" (#13591)
genotrance
2020-03-10
1
-1
/
+2
*
Only print the link command when listCmd is active; fix docs (#13603)
Clyybber
2020-03-07
1
-1
/
+1
*
make it possible to pass linker options for vcc (#13535) [backport]
cooldome
2020-02-29
1
-1
/
+1
*
fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)
Timothee Cour
2020-02-26
1
-1
/
+1
*
Fix #8648 - use parent streams to avoid hang (#13445)
genotrance
2020-02-20
1
-6
/
+5
*
fixes #13144 (#13145)
Timothee Cour
2020-01-18
1
-9
/
+4
*
pass platform argument only if vccexe is used (#13078)
cooldome
2020-01-14
1
-10
/
+9
*
[easy] --hint:link:on now shows link cmd instead of nothing (#13056)
Timothee Cour
2020-01-07
1
-2
/
+1
*
fix #12988 (#13022)
rockcavera
2020-01-03
1
-3
/
+3
*
fixes #12735 on osx, call dsymutil for debug builds (#12931)
Timothee Cour
2019-12-21
1
-0
/
+21
*
Support cross compiling from host to host (#12859)
Neelesh Chandola
2019-12-09
1
-2
/
+1
*
Fix external file recompilation (#12802)
cooldome
2019-12-03
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-39
/
+39
*
fixes #12663 staticRead now creates a dependency for rebuilds (#12731) [backp...
Timothee Cour
2019-11-25
1
-12
/
+13
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-4
/
+15
*
added the --asm command line option for inspection of the produced assember c...
Andreas Rumpf
2019-11-21
1
-6
/
+32
*
Fix Nim specify wrong option to vccexe when vcc.options.always is set (#12490...
Tomohiro
2019-10-24
1
-1
/
+1
*
Add no-ident for GCC when -d:release (#12454)
Juan Carlos
2019-10-18
1
-3
/
+3
*
External file compilation improvement (#12380)
cooldome
2019-10-08
1
-0
/
+4
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
changed name mangling for generated C files
Araq
2019-09-13
1
-1
/
+1
*
fixes #11758 [nobackport]
Andreas Rumpf
2019-07-17
1
-1
/
+7
*
better run also considers the command line; fixes #11719 [feature]
Araq
2019-07-12
1
-1
/
+8
*
koch/nim: completion of the 'better run' feature
Araq
2019-07-12
1
-1
/
+1
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-5
/
+46
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-11
/
+11
*
fixes #11405
Araq
2019-06-05
1
-0
/
+2
*
list available options for --cpu, --os and --cc if the passed option is not f...
Ico Doornekamp
2019-05-25
1
-1
/
+6
*
fixes #11306
Araq
2019-05-24
1
-4
/
+19
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
fixes #11202
Andreas Rumpf
2019-05-14
1
-9
/
+8
*
Merge pull request #11201 from nim-lang/araq-fixes-11200
Andreas Rumpf
2019-05-08
1
-1
/
+1
|
\
|
*
typo
Araq
2019-05-08
1
-1
/
+1
*
|
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-4
/
+4
|
/
*
nicer 'CC' output messages
Araq
2019-05-06
1
-1
/
+1
*
remove the restriction that module names need to be unique per Nimble… (#11...
Andreas Rumpf
2019-04-20
1
-3
/
+4
*
improvements on the hot code reloading support (#10892)
Viktor Kirilov
2019-03-23
1
-6
/
+11
*
compiler/extccomp: use getNimcacheDir for writing build instruction (#10772)
alaviss
2019-03-04
1
-1
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-44
/
+118
[next]