summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* VCCEXE: lower case const identifierFredrik Høisæther Rasch2017-04-041-2/+2
* Moved vccdiscover to vccexeFredrik Høisæther Rasch2017-04-042-108/+66
* Added documentation and explanatory comments to vccexeFredrik Høisæther Rasch2017-03-264-36/+117
* Exchanged debug compilation with verbose command-line argumentFredrik Høisæther Rasch2017-03-212-14/+15
* vcvarsallpath explaination no longer needed with vccdiscoverFredrik Høisæther Rasch2017-03-211-29/+0
* vccdiscover: Added additional documentationFredrik Høisæther Rasch2017-03-211-0/+4
* vccexe tool can use vccdiscover utilityFredrik Høisæther Rasch2017-03-211-2/+22
* Created vccdiscover utility for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+76
* vccenv module for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+25
* Fixed vccexe, now regards the command argumentFredrik Høisæther Rasch2017-03-211-1/+1
* Reduced verbosity of vcvarsallFredrik Høisæther Rasch2017-03-211-2/+3
* Added explanatory comments about vccexe and its path argument in nim.cfgFredrik Høisæther Rasch2017-03-211-0/+33
* Corrected erroneous vccexe tool path in kochFredrik Høisæther Rasch2017-03-211-1/+1
* Moved vccexe to a more logical place (vccexe)Fredrik Høisæther Rasch2017-03-212-0/+0
* Moved vccenv over to vcvarsallFredrik Høisæther Rasch2017-03-213-72/+116
* Added Visual Studio build artifacts to gitignoreFredrik Høisæther Rasch2017-03-211-0/+2
* Removed arch option in compiler definitionFredrik Høisæther Rasch2017-03-211-1/+1
* Added missing VCC C++ options to nim.cfgFredrik Høisæther Rasch2017-03-211-0/+13
* koch: vcc is also built with 'koch tools'Araq2017-03-211-1/+5
* Update testament to include all tests from tests/threads category. (#5576)Eugene Kabanov2017-03-204-19/+8
* mark symbols in getAst context as usedAndreas Rumpf2017-03-201-1/+5
* add test case for getAst regressionAndreas Rumpf2017-03-201-0/+23
* revert getAst handling to not use overloading resolutionAndreas Rumpf2017-03-202-2/+19
* fixes a potential endless loopAndreas Rumpf2017-03-201-1/+1
* nimsuggest: prefixes of abbreviations don't countAndreas Rumpf2017-03-201-1/+5
* fix getTypeImpl for tyEnum (#5568)jcosborn2017-03-192-1/+7
* fix #5296 (#5565)zah2017-03-192-0/+17
* Fix #4972. (#5567)Eugene Kabanov2017-03-191-5/+10
* update news.rst about the breaking changesAraq2017-03-181-1/+11
* Fix #5550 (#5553)Ryan Gonzalez2017-03-182-2/+2
* resolved unittest conflictAraq2017-03-181-72/+265
|\
| * Add support for custom test report formatters (#5556)Ruslan Mustakov2017-03-181-75/+268
* | overloading resolution for getAst; breaking changeAraq2017-03-185-18/+44
|/
* fixes #5228Andreas Rumpf2017-03-183-5/+20
* strutils.nim: make removeSuffix robust on empty stringsAndreas Rumpf2017-03-181-9/+2
* fixes #4756 (#5557)zah2017-03-172-2/+22
* Fix osproc.peekExitCode() to handle exitcode properly. (#5555)Eugene Kabanov2017-03-171-14/+12
* koch: better valgrind supportAndreas Rumpf2017-03-172-5/+26
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-179-20/+39
* Cleaned up nep1 and simplified the style choices offered by it.Dominik Picheta2017-03-161-59/+36
* Fix console logger issue; fixes #5546 (#5547)Anatoly Galiulin2017-03-161-2/+5
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-164-6/+15
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-162-0/+67
* fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types comin...andri lim2017-03-163-4/+135
* Update nep1 to show type keyword on its own lineDominik Picheta2017-03-151-12/+16
* hotfix: allocator: don't set origSize to 0Araq2017-03-151-2/+2
* decTypeSize on growObj (#5465)Yuriy Glukhov2017-03-151-0/+1
* Fixes #5062 (#5527); JS: holes in enumsSilvio2017-03-159-27/+95
* fixes #5231 inheriting from partial specialized generic object (#5538)andri lim2017-03-152-9/+59
* adding support for using llvm ASAN (#5536)Samantha Marshall2017-03-142-1/+31