Araq
a541be8935
prepare for upcoming parsing change of unary operators
2015-03-22 09:31:15 +01:00
Andreas Rumpf
838f398378
Merge pull request #2370 from flaviut/jsondoc-fixes
...
Fix segfault in jsondoc
2015-03-22 08:56:56 +01:00
Araq
ca6906d85b
fixes long standing parsing issue with command syntax
2015-03-22 01:38:14 +01:00
Araq
0d804c2052
fixes #2266
2015-03-22 01:38:14 +01:00
Araq
08c0ba379a
fixes #1805
2015-03-21 20:38:28 +01:00
Araq
0591c68aaf
fixes #2369
2015-03-21 20:38:27 +01:00
Araq
5641be51c1
codegen doesn't produce line tracing commands anymore; fixes #1344
2015-03-21 20:38:27 +01:00
Araq
508e8bd686
fixes #2221
2015-03-21 20:38:26 +01:00
Araq
16adfcdfa6
fixes #2366
2015-03-21 20:38:25 +01:00
Flaviu Tamas
ca38246d21
Fix segfault in jsondoc
...
No idea how this got in, I'm not sure if it's ever worked.
2015-03-18 20:59:05 -04:00
Araq
910ef7b2d1
'constructor' pragma for C++ support
2015-03-18 11:42:37 +01:00
Araq
1fc590b6ea
don't generate memset calls for C++ objects
2015-03-18 11:42:36 +01:00
Araq
1f02a7ace3
fixes #2336
2015-03-16 23:35:08 +01:00
Araq
ee99771afa
fixes #2359
2015-03-16 23:24:33 +01:00
Araq
cc26308044
fixes #2352
2015-03-16 23:16:56 +01:00
Araq
bf90b9c833
fixes #2346
2015-03-16 23:02:20 +01:00
Araq
bc264618f5
fixes #2257
2015-03-16 23:02:20 +01:00
Araq
f9a3de984d
macros.getType() works properly for distinct types
2015-03-16 23:02:19 +01:00
Araq
13cdad8819
fixes #2304
2015-03-16 23:02:18 +01:00
Araq
ea5217c9fc
disjoint checker is somewhat smarter
2015-03-16 23:02:18 +01:00
Andreas Rumpf
1838ea2db4
Merge pull request #2342 from philip-wernersbach/more-improved-objc
...
Fix linking errors with basic Objective-C FFI.
2015-03-16 21:30:08 +01:00
Philip Wernersbach
747653911c
Add compiler-specific configuration options for all compilers.
2015-03-15 19:07:42 -04:00
Dominik Picheta
1e9ab3bb0a
Fixes #2323 . Fixes #2148 .
2015-03-15 22:06:26 +00:00
Andreas Rumpf
faad6ed67f
Merge pull request #2333 from def-/recursive-type
...
Fix infinite recursion in semtypes with recursive types
2015-03-15 00:46:33 +01:00
Andreas Rumpf
b7cba7fa29
Merge pull request #2327 from def-/installation
...
Installation
2015-03-15 00:41:53 +01:00
Araq
d4bca58b7d
fixes #1809 ; implements overloading based on 'var T'
2015-03-14 22:21:43 +01:00
Araq
2f4472963f
disjoint checker works with the new countup iterators
2015-03-14 01:26:32 +01:00
def
d77c883911
globalError instead of localError when failing infinite recursion
...
globalError throws an exception, so this works for `nim check` as well.
2015-03-13 17:17:42 +01:00
def
06b986dbd5
Rename compiler/nim.ini back to compiler/installer.ini
...
- Niminst has a new -m/--main option to set the main file, by default
ini-file with .nim extension (old behaviour)
- Koch uses this to pass --main:compiler/nim.nim
- Fix includes/links of website.ini
2015-03-13 17:03:57 +01:00
def
c19d6cb620
Fix infinite recursion in semtypes with recursive types
...
Fixes #2213
2015-03-13 02:17:46 +01:00
def
7daf410f46
Improve error message for failed conversion in VM
...
- Fixes #2045
- Old one:
Error: conversion from unknown type to unknown type is invalid
- New one:
Error: conversion from -1 to [0..255] is invalid
2015-03-12 23:49:49 +01:00
Andreas Rumpf
e025b97c1a
Merge pull request #2322 from def-/js-typeinfo
...
Typeinfo for uints in javascript
2015-03-12 16:17:58 +01:00
Araq
4077f7d49c
fixes #1791
2015-03-12 16:04:44 +01:00
def
7707c4c369
Move installer.ini back to nim.ini to fix ./koch csource
2015-03-12 13:50:07 +01:00
def
b72528d635
Typeinfo for uints in javascript
2015-03-12 13:16:47 +01:00
Araq
aa175e9e57
fixes #1868
2015-03-12 12:17:08 +01:00
Araq
0a0126d49a
fixes #794 properly
2015-03-12 11:40:14 +01:00
Araq
f88678bed4
fixes #2298
2015-03-12 11:08:03 +01:00
Andreas Rumpf
9a2b7ef641
Merge pull request #2319 from reactormonk/warning-for-result
...
do not warn about gensym'd results
2015-03-12 01:59:45 +01:00
Araq
f514be0772
fixes #2286
2015-03-12 01:45:15 +01:00
Araq
5a21892da0
fixes #2287
2015-03-12 01:45:14 +01:00
Araq
970e98718d
code cleanup
2015-03-12 01:45:13 +01:00
Simon Hafner
8993c7672d
do not warn about gensym'd results
2015-03-11 19:21:27 -05:00
Araq
6dbd41e875
fixes #2316
2015-03-11 20:11:08 +01:00
Araq
1bbd13f729
bugfix: c++ pattern #@ could index out of bounds
2015-03-10 21:00:49 +01:00
Araq
0032912d10
fixed the tester; more tests green
2015-03-10 12:32:48 +01:00
Araq
1efb5174f2
fixes #2220 ; #2219 ; breaks #2022 ; for #2022 callsite needs to be used
2015-03-10 12:32:46 +01:00
Andreas Rumpf
38b9093581
Merge pull request #2274 from reactormonk/warning-for-result
...
Warning for result
2015-03-08 14:49:49 +01:00
Araq
c40aac8e20
GC: get rid of pathological behaviour for stack marking
2015-03-08 13:08:19 +01:00
Simon Hafner
4d8e0d54c3
fixed array size
2015-03-07 16:06:46 -06:00