summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | fixes yet another merge conflictAraq2018-06-111-18/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #8009 from yglukhov/remove-oldIterTransfAndreas Rumpf2018-06-111-18/+0
| |\ \ \ \ \ \
| | * | | | | | Removed oldIterTranf featureYuriy Glukhov2018-06-101-18/+0
* | | | | | | | fixes merge conflictAraq2018-06-111-0/+46
|\| | | | | | |
| * | | | | | | Merge pull request #8005 from Vindaar/fixes-7997Andreas Rumpf2018-06-111-0/+46
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | add test case for fix to #7997Vindaar2018-06-101-0/+46
| | | |_|_|_|/ | | |/| | | |
* | | | | | | fixes merge conflictAndreas Rumpf2018-06-113-0/+42
|\| | | | | |
| * | | | | | fix #7653Zahary Karadjov2018-06-102-1/+19
| |/ / / / /
| * | | | | Fix type inference with static literals.LemonBoy2018-06-101-0/+12
| * | | | | Merge pull request #7992 from yglukhov/fromSockAddr-compile-errorAndreas Rumpf2018-06-081-0/+12
| |\ \ \ \ \
| | * | | | | Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddrYuriy Glukhov2018-06-071-0/+12
* | | | | | | make tests green againAndreas Rumpf2018-06-111-3/+3
* | | | | | | fixex merge conflictsAraq2018-06-0819-67/+1008
|\| | | | | |
| * | | | | | Fixes #7985Yuriy Glukhov2018-06-071-0/+19
| |/ / / / /
| * | | | | Updated tests for CritBitTree $data-man2018-06-071-3/+3
| * | | | | Cleanup copypaste leftoverYuriy Glukhov2018-06-071-4/+0
| * | | | | Fixed yield in nkBlockExprYuriy Glukhov2018-06-071-0/+15
| |/ / / /
| * | | | Merge pull request #7550 from jangko/fix4799Andreas Rumpf2018-06-064-0/+305
| |\ \ \ \
| | * | | | fixed wrong testandri lim2018-06-061-4/+4
| | * | | | combine/reduce testandri lim2018-06-057-105/+87
| | * | | | fix test case outputandri lim2018-06-051-1/+1
| | * | | | add more test to 4799andri lim2018-06-058-0/+323
| * | | | | Fixed testsYuriy Glukhov2018-06-063-8/+24
| * | | | | Fixed yield in dotExpr and nkOfBranch lowering. Closes #7969.Yuriy Glukhov2018-06-061-0/+24
| * | | | | Merge pull request #7907 from GULPF/lexer-unicode-fixAndreas Rumpf2018-06-063-20/+27
| |\ \ \ \ \
| | * | | | | Combine some of the lexer tests into a single fileOscar Nihlgård2018-06-054-31/+27
| | * | | | | Multi byte characters should not be treated as part of an operatorOscar Nihlgård2018-06-031-0/+11
| * | | | | | Merge pull request #7967 from nitely/empty_openarray_7904Andreas Rumpf2018-06-061-0/+39
| |\ \ \ \ \ \
| | * | | | | | test negative range arraynitely2018-06-061-0/+14
| | * | | | | | check bounds instead of indexnitely2018-06-051-0/+25
| * | | | | | | Merge pull request #7770 from yglukhov/yield-in-tryAndreas Rumpf2018-06-054-10/+391
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge branch 'devel' into yield-in-tryYuriy Glukhov2018-05-1511-17/+17
| | |\ \ \ \ \ \
| | * | | | | | | Review comments addressed. More thorough line info tracking.Yuriy Glukhov2018-05-101-2/+2
| | * | | | | | | More elaborate nkStmtListExpr loweringYuriy Glukhov2018-05-091-144/+315
| | * | | | | | | Yield in tryYuriy Glukhov2018-05-092-1/+204
| | * | | | | | | Extended tasync_in_seq_constr testYuriy Glukhov2018-05-091-6/+14
| | * | | | | | | Closure iter transformationYuriy Glukhov2018-05-091-2/+1
| * | | | | | | | Fix strformat neg zero (#7954)skilchen2018-06-051-0/+8
| * | | | | | | | Fix strformat precision handling for strings (#7941)skilchen2018-06-041-0/+26
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | fixes #7906, array and openarray arg vs. ptr/ref generic (#7909)andri lim2018-06-041-27/+114
| * | | | | | | Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-0/+10
| * | | | | | | Fix for newStringOfCap in VM (#7901)Oscar Nihlgård2018-06-041-0/+8
* | | | | | | | fixed merge conflictAndreas Rumpf2018-06-045-2/+65
|\| | | | | | |
| * | | | | | | fix strformat zeropadding for floats (#7934)skilchen2018-06-011-1/+10
| * | | | | | | Added $ for openarrays. Fixes #7940.data-man2018-06-011-0/+1
| * | | | | | | Support multi byte characters in module names (#7916)Oscar Nihlgård2018-05-312-1/+9
| | |_|/ / / / | |/| | | | |
| * | | | | | fixes #7818, correct internal representation of generic objects array constru...andri lim2018-05-291-0/+45
* | | | | | | compiler API: final cleanups; improve security by diabling 'gorge' and friendsAndreas Rumpf2018-05-292-1/+14
* | | | | | | rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ...Andreas Rumpf2018-05-293-0/+46
|/ / / / / /
* | | | | | Added: type name output when exception raised from unittest (#7869)七秒不觉梦2018-05-281-0/+10