summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* 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
* 'sequtils doesn't take confusing default args anymoreAraq2015-07-081-0/+1
* documented 'varargs[typed]' code breakageAraq2015-07-041-0/+6
* Implements ``os.expandSymlink``. Ref #3015.Dominik Picheta2015-06-291-0/+1
* Fixes socket problems on Windows and normalises some names.Dominik Picheta2015-06-291-1/+6
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-0/+5
* updated news.txtAraq2015-06-251-0/+2
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-10/+5
* Add G+ Nim communityFelipe Mamud2015-06-181-0/+7
* website knows about new URLsAraq2015-06-154-12/+12
* fixes #2904Araq2015-06-151-1/+6
* Update news for nreFlaviu Tamas2015-06-071-1/+6
* Removed formatting from logging.yglukhov2015-05-281-0/+5
* Merge pull request #2732 from Perelandric/fix_milisecondsAndreas Rumpf2015-05-171-0/+4
|\
| * Updated with breaking changespdw2015-05-161-0/+4
* | added documentation about sexpSimon Hafner2015-05-141-0/+1
|/
* final website changesAraq2015-05-043-12/+12
* version 0.11.2Araq2015-05-043-15/+15
* version 0.11.2Araq2015-05-042-3/+13
* development version is 0.11.1Araq2015-05-031-0/+15
* Moved frontpage slideshow controlsHOLYCOWBATMAN2015-05-021-2/+2
* version 0.11.0Araq2015-04-301-8/+20
* more cleanups for 0.11.0Araq2015-04-305-20/+29
* Intro for release notes.Dominik Picheta2015-04-301-0/+13
* preparations for version 0.11.0Araq2015-04-303-352/+373
* fixes #1888Araq2015-04-271-1/+4
* marshalling can be done at compile-timeAraq2015-04-251-0/+1
* fixes #2600Araq2015-04-251-14/+15
^
258aabba6 ^


8b5aa221a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78