index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPEC change: ^ is right-assoc and of highest priority
Araq
2011-01-10
1
-1
/
+1
*
SPEC change: ^ is right-assoc and of highest priority
Araq
2011-01-10
4
-26
/
+38
*
support for objective C generation
Araq
2011-01-10
7
-13
/
+24
*
documentation improvements
Araq
2011-01-09
3
-2
/
+45
*
c2nim compiles again [#9 state:resolved]; better error message for named para...
Araq
2011-01-09
8
-3
/
+25
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
2
-1
/
+4
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
13
-56
/
+156
*
bugfix: osproc compiles under windows again
Araq
2011-01-07
2
-2
/
+2
*
additions to complex module
Araq
2011-01-07
3
-7
/
+206
*
implemented 'emit' pragma
Araq
2011-01-07
10
-74
/
+108
*
added test tmultim4.nim
Araq
2011-01-06
3
-0
/
+41
*
documentation for source code filters
Araq
2011-01-06
3
-78
/
+49
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-06
2
-55
/
+40
|
\
|
*
fixes #5, also cleaned up extccomp a bit.
dom96
2011-01-06
2
-55
/
+40
*
|
better tester; yet another iterator bugfix
Araq
2011-01-06
6
-71
/
+116
*
|
bugfix: compiler rejects methods without object parameter
Araq
2011-01-06
7
-3
/
+28
|
/
*
fixed whitespace conflict
Araq
2011-01-06
2
-55
/
+55
|
\
|
*
Adjust name of event converters and remove the boilerplate
Michael Fellinger
2011-01-05
1
-38
/
+19
|
*
Attempt to fix event debacle in sdl
Michael Fellinger
2011-01-04
1
-54
/
+73
|
*
add sin proc for math
Michael Fellinger
2011-01-04
1
-0
/
+2
*
|
graphics: draw(Ver|Hor)Line
Araq
2011-01-06
1
-2
/
+2
*
|
bugfix: semantic checking: tuples without named fields
Araq
2011-01-06
2
-1
/
+6
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-05
2
-8
/
+29
|
\
\
|
*
|
Fixed a bug in typeToString with generics.
dom96
2011-01-03
1
-8
/
+6
|
*
|
Added a generics test case.
dom96
2011-01-03
1
-0
/
+23
|
|
/
*
|
transf: big refactoring; other small fixes
Araq
2011-01-05
11
-226
/
+287
*
|
bugfix: multiple yield statements and loop body vars
Araq
2010-12-13
13
-75
/
+256
*
|
added strutils.align
Araq
2010-12-07
4
-15
/
+36
*
|
commit before ov-res changes
Araq
2010-12-07
4
-23
/
+37
*
|
commit before ov-res changes
Araq
2010-12-07
1
-0
/
+191
*
|
renamed lock->aquire
Araq
2010-11-18
2
-20
/
+20
*
|
docgen understands and ignores *when false*
Araq
2010-11-18
18
-79
/
+1194
|
/
*
pegs: captured search loop
Araq
2010-11-07
3
-5
/
+55
*
claro wrapper added
Araq
2010-11-07
5
-0
/
+2755
*
niminst: support for doc_start
Araq
2010-11-02
4
-4
/
+15
*
Bugfix: niminst: proper GUI target support
Araq
2010-11-02
1
-1
/
+1
*
Bugfix: niminst: nimrod is not default dir for *every* project
Araq
2010-11-02
1
-1
/
+1
*
Bugfix: niminst: nimrod is not default dir for *every* project
Araq
2010-11-02
1
-0
/
+1
*
Bugfix: niminst: nimrod is not default dir for *every* project
Araq
2010-11-02
1
-1
/
+1
*
bugfix: dialogs.ChooseFilesToOpen
Araq
2010-11-01
2
-0
/
+6
*
added os.findExe
Araq
2010-10-31
3
-12
/
+14
*
pegs: bugfixes and extensions
Araq
2010-10-31
4
-16
/
+51
*
bugfixes: htmlparser module
Araq
2010-10-30
5
-4
/
+54
*
bugfix: httpclient
Araq
2010-10-30
2
-2
/
+9
*
Added a close function to the ssl module.
dom96
2010-10-27
3
-0
/
+13
*
added install.sh; scgi: does not set system.stackTraceNewLine anymore
Araq
2010-10-26
4
-1
/
+735
*
bugfix: typo in SMTP module; SCGI module finished
Araq
2010-10-25
7
-36
/
+217
*
ssl.connect now returns the result of the certificate validation.
dom96
2010-10-23
2
-9
/
+6
*
Added {.final.} to objects which are not meant to be inherited, and added an ...
dom96
2010-10-23
2
-3
/
+3
*
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
dom96
2010-10-23
3
-27
/
+50
[next]