Andreas Rumpf
1332f649b2
stats.nim: bugfix: use min in '+' [backport]
2019-03-23 15:09:28 +01:00
Andreas Rumpf
0cc6e12425
fixes #8202 ( #10888 )
...
* fixes #8202
* make tests green
2019-03-23 14:49:21 +01:00
Viktor Kirilov
f8146dfd84
improvements on the hot code reloading support ( #10892 )
...
* calling the "_actual" versions of functions when defined within the same module - slowdown for the snappy compression is now down from x6 to x4-x5 when HCR is ON
* dynamically linking to the runtime for VS when HCR is on - binaries are smaller
* compilerProcs are also called using the _actual direct version within the module they are defined (system)!
* updated comments & goals
* handling VS-compatible compilers on Windows in a cleaner way
* now the .dll/.so files end up in the nimcache even when --nimcache isn't explicitly stated
2019-03-23 14:48:47 +01:00
Andreas Rumpf
0b2a3f6f7f
fixes #10886 [backport] ( #10897 )
2019-03-23 14:44:53 +01:00
Andreas Rumpf
7c08303faf
system.nim: documentation improvements
2019-03-23 10:55:26 +01:00
Miran
714c4f0d67
add short overview of the system module ( #10883 )
2019-03-23 08:34:59 +01:00
Andreas Rumpf
bf592c4e94
more destructor based changes ( #10885 )
...
* mark user defined destructors with sfOverriden to simplify the logic
* refactoring in preparation to merge liftings and generic instantiations for destructors
* ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on
* renamed 'patterns' switch to 'trmacros' as it was totally misleading before
* destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking
* test for invalid/too late destructor introductions
* liftdestructors: make code robust for nimsuggest
* --newruntime works for hello world again
* newruntime: code generation for closures
2019-03-23 00:12:05 +01:00
Mamy Ratsimbazafy
25649616ea
Add OpenMP overload with stepping ( #10891 )
2019-03-22 23:38:43 +01:00
Andreas Rumpf
04ad200b40
fixes #10884 ( #10887 )
2019-03-22 11:55:15 +01:00
Andreas Rumpf
83c105c3a3
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2019-03-21 09:34:02 +01:00
Andreas Rumpf
49c786331a
fixes -d:nimTypeNames leak detection regression
2019-03-21 09:33:53 +01:00
Arne Döring
48d5e4f95c
add condition for szUnknown ( #10869 )
2019-03-21 06:55:21 +01:00
Arne Döring
3794338aba
Lineinfo fix ( #10871 )
2019-03-21 06:54:42 +01:00
Arne Döring
514674cb38
use abort instead of quit ( #10872 )
2019-03-21 06:52:30 +01:00
cooldome
28a926cb67
fixes #10861 ( #10877 )
2019-03-21 06:48:54 +01:00
Andrii Riabushenko
67e91558cf
REVERT "optPar"
...
This reverts commit 5f1a59216b .
2019-03-21 00:45:21 +00:00
Andrii Riabushenko
5f1a59216b
optPar
2019-03-21 00:17:52 +00:00
cooldome
7ba877914a
increase VM limit ( #10870 )
2019-03-20 14:01:07 +01:00
Miran
54151ce398
docgen: add links for var, let and const (refs #10487 ) ( #10868 )
...
* docgen: add links for var, let and const (refs #10487 )
* change the expected html
2019-03-20 11:23:38 +01:00
Miran
1eefbf6da8
improve docs for os.joinPath, fixes #10836 ( #10866 )
2019-03-20 08:38:24 +01:00
Araq
eeae88d81e
live with the hacks, PCRE's design is crap
2019-03-19 15:49:24 +01:00
Miran
bfc7522401
docgen: generate pragma after generic, fixes #10792 ( #10865 )
2019-03-19 12:55:28 +01:00
Andreas Rumpf
cd9caf09d1
pcre.nim: added pcre_free and removed hacks in nre and re.nim
2019-03-19 12:48:54 +01:00
Andreas Rumpf
d3df1b8eda
mark user defined destructors with sfOverriden to simplify the logic
2019-03-19 12:48:54 +01:00
Arne Döring
389b140029
add tastspec (and ast_pattern_matching) ( #10863 )
2019-03-19 11:45:29 +01:00
Anthon van der Neut
5c1c5902e2
fixes #10857 invisible span had width ( #10860 )
2019-03-19 10:38:48 +01:00
Arne Döring
188870648a
sizeof alignof offsetof macros api ( #10855 )
2019-03-19 08:23:00 +01:00
genotrance
16fcbee1bc
Fix nightlies :test: snippet issue ( #10862 )
2019-03-19 08:17:35 +01:00
Arne Döring
97c3b113a5
Size ptr tuple ( #10846 )
...
* fixes #10117
* Add support for recursive tuples
* detect in generics
2019-03-18 11:37:09 +01:00
Anthon van der Neut
5661a8303c
correct argument name, ( #10813 )
...
* correct argument name,
updated using poUsePath, based on feedback from c-blake
* Update osproc.nim
* explicit args parameter
2019-03-18 11:13:52 +01:00
cooldome
862897dc0f
Support for stmtListExpr in parser after major keywords. Scaled down version. ( #10852 )
...
* Support for stmtListExpr in parser after major keywords
* fixes #4035
2019-03-18 11:09:49 +01:00
cooldome
c19cd14fc9
fixes #10838 ( #10841 )
...
* fixes #10838
* reject func in types instead
* trigger tests
2019-03-18 11:04:01 +01:00
Miran
afeca3d9fe
multi-methods need to be explicitly enabled ( #10856 )
...
* multi-methods need to be explicitly enabled
* update changelog, manual and tutorial
2019-03-18 08:21:37 +01:00
Dominik Picheta
9e28d52c2f
Merge pull request #10850 from FedericoCeratto/egress-ipaddr
...
Detect local "egress" IP address
2019-03-17 19:29:51 +00:00
Federico Ceratto
5825dcb0b5
Detect local "primary" IP address
2019-03-17 16:58:27 +00:00
Andreas Rumpf
328901757a
make DLLs tests green again
2019-03-15 17:51:52 +01:00
Andreas Rumpf
ed878014be
newruntime: progress
2019-03-15 17:51:52 +01:00
Andreas Rumpf
8e5c1436ad
fixes #10845
2019-03-15 17:51:52 +01:00
Andreas Rumpf
16355de5eb
rename for code clarity
2019-03-15 17:51:52 +01:00
Andreas Rumpf
831626be85
newruntime: make dynamic destructors compatible with C++
2019-03-15 17:51:52 +01:00
cooldome
5dea7c5ad7
revert discard in destroyer ( #10840 )
...
* revert discard in destroyer
* disable test
2019-03-15 13:49:32 +01:00
Andreas Rumpf
e263702688
--newruntime: progress
2019-03-14 19:53:27 +01:00
narimiran
f1a945b05f
bring back typetraits.$ for backward compatibility
...
Some packages are still using ``from typetraits import `$` ``
which is now available from system (no need to import it).
2019-03-14 17:09:33 +01:00
narimiran
7372a4c4aa
Revert "put extracted modules behind the switch, to enable doc generation"
...
This reverts commit 71bff7d2df .
2019-03-14 13:22:46 +01:00
narimiran
71bff7d2df
put extracted modules behind the switch, to enable doc generation
2019-03-14 11:14:04 +01:00
Andreas Rumpf
4181baf400
multi-methods: remove hack, make tmethod_various compile under strict C++ [backport]
2019-03-14 09:03:21 +01:00
Andreas Rumpf
2ab6b2c657
--newruntime: work in progress
2019-03-14 07:59:44 +01:00
Andreas Rumpf
79b1eafa59
gc: removed dead code
2019-03-14 07:59:44 +01:00
Andreas Rumpf
62ab338900
added lowerings.genLen helper proc
2019-03-14 07:59:44 +01:00
Andreas Rumpf
1f61498238
added types.isFinal helper proc
2019-03-14 07:59:44 +01:00