Commit Graph

578 Commits

Author SHA1 Message Date
Dominik Picheta
9e69e4e078 Merge branch 'devel' into underscore-tuple-unpack
Conflicts:
	compiler/semstmts.nim
2015-04-23 00:26:17 +01:00
Araq
d631958124 news.txt updates; fixes bootstrapping 2015-04-22 13:57:20 +02:00
ReneSac
06617bbb76 Minor fixes for arrow like change patch
Don't use ^ operator yet for compatibility with older compilers.
Moved arrow like explanation, and fix precedence description on the text in the manual.
Fixed typo in news.
2015-04-11 17:22:09 -03:00
ReneSac
34997292f4 Changing the rule for arrow like operators again. 2015-04-10 23:59:17 -03:00
ReneSac
5a524c7238 Updated the news on *arrow like* breaking change 2015-04-09 17:17:47 -03:00
Joseph Turner
54d945c512 Adds note about change to news 2015-04-09 02:53:03 +01:00
Dominik Picheta
13a5ecda32 Updated news.txt. 2015-04-08 20:11:28 +01:00
Araq
82f8948a10 added system.typed and system.untyped aliases 2015-04-07 00:06:39 +02:00
Araq
05e39cf6ad overloading of '=' works 2015-04-06 23:21:52 +02:00
Araq
2b80d75aa2 fixes #2420; negative indexing for slicing is obsolete (breaking change!) 2015-03-28 00:15:04 +01:00
Araq
e80840c40a preparations for dealing with the 'echo $foo' gotcha 2015-03-27 02:14:27 +01:00
Araq
ed0d9e271d disallow negative indexing 2015-03-27 01:30:06 +01:00
Araq
5d63ecb3a4 implemented a[^1] notation 2015-03-26 02:12:38 +01:00
Araq
f6ff01572e breaking change: 'concept' is now a keyword and used instead of 'generic' 2015-03-23 13:10:18 +01:00
Araq
08c0ba379a fixes #1805 2015-03-21 20:38:28 +01:00
Araq
7418227ebb updated news.txt 2015-03-18 11:42:38 +01:00
Araq
d4bca58b7d fixes #1809; implements overloading based on 'var T' 2015-03-14 22:21:43 +01:00
Dominik Picheta
44e095dd3d Expanded release notes in news.txt. 2015-03-14 00:16:23 +00:00
Jonathan Edwards
50ed39fd66 Merge remote-tracking branch 'upstream/devel' into devel 2015-03-11 16:26:10 -04:00
Jonathan Edwards
2f7d248090 Added Sublime Text support link 2015-03-11 16:12:14 -04:00
def
70d1e14add Update URLs in question.txt 2015-03-11 14:54:57 +01:00
Dominik Picheta
d8c5c2f222 Export AsyncFile. Add asyncfile module to docgen. 2015-03-06 10:51:56 +00:00
Araq
1e6aef62ba macros.PNimrodNode is now NimNode 2015-02-24 00:13:27 +01:00
PhilipWitte
73fbcc1f64 Fixup website support page and other minor touches. 2015-02-20 08:54:07 -08:00
Flaviu Tamas
e36011a5a1 Improve website background quality
The old image was compressed with JPG and was improperly rendered anyway. The
background has been modified so that each dot lines up perfectly on pixel
boundaries. It's compressed with lossy PNG, which has the advantage of
preserving the quality of the dots.

There will be another PR to fix the background URL for the forum.
2015-02-19 20:38:11 -05:00
Araq
e6dcceae6c website updates 2015-02-18 13:44:01 +01:00
Andreas Rumpf
5668ab3a49 Merge pull request #2091 from PhilipWitte/devel
Various website fixes (banner, icons, css, articles)
2015-02-16 23:57:15 +01:00
PhilipWitte
cc7236b2db Add support tab to website 2015-02-15 17:54:38 -08:00
PhilipWitte
0e5f6cc3b0 Merge remote-tracking branch 'upstream/devel' into devel 2015-02-15 17:27:53 -08:00
Federico Ceratto
657dca5c3b Fix typos 2015-02-15 16:20:32 +00:00
Billingsly Wetherfordshire
c63c3a8654 Update website.ini
generate docs for basic2d,basic3d
2015-02-14 17:14:06 -06:00
PhilipWitte
f1aa0a745e Revert docs & learn pages to RTF again 2015-02-13 13:25:57 -08:00
PhilipWitte
0488001402 Merge remote-tracking branch 'upstream/devel' into devel 2015-02-13 11:39:28 -08:00
Araq
c4eddb3fda ordinary parameters can follow a varargs parameter 2015-02-12 14:56:57 +01:00
Araq
c2da0e9b3d cleanup index generation 2015-02-10 20:19:48 +01:00
Araq
ecd0dea091 tables work in 'const' sections; echo supports 'nil' strings; minor cleanups 2015-02-09 00:08:55 +01:00
Araq
ada0f14711 fixes #2073 2015-02-08 14:15:02 +01:00
Araq
c91ca82a43 fixes #2073; language spec change: arrow like operators are not right associative anymore 2015-02-08 13:38:06 +01:00
PhilipWitte
0b2a63b7bd Fixed website banner HTML & Javascript
Various website CSS improvements
Added docs & learn icons
Added learn articles
2015-02-08 04:01:18 -08:00
Araq
d08cec0f7d better documentation for 'finished' for first class iterators 2015-01-27 01:36:20 +01:00
Araq
26b853923c nimsuggest: first version 2015-01-27 01:36:19 +01:00
Dominik Picheta
defaf5d400 Logging module is now thread-safe. 2015-01-25 17:02:37 +00:00
Araq
a195388c37 minor website improvements 2015-01-23 00:36:59 +01:00
Araq
abb738146a revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 2015-01-18 02:33:44 +01:00
Varriount
bc97493102 Revert "Documented faster way to bootstrap-build Nim" 2015-01-17 19:16:04 -05:00
Varriount
9847f762e4 Merge pull request #1951 from noway421/bootstrap-install-docs-fix
Documented faster way to bootstrap-build Nim
2015-01-17 13:48:05 -05:00
def
2a7a5a69d0 GitHub link fixes: nim-code -> nim-lang 2015-01-15 03:26:59 +01:00
Way, No
67d5bc6b0a updated web/download.txt 2015-01-14 19:03:04 +10:00
Araq
6b3473ad1b koch doesn't use compiler/nversion (makes no sense); updated twitter link 2015-01-13 21:38:13 +01:00
Araq
c87f1eb581 'discard' can be used instead of 'nil' for empty case object branches 2015-01-12 02:00:36 +01:00