summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4308, fixes #4905Araq2016-12-183-1/+23
|
* debug output: show line info earlierAraq2016-12-181-1/+1
|
* revert line info generation change; produces worse results for other casesAraq2016-12-181-2/+2
|
* significantly better stack traces when templates are involvedAraq2016-12-181-8/+12
|
* fixes nimsuggest issue #40Araq2016-12-181-1/+1
|
* fixes nimsuggest issue #41Araq2016-12-181-1/+3
|
* fixes #5129Araq2016-12-171-1/+3
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-175-51/+123
|\
| * Merge pull request #5124 from vegansk/fix_lib_outAndreas Rumpf2016-12-171-2/+8
| |\ | | | | | | Use ``out`` compiler option when linking static library
| | * Use ``out`` compiler option when linking static libraryAnatoly Galiulin2016-12-161-2/+8
| | |
| * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| |/ | | | | | | past tense of cast is cast not casted :-)
| * Nim compiler generates nimcache/proj.json for easier interop with external ↵Araq2016-12-142-43/+104
| | | | | | | | build tools
| * macros.getType: do not copy symbols if not necessaryAraq2016-12-071-4/+9
| |
* | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-172-3/+21
|/
* fixes tconsttable regressionAraq2016-12-011-2/+3
|
* fixes #5081Araq2016-12-011-1/+2
|
* fixes #5055Araq2016-11-303-7/+6
|
* fixes #5079Araq2016-11-301-1/+2
|
* fixes the regressions introduced by fix for #5076Araq2016-11-304-4/+18
|
* In case of synliboverride we support only openssl 1.0.*Yuriy Glukhov2016-11-301-0/+2
|
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-302-11/+1
|
* fixes #5076Araq2016-11-301-2/+1
|
* use preferName for type info namesAraq2016-11-301-1/+2
|
* closure types get names; refs #4332Araq2016-11-292-16/+21
|
* Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-282-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 develAndreas Rumpf2016-11-281-5/+6
|\
| * Fix compilation error in nimeval.Aditya Siram2016-11-271-5/+6
| |
* | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
|/
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-247-13/+22
|
* make tests green againAndreas Rumpf2016-11-241-8/+19
|
* make tests green againAndreas Rumpf2016-11-242-3/+3
|
* disallow recursive module dependenciesAraq2016-11-235-9/+27
|
* first version of the new memory tracking featureAndreas Rumpf2016-11-216-4/+21
|
* make 'excessivestacktrace' option available for testing.Parashurama2016-11-101-0/+1
|
* Merge pull request #4994 from arnetheduck/nim-check-abiAndreas Rumpf2016-11-081-1/+13
|\ | | | | add a simple sizeof checker to compare nim & c types
| * add primitive type abi checkJacek Sieka2016-11-031-2/+11
| |
| * abi check: prefer nim constant to enable, documentJacek Sieka2016-11-031-1/+1
| |
| * add a simple sizeof checker to compare nim & c typesJacek Sieka2016-11-031-1/+4
| |
* | fixes #4975Araq2016-11-071-2/+2
| |
* | make tests green againAraq2016-11-062-1/+4
| |
* | nimsuggest supports include files properly; added the compiler itself as a ↵Andreas Rumpf2016-11-062-1/+18
| | | | | | | | testcase
* | added missing moduleAraq2016-11-051-0/+92
| |
* | new dependency tracking for nimsuggestAraq2016-11-0518-368/+261
|/
* some progress on --symbolfiles:onAndreas Rumpf2016-11-023-5/+16
|
* make tests green againAraq2016-11-012-2/+2
|
* nimsuggest is now part of NimAraq2016-10-311-1/+1
|
* refactoring complete: explicit ident cacheAraq2016-10-3116-93/+94
|
* big refactoring: step 1Araq2016-10-3129-313/+278
|
* Merge branch 'braces' into refactor-identcacheAraq2016-10-314-17/+1777
|\
| * implements #?braces syntaxAraq2016-10-163-15/+1775
| |