summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2413 from def-/fix-gcusebitvectorsAndreas Rumpf2015-03-261-1/+1
|\ | | | | Fix proc call in gc_ms
| * Fix proc call in gc_msdef2015-03-261-1/+1
| | | | | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
* | implemented a[^1] notationAraq2015-03-2613-50/+209
| |
* | cannot gen symbol -> must be compile timeSimon Hafner2015-03-262-6/+2
|/
* fixes #2405Araq2015-03-252-2/+6
|
* made test greenAraq2015-03-251-2/+3
|
* fixes #2404Araq2015-03-253-13/+20
|
* fixes #2401Araq2015-03-252-1/+12
|
* fixes #2400Araq2015-03-251-1/+4
|
* fixes #2397Araq2015-03-252-16/+26
|
* fixes #1700Araq2015-03-242-182/+206
|
* fixes #2395Araq2015-03-241-6/+4
|
* fixes #2395Araq2015-03-241-0/+8
|
* Merge pull request #2398 from yglukhov/patch-1Andreas Rumpf2015-03-241-1/+1
|\ | | | | uint support for JS.
| * uint support for JS.Yuriy Glukhov2015-03-241-1/+1
| |
* | Merge pull request #2396 from def-/fpradixAndreas Rumpf2015-03-242-10/+8
|\ \ | |/ |/| Fix fenv.fpRadix
| * Clean up returns in xmldom a bitdef2015-03-241-9/+7
| |
| * Fix fenv.fpRadixdef2015-03-241-1/+1
|/
* added missing test caseAraq2015-03-231-0/+15
|
* minor todo updateAraq2015-03-232-2/+3
|
* updated the manualAraq2015-03-232-34/+6
|
* concept example from the manual now works againAraq2015-03-235-32/+18
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-2315-475/+462
|
* Merge pull request #2393 from def-/tzsetAndreas Rumpf2015-03-231-73/+73
|\ | | | | Use <time.h> instead of <sys/time.h> for tzset and time_t
| * Use <time.h> instead of <sys/time.h> for tzset and time_tdef2015-03-231-73/+73
|/ | | | This fixes compilation on Linux.
* Merge pull request #2385 from jschweinsberg/asyncSmtpDominik Picheta2015-03-231-1/+1
|\ | | | | Fixed typo which prevented to send mails via AsyncSmtp
| * Fixed typo which prevented to send mails via AsyncSmtpjschweinsberg2015-03-221-1/+1
| |
* | fixes #2390Araq2015-03-231-53/+59
| |
* | fixes #1783Araq2015-03-233-6/+52
| |
* | Merge pull request #2386 from reactormonk/empty-match-fix-for-pegsAndreas Rumpf2015-03-221-20/+26
|\ \ | |/ |/| fixes match on empty peg match, #2354
| * fixes match on empty peg match, #2354Simon Hafner2015-03-221-20/+26
|/
* fixes #1787Araq2015-03-221-2/+4
|
* fixes #1717, fixes #2324Araq2015-03-222-1/+24
|
* prepare for upcoming parsing change of unary operatorsAraq2015-03-228-97/+97
|
* Merge pull request #2357 from reactormonk/zero-length-matchAndreas Rumpf2015-03-221-15/+21
|\ | | | | re.match returns true on zero-length match #2354
| * re.match returns true on zero-length match #2354Simon Hafner2015-03-161-15/+21
| |
* | Merge pull request #2370 from flaviut/jsondoc-fixesAndreas Rumpf2015-03-221-5/+5
|\ \ | | | | | | Fix segfault in jsondoc
| * | Fix segfault in jsondocFlaviu Tamas2015-03-181-5/+5
| | | | | | | | | | | | No idea how this got in, I'm not sure if it's ever worked.
* | | Merge pull request #2381 from rbehrends/fix-dirent-defAndreas Rumpf2015-03-221-1/+1
|\ \ \ | | | | | | | | Fixed Tdirent definition for OS X and BSD.
| * | | Fixed Tdirent definition for OS X and BSD.Reimer Behrends2015-03-221-1/+1
|/ / / | | | | | | | | | | | | Entries d_type etc. were disabled on architectures other than Linux, but also used for OS X and BSD in os.nim.
* | | fixes long standing parsing issue with command syntaxAraq2015-03-223-18/+39
| | |
* | | fixes #2266Araq2015-03-224-2/+17
| | |
* | | fixes #2116Araq2015-03-221-4/+5
| | |
* | | fixes #1802Araq2015-03-221-0/+19
| | |
* | | Merge pull request #2378 from def-/cpurelaxAndreas Rumpf2015-03-221-54/+57
|\ \ \ | | | | | | | | Add cpuRelax asm for other platforms
| * | | Add cpuRelax assembler for other platformsdef2015-03-211-54/+57
|/ / /
* | | fixes #1805Araq2015-03-2110-733/+275
| | |
* | | fixes #2369Araq2015-03-212-1/+18
| | |
* | | codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-219-216/+277
| | |
* | | fixes #2221Araq2015-03-212-4/+26
| | |