Araq
e722770fbb
doc\advopt.txt
...
added --reportConceptFailures switch
2015-10-22 12:14:31 +02:00
Yuriy Glukhov
c894f6fd25
Fixed broken links
2015-10-22 12:09:04 +03:00
Araq
0586cee2be
fixed the most embarrassing typo in the history of Nim
2015-10-16 22:13:55 +02:00
Dominik Picheta
af865cd7ae
Added Nim workshop banner to front page slider.
2015-10-16 19:52:09 +01:00
Araq
7b816a9fac
added Nim conference news
2015-10-16 19:02:07 +02:00
Araq
8be9e46403
udpated the compiler and tester to use getOrDefault
2015-10-13 14:10:33 +02:00
Araq
e0f896785d
docs now build again
2015-10-12 20:58:46 +02:00
Peter Mora
e2468fee55
updated news.txt with backward compatibility breaks of sequtils
2015-10-06 22:03:43 +02:00
Adam Strzelecki
be991ed413
Rename rawsockets module to nativesockets
...
This change was done to avoid confusion with TCP/IP raw sockets. Native sockets
module represents handling native system low level socket API in general and is
not just limited anyhow to TCP/IP raw sockets.
A stub lib/deprecated/pure/rawsockets.nim module has been added as
compatibility layer for old code using rawsockets, so this change will not
break existing code.
2015-10-03 19:45:41 +02:00
Aman Gupta
8c86467730
document new bitsize pragma
2015-09-30 12:29:32 -07:00
Dominik Picheta
990812760a
Fixes typo in news.txt (thanks @tmm1)
2015-09-22 23:25:48 +01:00
Aman Gupta
31bb4311e6
s/Github/GitHub/g
2015-09-22 13:33:37 -07:00
Araq
73279aba39
added unicode.lastRun, unicode.graphemeLen
2015-09-21 15:49:46 +02:00
Dominik Picheta
0f933bbf55
Deprecated ftpclient module.
2015-09-17 23:05:16 +01:00
Andreas Rumpf
fc47b4a3cb
Merge pull request #3327 from yglukhov/patch-1
...
Changed arguable statements about JVM/CLR.
2015-09-17 14:20:53 +02:00
Araq
c9a2fa54c7
Merge branch 'devel' into fix_bracket_expr
2015-09-16 11:36:49 +02:00
Yuriy Glukhov
61d9f55faf
typo fixed
2015-09-15 13:21:05 +03:00
Yuriy Glukhov
e2d820689e
Changed arguable statements about JVM/CLR.
2015-09-15 11:49:01 +03:00
Dominik Picheta
ac16b151ba
Added more bugfixes to news.txt
2015-09-14 22:39:12 +01:00
Araq
0aa908c86c
clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixes #3224
2015-09-14 20:25:52 +02:00
Araq
48d8728e40
documented implicit compileTime procs
2015-09-14 12:46:43 +02:00
Araq
64d9a5bc85
Merge branch 'devel' into fix_bracket_expr
2015-09-14 12:42:25 +02:00
Dominik Picheta
148bbee05f
Added some info about bugfixes to news.txt.
2015-09-12 21:46:14 +01:00
Araq
1562f74500
implicit return types for iterators are now deprecated
2015-09-12 11:07:48 +02:00
Araq
8ef66b973d
first attempt to fix 'a[i]' handling in generics
2015-09-12 10:55:28 +02:00
Araq
63cdcb2be1
implicit return types for iterators are now deprecated
2015-09-10 15:57:57 +02:00
Araq
d7a472743b
fixes #2559
2015-09-10 10:50:29 +02:00
Araq
f1a17990be
minor documentation cleanups
2015-09-08 10:22:16 +02:00
Araq
adf34082f0
documented NimScript
2015-09-07 12:31:34 +02:00
Araq
dc047931bb
fixes #2590 ; methods now require a .base annotation
2015-09-06 02:31:28 +02:00
Yuriy Glukhov
04a4f35400
VM produces objects.
2015-09-05 14:18:37 +03:00
Araq
0320c0c73b
fixes DLL hell on Windows
2015-09-05 12:03:53 +02:00
Adam Strzelecki
c5d7f6d2b3
Trim remaining .txt files trailing whitespace
...
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:12:25 +02:00
Adam Strzelecki
5d80548cce
examples: Trim .nim files trailing whitespace
...
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:05:22 +02:00
Araq
1e597c6332
formatFloat takes an optional decimalSep parameter
2015-09-01 23:41:03 +02:00
Araq
646af76c87
implemented nimPinToCpu threadpool feature
2015-08-24 18:01:41 +02:00
Araq
bfd2fd67f9
tuple unpacking works in a non-var/let context
2015-08-21 21:34:14 +02:00
Araq
695e2e970e
implemented macros.getImpl
2015-08-21 02:34:34 +02:00
Ryan Gonzalez
ac756935c1
Mention Howl's Nim support
2015-08-15 12:43:05 -05:00
Araq
2299318d1e
toplevel .closure procs are deprecated
2015-08-14 02:19:32 +02:00
Araq
2f721f0d99
'parallel' now requires --experimental mode
2015-08-14 02:19:32 +02:00
Araq
ab26298a03
added system.unsafeAddr
2015-08-04 17:31:18 +02:00
Araq
8913e82f45
removed macros.high as it never worked outside of macros.nim
2015-07-28 02:54:21 +02:00
Araq
caf7717cb8
removed system.free
2015-07-18 20:41:45 +02:00
Araq
f95c2cb3a7
fixed website path"
2015-07-18 17:14:57 +02:00
Araq
6b3c46fbd9
website improvements
2015-07-18 15:35:27 +02:00
Araq
27f5c3ceb9
added os.tailDir proc
2015-07-12 13:33:22 +02:00
Varriount
9da1ee4fe4
Add NEP1 to documentation.
...
Changes:
- Added NEP 1 to the documentation set.
- Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks.
- Added a warning to nimdoc.css for future developers.
2015-07-10 03:51:00 -04:00
Araq
a2b8b8b0dd
'sequtils doesn't take confusing default args anymore
2015-07-08 11:49:33 +02:00
Araq
b39ce2fbfc
documented 'varargs[typed]' code breakage
2015-07-04 00:22:23 +02:00