Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uses XDG_CACHE_HOME if available (#8585) | alaviss | 2018-08-09 | 1 | -1/+1 |
| | | | | | | * compiler/options: use XDG_CACHE_HOME if set * doc/nimc: update documentation | ||||
* | fixes the new nimcache handling | Araq | 2018-08-08 | 1 | -1/+2 |
| | |||||
* | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentation | Andreas Rumpf | 2018-08-08 | 1 | -2/+12 |
| | |||||
* | use slashes instead of dots for paths | Andreas Rumpf | 2018-08-08 | 2 | -3/+3 |
| | |||||
* | introduce the --define 'osx' as an alias for 'macosx' | Andreas Rumpf | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | runnableExamples: keep (gitignored) generated foo_examples.nim for ↵ | Timothee Cour | 2018-08-07 | 2 | -4/+5 |
| | | | | | | inspection even on success (#8544) | ||||
* | fixes #6255, add `system.ashr` arithmetic right shift (#8547) | andri lim | 2018-08-07 | 9 | -3/+22 |
| | |||||
* | fixes #8421, fixes #7968, Nim compiler compiles with MSVC C89 version (#8556) | andri lim | 2018-08-07 | 1 | -0/+21 |
| | |||||
* | fixes #5617, 'copyLineInfo' addition (#8523) | andri lim | 2018-08-05 | 3 | -23/+22 |
| | |||||
* | fixes 7833 (#8533) | Andreas Rumpf | 2018-08-05 | 3 | -17/+38 |
| | | | | | | | | | | | * fixes #7833; still to-do: fix setLen * make tests green again * also fixes setLen and string concats; refs #7833 * change formating to avoid a compiler warning * emit the write barrier also for addChar * fixes yet another regression * make setLengthStr compile for the old version * make growobjcrash complete earlier | ||||
* | fixes #8425 | Araq | 2018-08-04 | 1 | -1/+1 |
| | |||||
* | fix shell quoting error for static libraries (#8532) | Charlie Barto | 2018-08-04 | 1 | -1/+1 |
| | |||||
* | fixes #7827, bindSym enhancement (#8499) | andri lim | 2018-08-02 | 6 | -12/+127 |
| | | | | | | | | | | | | | | | | * bindSym power up, working prototype * update bindSym doc * add bindSym test * fix some typo * fix bindSym doc * get rid of specialops field from vm * add experimental: dynamicBindSym | ||||
* | add hintCC to optionally disable printing 'CC: filename' (#8479) | Timothee Cour | 2018-08-01 | 2 | -4/+6 |
| | |||||
* | `lineInfoObj` (and `check`, `expect`) now return absolute paths (#8466) | Timothee Cour | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Fix ref bug in vmgen (#8424) | Oscar Nihlgård | 2018-07-30 | 2 | -53/+44 |
| | |||||
* | Deprecate the dot style for import paths (#8474) | Oscar Nihlgård | 2018-07-30 | 1 | -0/+1 |
| | |||||
* | fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 ↵ | Timothee Cour | 2018-07-30 | 2 | -7/+6 |
| | | | | | (#8423) add --git.devel option to override doc generated "edit" links; add --nimCompiler option to nimweb | ||||
* | fixes #8425 | Araq | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | disable --app:gui for non Windows targets; fixes #2576 | Araq | 2018-07-30 | 1 | -2/+4 |
| | |||||
* | Add sizeof for arrays of integral types (#8445) | cooldome | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Try conversion to static[T] in generic instantation (#8443) | LemonBoy | 2018-07-30 | 1 | -1/+9 |
| | | | Fixes #8439 | ||||
* | fixes #8434 (incomplete info in errmsg about 'required type') (#8441) | skilchen | 2018-07-30 | 1 | -2/+8 |
| | |||||
* | fixes #8323 : avoid polluting git status after `nim doc foo` (#8415) | Timothee Cour | 2018-07-30 | 1 | -3/+5 |
| | |||||
* | Fix path resolution of submodules in the std namespace (#8453) | Oscar Nihlgård | 2018-07-30 | 2 | -17/ |