summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* doc\advopt.txtAraq2015-10-221-0/+3
| | | | added --reportConceptFailures switch
* Fixed broken linksYuriy Glukhov2015-10-221-2/+2
|
* fixed the most embarrassing typo in the history of NimAraq2015-10-161-1/+1
|
* Added Nim workshop banner to front page slider.Dominik Picheta2015-10-164-54/+75
|
* added Nim conference newsAraq2015-10-162-5/+27
|
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-6/+10
|
* docs now build againAraq2015-10-121-5/+6
|
* updated news.txt with backward compatibility breaks of sequtilsPeter Mora2015-10-061-1/+7
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-0/+3
| | | | | | | | | | 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.
* document new bitsize pragmaAman Gupta2015-09-301-0/+2
|
* Fixes typo in news.txt (thanks @tmm1)Dominik Picheta2015-09-221-3/+3
|
* s/Github/GitHub/gAman Gupta2015-09-223-5/+5
|
* added unicode.lastRun, unicode.graphemeLenAraq2015-09-211-0/+1
|
* Deprecated ftpclient module.Dominik Picheta2015-09-171-0/+2
|
* Merge pull request #3327 from yglukhov/patch-1Andreas Rumpf2015-09-171-3/+3
|\ | | | | Changed arguable statements about JVM/CLR.
| * typo fixedYuriy Glukhov2015-09-151-1/+1
| |
| * Changed arguable statements about JVM/CLR.Yuriy Glukhov2015-09-151-3/+3
| |
* | Merge branch 'devel' into fix_bracket_exprAraq2015-09-161-0/+20
|\|
| * Added more bugfixes to news.txtDominik Picheta2015-09-141-0/+20
| |
* | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵Araq2015-09-141-30/+23
| | | | | | | | fixes #3224
* | documented implicit compileTime procsAraq2015-09-141-0/+3
| |
* | Merge branch 'devel' into fix_bracket_exprAraq2015-09-141-0/+190
|\|
| * Added some info about bugfixes to news.txt.Dominik Picheta2015-09-121-0/+190
| |
| * implicit return types for iterators are now deprecatedAraq2015-09-121-0/+2
| |
* | first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-0/+3
| |
* | implicit return types for iterators are now deprecatedAraq2015-09-101-0/+2
|/
* fixes #2559Araq2015-09-101-0/+2
|
* minor documentation cleanupsAraq2015-09-081-2/+3
|
* documented NimScriptAraq2015-09-072-2/+5
|
* fixes #2590; methods now require a .base annotationAraq2015-09-061-1/+12
|
* VM produces objects.Yuriy Glukhov2015-09-051-0/+4
|
* fixes DLL hell on WindowsAraq2015-09-051-0/+13
|
* Trim remaining .txt files trailing whitespaceAdam Strzelecki2015-09-042-2/+2
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* formatFloat takes an optional decimalSep parameterAraq2015-09-011-0/+2
|
* implemented nimPinToCpu threadpool featureAraq2015-08-241-2/+4
|
* tuple unpacking works in a non-var/let contextAraq2015-08-211-0/+3
|
* implemented macros.getImplAraq2015-08-211-0/+4
|
* Mention Howl's Nim supportRyan Gonzalez2015-08-151-0/+1
|
* toplevel .closure procs are deprecatedAraq2015-08-141-0/+4
|
* 'parallel' now requires --experimental modeAraq2015-08-141-0/+3
|
* added system.unsafeAddrAraq2015-08-041-0/+5
|
* removed macros.high as it never worked outside of macros.nimAraq2015-07-281-0/+2
|
* removed system.freeAraq2015-07-181-0/+2
|
* fixed website path"Araq2015-07-181-1/+1
|
* website improvementsAraq2015-07-181-0/+4
|
* added os.tailDir procAraq2015-07-121-1/+2
|
* Add NEP1 to documentation.Varriount2015-07-102-1/+4
| | | | | | | 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.
* 'sequtils doesn't take confusing default args anymoreAraq2015-07-081-0/+1
|
* documented 'varargs[typed]' code breakageAraq2015-07-041-0/+6
|