summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* fixed typosAraq2014-12-101-4/+4
|
* further website improvementsAraq2014-12-101-3/+5
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-0/+3
|
* new websiteAraq2014-12-1027-422/+878
|
* implemented 'experimental' switchAraq2014-12-051-0/+5
|
* implements 'defer'Araq2014-12-041-0/+1
|
* implemented procCall builtinAraq2014-11-281-0/+2
|
* fixes #619Araq2014-11-152-2/+2
|
* fixes #693Araq2014-11-141-1/+3
|
* fixes #1646Araq2014-11-101-6/+6
|
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-083-29/+31
|
* documented nimfixAraq2014-11-042-3/+6
|
* added module fenv's docsAraq2014-11-042-0/+8
|
* added threadpool and cpuinfo to the docgenAraq2014-11-031-0/+1
|
* re module returns nil on failed capturesFlaviu Tamas2014-10-291-0/+2
| | | | | - tests included - news.txt updated
* Modify pegs.nim such that no match will return nilFlaviu Tamas2014-10-291-0/+2
| | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information
* implements #1588Araq2014-10-261-0/+3
|
* Merge branch 'devel' into bigbreakAraq2014-10-231-14/+11
|\ | | | | | | | | Conflicts: web/news.txt
| * updated news.txtAraq2014-10-221-4/+11
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-204-136/+76
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * much better quote for the frontpageAraq2014-10-201-3/+4
| |
| * disable 'view source' featureAraq2014-10-201-2/+4
| |
| * website updates for 0.9.6Araq2014-10-193-110/+28
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-131-14/+16
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
| * updated news.txt slightlyAraq2014-10-121-2/+2
| |
| * documentation updatesAraq2014-10-111-41/+48
| |
* | documentation updatesAraq2014-10-113-49/+54
| |
* | docgen should work againAraq2014-10-052-3/+3
| |
* | implemented mixed mode codegenAraq2014-10-031-1/+18
| |
* | recursive tuple types are now invalid (breaking change)Araq2014-10-021-1/+1
| |
* | bugfix: 'T = ref T' is an illegal recursive typeAraq2014-10-021-0/+1
| |
* | system.writeFile works at compile-timeAraq2014-10-021-1/+1
| |
* | deprecated string case statements without 'else'Araq2014-10-021-0/+5
| |
* | cleaned up various modulesAraq2014-09-191-1/+1
| |
* | some progress on documentation buildingAraq2014-09-171-2/+2
| |
* | More docgen fixes.Dominik Picheta2014-09-132-5/+8
| |
* | Changes source build recommendations on website.Dominik Picheta2014-09-101-2/+2
| |
* | Added more information to the news.Dominik Picheta2014-09-091-2/+13
| |
* | Mentioned new comment handling in news.txt.Dominik Picheta2014-09-091-1/+2
| |
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-6/+6
| |
* | the big renamefest: first stepsAraq2014-08-222-2/+4
|/
* minor improvements for the FAQAraq2014-08-191-4/+13
|
* Fixes docgen.Dominik Picheta2014-08-191-1/+1
|
* fixes newly introduced bugsAraq2014-08-141-1/+1
|
* fixes 'gcsafe'Araq2014-08-121-0/+4
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-111-0/+2
|\
| * Added SafeDisconn for accept.Dominik Picheta2014-08-101-0/+2
| |
* | distinguish between 'defined' and 'declared'Araq2014-08-111-0/+4
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-081-1/+1
|\
| * Merge pull request #1446 from gradha/pr_links_typetraits_moduleVarriount2014-08-061-1/+1
| |\ | | | | | | Links typetraits module