summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | make nimsuggest go up in the directory tree in order to determine the main .n...Andreas Rumpf2018-08-101-12/+16
| | * | | | update the 'float' spec; refs #8589Andreas Rumpf2018-08-101-2/+2
| | * | | | change the VM's max instruction count to 3_000_000Andreas Rumpf2018-08-102-2/+2
| | * | | | deprecated regionized pointersAraq2018-08-105-68/+9
| | * | | | deprecate the .this pragmaAraq2018-08-095-51/+48
| | * | | | fixes more nil string bugsAraq2018-08-083-8/+10
| | * | | | make async tests green for LinuxAraq2018-08-081-2/+0
| | * | | | make test green againAraq2018-08-081-6/+6
| | * | | | codegen improvement: map the empty string to 'nil' since it's now allowed to ...Araq2018-08-081-3/+3
| | * | | | fixes a long standing nil bug in substrAraq2018-08-081-0/+1
| | * | | | strutils: minor code cleanupAraq2018-08-081-4/+1
| | * | | | deprecate isNil for strings and seqsAraq2018-08-082-5/+5
| | * | | | Merge branch 'devel' into araq-miscAraq2018-08-080-0/+0
| | |\ \ \ \
| | * | | | | fixes the new nimcache handlingAraq2018-08-071-1/+2
| | * | | | | fixes merge conflictAraq2018-08-0720-52/+224
| | |\ \ \ \ \
| | * | | | | | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentationAndreas Rumpf2018-08-064-37/+38
| | * | | | | | use slashes instead of dots for pathsAndreas Rumpf2018-08-062-3/+3
| | * | | | | | introduce the --define 'osx' as an alias for 'macosx'Andreas Rumpf2018-08-061-0/+1
| * | | | | | | tester.nim add more diagnostics (#8631)Timothee Cour2018-08-161-1/+3
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Allow taking address of skForVar variables (#8632)LemonBoy2018-08-142-1/+14
| * | | | | | Fix unsound transform pass (#8633)LemonBoy2018-08-144-0/+22
| * | | | | | Merge pull request #8625 from drslump/fixes-7586-documentation-on-hintsDominik Picheta2018-08-141-0/+40
| |\ \ \ \ \ \
| | * | | | | | Fixes #7586: Adds documentation for hintsDrSlump2018-08-131-0/+40
| * | | | | | | Merge pull request #8628 from hlaaftana/patch-1Dominik Picheta2018-08-141-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Small documentation typo in mathhlaaf2018-08-141-2/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | fixes #8577, fixes #8580, other bug fixes (#8584)Timothee Cour2018-08-141-38/+86
| * | | | | | | Haiku support for Nim (#8542)alaviss2018-08-1419-29/+114
| * | | | | | | Adds get for Option[T]. (#8462)Dominik Picheta2018-08-141-1/+8
| |/ / / / / /
| * | | | | | Converters to take into account constraints. Fixes #7520 (#8593)cooldome2018-08-132-0/+24
| * | | | | | Fixed 7478: splitLines keepEol option (#8621)Iván Montes2018-08-132-13/+29
| |/ / / / /
| * | | | | Clarify usage of "Test" argument in Koch (#8613)Naveen Arunachalam2018-08-122-2/+3
| * | | | | Fixes 8616 (#8617)LemonBoy2018-08-124-1/+17
| * | | | | Mysterious fix for #8550 (#8561)LemonBoy2018-08-122-5/+14
| * | | | | Preliminary check for test category folder existence (#8579)LemonBoy2018-08-101-0/+4
| | |_|_|/ | |/| | |
| * | | | fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531)Timothee Cour2018-08-103-1/+69
| * | | | save a backup of csources-built nim to bin/nim_csources to avoid recompiling ...Timothee Cour2018-08-091-4/+13
| * | | | Uses XDG_CACHE_HOME if available (#8585)alaviss2018-08-092-2/+3
| * | | | Update channels.nim (#8583)Grant2018-08-091-1/+1
| * | | | Tests for v1 closed generics/static issues (#8572)Mamy Ratsimbazafy2018-08-083-0/+51
| * | | | add build_all.sh to allow 1-liner to build development version of the compile...Timothee Cour2018-08-082-8/+39
| * | | | Fix regression for mapIt (#8567)LemonBoy2018-08-081-3/+8
| * | | | Merge pull request #8559 from ehmry/fix_8109Dominik Picheta2018-08-081-2/+13
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | AsyncHttpClient: return from requests before body completionEmery Hemingway2018-08-081-2/+13
| * | | | fixes the new nimcache handlingAraq2018-08-081-1/+2
| * | | | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentationAndreas Rumpf2018-08-084-36/+37
| * | | | use slashes instead of dots for pathsAndreas Rumpf2018-08-082-3/+3
| * | | | introduce the --define 'osx' as an alias for 'macosx'Andreas Rumpf2018-08-081-0/+1
| | |_|/ | |/| |
| * | | runnableExamples: keep (gitignored) generated foo_examples.nim for inspection...Timothee Cour2018-08-072-4/+5
| * | | Make mapIt work on openArray's (#8543)LemonBoy2018-08-071-3/+30
| * | | fixes #6255, add `system.ashr` arithmetic right shift (#8547)andri lim2018-08-0713-10/+93
| |/ /