summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2016-07-106-12/+5
|
* Merge pull request #4469 from FedericoCeratto/patch-11Andreas Rumpf2016-07-101-1/+1
|\ | | | | Fix "string literal as key expected" error
| * Fix "string literal as key expected" errorFederico Ceratto2016-07-091-1/+1
| | | | | | Fix "Error: string literal as key expected expected"
* | make hint/warning work properly after Nimscript executionAndreas Rumpf2016-07-091-0/+1
|/
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-097-3/+52
|
* undocumented feature: JS backend: unit and group separators generate hash ↵Andreas Rumpf2016-07-091-1/+9
| | | | and at symbols
* Fixes a critical JS codegen bug about @ in call patternAndreas Rumpf2016-07-081-0/+1
|
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-084-3/+24
|
* fixes #3055Andreas Rumpf2016-07-082-1/+29
|
* fixes #2377Andreas Rumpf2016-07-082-1/+15
|
* async: use -d:nimDumpAsync to see what the async macro generatesAndreas Rumpf2016-07-081-1/+3
|
* gensym'ed symbols are rendered with their ID for much easier debuggingAndreas Rumpf2016-07-081-2/+6
|
* improve error message if C and Nim disagree on pointer sizeAndreas Rumpf2016-07-081-3/+3
|
* docgen: hide pragmasAndreas Rumpf2016-07-082-3/+47
|
* fixes #4399Andreas Rumpf2016-07-081-0/+1
|
* fixes #4462Andreas Rumpf2016-07-082-4/+16
|
* fixes #4371Andreas Rumpf2016-07-0821-39/+84
|
* fixes #4340Andreas Rumpf2016-07-071-0/+2
|
* new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-075-5/+37
|
* ospaths can always be imported; fixes #4249Andreas Rumpf2016-07-061-1/+1
|
* Merge pull request #4458 from cheatfate/fixtest1Andreas Rumpf2016-07-061-0/+1
|\ | | | | Resolve problems with tioselectors test on OSX.
| * Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
|/
* added test case for #537Andreas Rumpf2016-07-061-0/+42
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-07-0625-1574/+3914
|\
| * Merge pull request #4456 from yglukhov/vm-ct-argsAndreas Rumpf2016-07-062-1/+10
| |\ | | | | | | Fixed vm codegen for a call with compile-time args. Fixes #4412.
| | * Fixed vm codegen for a call with compile-time args. Fixes #4412.Yuriy Glukhov2016-07-062-1/+10
| | |
| * | Merge pull request #4455 from mbaulch/fix_excl_examplesAndreas Rumpf2016-07-061-3/+3
| |\ \ | | |/ | |/| Update sets examples so they work again.
| | * Update sets examples so they work again.Matthew Baulch2016-07-061-3/+3
| | |
| * | Merge pull request #4449 from mbaulch/fix4003Andreas Rumpf2016-07-061-0/+1
| |\ \ | | | | | | | | Fix #4003: Regard nil nodes as having equal type constraints.
| | * | Regard nil nodes as having equal type constraints.Matthew Baulch2016-07-051-0/+1
| | |/
| * | Merge pull request #4452 from yglukhov/js-enum-repr-offsetAndreas Rumpf2016-07-061-1/+9
| |\ \ | | | | | | | | JS: Repr now works for enums starting with non-zero.
| | * | Repr now works in js for enums starting with non-zero.Yuriy Glukhov2016-07-051-1/+9
| | | |
| * | | Merge pull request #4447 from cheatfate/async2Andreas Rumpf2016-07-057-1547/+3803
| |\ \ \ | | |/ / | |/| | async core v3
| | * | Lower numbers for unchecked arraycheatfate2016-07-051-1/+1
| | | |
| | * | Misplaced &cheatfate2016-07-051-1/+1
| | | |
| | * | Simplify SharedArray.cheatfate2016-07-052-8/+2
| | | |
| | * | Patch one more path problemcheatfate2016-07-055-5/+5
| | | |
| | * | Resolved path problemscheatfate2016-07-051-5/+5
| | | |
| | * | ioselectors separated and refactored version.cheatfate2016-07-058-1768/+4030
| | |/ | | | | | | | | | adopted asyncdispatch version
| * | Merge pull request #4450 from SSPkrolik/reprEnum-fixAndreas Rumpf2016-07-051-12/+9
| |\ \ | | | | | | | | Fixed reprEnum() function on 32-bit systems
| | * | Fixed reprEnum function on 32-bit systemsRostyslav Dzinko2016-07-051-12/+9
| |/ /
| * | Merge pull request #4444 from mbaulch/develAndreas Rumpf2016-07-051-1/+5
| |\ \ | | | | | | | | Fix #4275: Argument count not checked in importcpp
| | * | Return nil from genOtherArg after error.Matthew Baulch2016-07-051-1/+3
| | | |
| | * | Report wrong arg count when too many params and no varargs.Matthew Baulch2016-07-051-0/+2
| | |/
| * | Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignmentsAndreas Rumpf2016-07-0511-9/+74
| |\ \ | | |/ | |/| Add the ability to pass a value with the -d flag
| | * Update documentation and newsJeff Ciesielski2016-07-054-2/+44
| | |
| | * Fix typo. Remove unnecessary procJeff Ciesielski2016-07-052-9/+2
| | |
| | * Plumb {.intdefine.} and {.strdefine.} pragmas.Jeff Ciesielski2016-07-042-2/+7
| | | | | | | | | | | | Shorthand so that users won't need to use the .magic pragma
| | * Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-047-7/+32
| | | | | | | | | | | | | | | | | | | | | This allows the end user to use the {.magic: "IntDefine"/"StrDefine"} pragmas to pass values into code at compile time. This has a nice side effect of also allowing/requiring a default value to be assigned in the code (see osalloc.nim/StandaloneHeapSize for an example)
* | | fixes #537Andreas Rumpf2016-07-063-10/+28
| | |