Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 3 | -1/+23 |
| | |||||
* | debug output: show line info earlier | Araq | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | revert line info generation change; produces worse results for other cases | Araq | 2016-12-18 | 1 | -2/+2 |
| | |||||
* | significantly better stack traces when templates are involved | Araq | 2016-12-18 | 1 | -8/+12 |
| | |||||
* | fixes nimsuggest issue #40 | Araq | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | fixes nimsuggest issue #41 | Araq | 2016-12-18 | 1 | -1/+3 |
| | |||||
* | fixes #5129 | Araq | 2016-12-17 | 1 | -1/+3 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-12-17 | 5 | -51/+123 |
|\ | |||||
| * | Merge pull request #5124 from vegansk/fix_lib_out | Andreas Rumpf | 2016-12-17 | 1 | -2/+8 |
| |\ | | | | | | | Use ``out`` compiler option when linking static library | ||||
| | * | Use ``out`` compiler option when linking static library | Anatoly Galiulin | 2016-12-16 | 1 | -2/+8 |
| | | | |||||
| * | | Gramma change: casted or Casted to cast or Cast respectively | jlp765 | 2016-12-17 | 2 | -4/+4 |
| |/ | | | | | | | past tense of cast is cast not casted :-) | ||||
| * | Nim compiler generates nimcache/proj.json for easier interop with external ↵ | Araq | 2016-12-14 | 2 | -43/+104 |
| | | | | | | | | build tools | ||||
| * | macros.getType: do not copy symbols if not necessary | Araq | 2016-12-07 | 1 | -4/+9 |
| | | |||||
* | | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 2 | -3/+21 |
|/ | |||||
* | fixes tconsttable regression | Araq | 2016-12-01 | 1 | -2/+3 |
| | |||||
* | fixes #5081 | Araq | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | fixes #5055 | Araq | 2016-11-30 | 3 | -7/+6 |
| | |||||
* | fixes #5079 | Araq | 2016-11-30 | 1 | -1/+2 |
| | |||||
* | fixes the regressions introduced by fix for #5076 | Araq | 2016-11-30 | 4 | -4/+18 |
| | |||||
* | In case of synliboverride we support only openssl 1.0.* | Yuriy Glukhov | 2016-11-30 | 1 | -0/+2 |
| | |||||
* | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. | Yuriy Glukhov | 2016-11-30 | 2 | -11/+1 |
| | |||||
* | fixes #5076 | Araq | 2016-11-30 | 1 | -2/+1 |
| | |||||
* | use preferName for type info names | Araq | 2016-11-30 | 1 | -1/+2 |
| | |||||
* | closure types get names; refs #4332 | Araq | 2016-11-29 | 2 | -16/+21 |
| | |||||
* | Remove docgen.nim's dependency on things being in path | Samadi van Koten | 2016-11-28 | 2 | -4/+4 |
| | | | | | | compiler/docgen.nim relied heavily on $lib/packages/docutils being in path at compile-time. While this works fine when building Nim itself, things start breaking when using compiler as a nimble package. | ||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-11-28 | 1 | -5/+6 |
|\ | |||||
| * | Fix compilation error in nimeval. | Aditya Siram | 2016-11-27 | 1 | -5/+6 |
| | | |||||
* | | use -d:nimTypeNames to create RTTI with type names | Andreas Rumpf | 2016-11-28 | 1 | -0/+2 |
|/ | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 7 | -13/+22 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -8/+19 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 2 | -3/+3 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 5 | -9/+27 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 6 | -4/+21 |
| | |||||
* | make 'excessivestacktrace' option available for testing. | Parashurama | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4994 from arnetheduck/nim-check-abi | Andreas Rumpf | 2016-11-08 | 1 | -1/+13 |
|\ | | | | | add a simple sizeof checker to compare nim & c types | ||||
| * | add primitive type abi check | Jacek Sieka | 2016-11-03 | 1 | -2/+11 |
| | | |||||
| * | abi check: prefer nim constant to enable, document | Jacek Sieka | 2016-11-03 | 1 | -1/+1 |
| | | |||||
| * | add a simple sizeof checker to compare nim & c types | Jacek Sieka | 2016-11-03 | 1 | -1/+4 |
| | | |||||
* | | fixes #4975 | Araq | 2016-11-07 | 1 | -2/+2 |
| | | |||||
* | | make tests green again | Araq | 2016-11-06 | 2 | -1/+4 |
| | | |||||
* | | nimsuggest supports include files properly; added the compiler itself as a ↵ | Andreas Rumpf | 2016-11-06 | 2 | -1/+18 |
| | | | | | | | | testcase | ||||
* | | added missing module | Araq | 2016-11-05 | 1 | -0/+92 |
| | | |||||
* | | new dependency tracking for nimsuggest | Araq | 2016-11-05 | 18 | -368/+261 |
|/ | |||||
* | some progress on --symbolfiles:on | Andreas Rumpf | 2016-11-02 | 3 | -5/+16 |
| | |||||
* | make tests green again | Araq | 2016-11-01 | 2 | -2/+2 |
| | |||||
* | nimsuggest is now part of Nim | Araq | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | refactoring complete: explicit ident cache | Araq | 2016-10-31 | 16 | -93/+94 |
| | |||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 29 | -313/+278 |
| | |||||
* | Merge branch 'braces' into refactor-identcache | Araq | 2016-10-31 | 4 | -17/+1777 |
|\ | |||||
| * | implements #?braces syntax | Araq | 2016-10-16 | 3 | -15/+1775 |
| | |