summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | rename; faster clonesAman Gupta2015-10-071-0/+0
| * | | | start with 64-bit buildAman Gupta2015-10-071-2/+2
| * | | | try mingw64 pathAman Gupta2015-10-071-1/+1
| * | | | try usr/binAman Gupta2015-10-071-1/+1
| * | | | set path for msys64Aman Gupta2015-10-071-0/+1
| * | | | use the batch fileAman Gupta2015-10-071-1/+6
| * | | | add basic appveyor configAman Gupta2015-10-071-0/+6
* | | | | Merge pull request #3445 from jlp765/popdAndreas Rumpf2015-10-141-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add {.pop.} for {.push debugger:off.} to balance push/popJamesP2015-10-141-1/+3
|/ / / /
* | | | fixes regression: tobjconstr2 test works againAraq2015-10-142-2/+2
* | | | updated httpclient to use tables.getOrDefaultAraq2015-10-141-7/+7
| |/ / |/| |
* | | fixes tunittest crashAraq2015-10-131-1/+3
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2015-10-133-4/+106
|\ \ \
| * \ \ Merge pull request #3438 from nanoant/patch/readme-link-to-buildersDominik Picheta2015-10-131-3/+11
| |\ \ \
| | * | | readme.md: Open builder page from its status iconAdam Strzelecki2015-10-131-3/+11
| | | |/ | | |/|
| * | | Merge pull request #3440 from rbmz/sequtilsDominik Picheta2015-10-131-0/+93
| |\ \ \ | | |/ / | |/| |
| | * | added all/any/allIt/anyIt with tests and inline documentationrbmz2015-10-131-0/+93
| |/ /
| * | Merge pull request #3335 from SSPkrolik/teardown-moveAndreas Rumpf2015-10-121-1/+2
| |\ \
| | * | Moved teardown call to try block for namespace access reasonsRostyslav Dzinko2015-09-171-1/+2
* | | | udpated the compiler and tester to use getOrDefaultAraq2015-10-1319-59/+82
* | | | added getOrDefault; bootstrapping works againAraq2015-10-139-40/+52
* | | | Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-1312-66/+279
|\ \ \ \ | |/ / / |/| | |
| * | | Don't use deprecated intsets.emptydef2015-03-311-2/+2
| * | | Rename mget to `[]`def2015-03-3112-122/+322
* | | | improves new testsAraq2015-10-122-3/+12
* | | | logging.nim: expose underlying 'file' object; errors and fatals flush the buf...Araq2015-10-121-10/+13
* | | | docs now build againAraq2015-10-123-7/+6
* | | | Merge pull request #3432 from FedericoCeratto/patch-4Andreas Rumpf2015-10-121-1/+3
|\ \ \ \
| * | | | Add substituteLog docsFederico Ceratto2015-10-091-0/+2
| * | | | Export substituteLogFederico Ceratto2015-10-091-1/+1
* | | | | Merge pull request #3423 from petermora/breakSequtilsAndreas Rumpf2015-10-1213-89/+218
|\ \ \ \ \
| * | | | | updated news.txt with backward compatibility breaks of sequtilsPeter Mora2015-10-061-1/+7
| * | | | | fixing unittestPeter Mora2015-10-061-1/+1
| * | | | | restore {.immediate.} to toSeqPeter Mora2015-10-061-1/+1
| * | | | | sequtils related changesPeter Mora2015-10-0511-88/+211
* | | | | | Merge branch 'rbehrends-gc-fixes' into develAraq2015-10-124-45/+86
|\ \ \ \ \ \
| * | | | | | disable new BoehmGC tests on WindowsAraq2015-10-121-4/+7
| * | | | | | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...Araq2015-10-124-45/+83
|/| | | | | |
| * | | | | | Remove spurious unsigned operations from system/threads.nim.Reimer Behrends2015-09-081-3/+0
| * | | | | | Include Boehm GC in garbage collection tests.Reimer Behrends2015-09-081-3/+9
| * | | | | | Properly register threads with the Boehm GC.Reimer Behrends2015-09-083-38/+73
| * | | | | | Properly initialize the Boehm GC on all platforms.Reimer Behrends2015-09-061-1/+1
* | | | | | | nimsuggest: added 'dus' command that combines 'def' and 'use'Araq2015-10-122-2/+8
* | | | | | | cleaned up ospaths moduleAraq2015-10-122-19/+30
* | | | | | | added setResult that simply takes a nodeAraq2015-10-121-0/+8
* | | | | | | Merge pull request #3433 from jyapayne/develDominik Picheta2015-10-101-0/+178
|\ \ \ \ \ \ \
| * | | | | | | Made strutils string test procs less redundant.Joey Payne2015-10-101-49/+49
| * | | | | | | Added tests for string test procs.Joey Payne2015-10-101-0/+52
| * | | | | | | Changed alphanumeric check to "or" instead of "and".Joey Payne2015-10-101-1/+1
| * | | | | | | Added useful procs to strutils for string testing.Joey Payne2015-10-091-0/+126
| | |_|/ / / / | |/| | | | |