| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix #10305 nim cpp is now nan-correct at CT (#10310) | Timothee Cour | 2019-01-15 | 1 | -4/+4 |
* | Add support for clang-cl (#9977) | Neelesh Chandola | 2018-12-19 | 1 | -1/+9 |
* | escape the include path | Neelesh Chandola | 2018-12-16 | 1 | -1/+1 |
* | Add project directory to include path | Neelesh Chandola | 2018-12-16 | 1 | -0/+2 |
* | Fix nimsuggest build with clang on windows | Neelesh Chandola | 2018-12-13 | 1 | -1/+1 |
* | resolve merge conflicts | Araq | 2018-12-12 | 1 | -1/+1 |
|\ |
|
| * | Removed arch option in compiler definition | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -1/+1 |
* | | the linking step doesn't mind Windows' 8K command line limit anymore | Araq | 2018-12-11 | 1 | -28/+48 |
* | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -2/+2 |
* | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -2/+2 |
* | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -5/+5 |
* | | workaround against silly Windows command line length limitations for the upco... | Araq | 2018-12-11 | 1 | -13/+25 |
* | | Compile pragma. Recompile on external file compilation failure (#9455) | cooldome | 2018-10-22 | 1 | -1/+2 |
* | | compiler refactoring; use typesafe path handing; docgen: render symbols betwe... | Andreas Rumpf | 2018-09-07 | 1 | -57/+56 |
* | | fix shell quoting error for static libraries (#8532) | Charlie Barto | 2018-08-04 | 1 | -1/+1 |
* | | add hintCC to optionally disable printing 'CC: filename' (#8479) | Timothee Cour | 2018-08-01 | 1 | -2/+3 |
* | | disable --app:gui for non Windows targets; fixes #2576 | Araq | 2018-07-30 | 1 | -2/+4 |
* | | Add -w flag to Switch compilation to prevent deadlock (#8372) | Joey | 2018-07-20 | 1 | -1/+1 |
* | | Give different names to objects coming from cpp files (#8278) | LemonBoy | 2018-07-13 | 1 | -4/+1 |
* | | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -0/+39 |
* | | Don't remove extension of source files twice, if filenames contain dots | Jörg Wollenschläger | 2018-06-26 | 1 | -1/+1 |
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -2/+2 |
* | | make tests green again | Andreas Rumpf | 2018-05-18 | 1 | -3/+6 |
* | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals | Andreas Rumpf | 2018-05-18 | 1 | -16/+16 |
* | | compiler/ropes.nim has no global error handler anymore | Andreas Rumpf | 2018-05-17 | 1 | -4/+9 |
* | | extccomp: no globals anymore | Araq | 2018-05-16 | 1 | -88/+54 |
* | | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -29/+29 |
* | | move more globals into the config object | Andreas Rumpf | 2018-05-13 | 1 | -6/+6 |
* | | move more global variables into ConfigRef | Andreas Rumpf | 2018-05-11 | 1 | -13/+13 |
* | | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 1 | -1/+1 |
* | | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 1 | -144/+152 |
* | | Fixes #802, #803 and #3775 - genscript issues (#7677) | genotrance | 2018-04-25 | 1 | -1/+2 |