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
path:
root
/
doc
/
manual.txt
Commit message (
Collapse
)
Author
Age
Files
Lines
*
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-0
/
+24
|
*
documentation improvements
Araq
2012-02-13
1
-2
/
+5
|
*
added 'system.shallow'
Araq
2012-02-09
1
-1
/
+3
|
*
version 0.8.14
Araq
2012-02-09
1
-1
/
+1
|
*
further steps to closure support
Araq
2012-02-06
1
-6
/
+31
|
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-5
/
+25
|
*
niminst: bugfixes; documentation changes
Araq
2012-01-15
1
-31
/
+4
|
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-1
/
+20
|
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-0
/
+6
|
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+13
|
*
manual: cstring finally properly documented
Araq
2011-11-25
1
-0
/
+52
|
*
new pragma: 'noinit'
Araq
2011-11-25
1
-0
/
+9
|
*
operator precedence changed: assignment like operators are supported; ↵
Araq
2011-11-09
1
-6
/
+19
|
|
|
|
escaping of operators with \ is supported
*
'bind' as a declarative statement
Araq
2011-10-10
1
-12
/
+21
|
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
1
-4
/
+7
|
*
code generator supports constant sequences; more consistent compile time ↵
Araq
2011-10-07
1
-40
/
+30
|
|
|
|
evaluation
*
bugfix: overloading resolution for typeof
Araq
2011-09-27
1
-61
/
+75
|
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵
Araq
2011-09-26
1
-4
/
+3
|
|
|
|
optimized; tstringinterp.nim now works
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-0
/
+22
|
*
renamed optional to discardable
Araq
2011-09-24
1
-2
/
+2
|
*
implemented optional pragma for implicit discard
Araq
2011-09-24
1
-5
/
+17
|
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-19
/
+65
|
*
fixed some newly introduced bugs
Araq
2011-09-21
1
-0
/
+5
|
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-9
/
+18
|
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-7
/
+12
|
*
bugfix: #line generation for windows
Araq
2011-08-11
1
-1
/
+1
|
*
further tests for var T result type; ttables test now fails :-(
Araq
2011-08-10
1
-158
/
+162
|
*
documentation for 'var T' as return type
Araq
2011-08-01
1
-1
/
+32
|
*
void type improvements; documentation improvements
Araq
2011-07-31
1
-3
/
+136
|
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵
Araq
2011-07-31
1
-16
/
+16
|
|
|
|
generated C code)
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-1
/
+1
|
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
|
*
preparations for 0.8.12
Araq
2011-07-10
1
-36
/
+148
|
*
case branches support constant sets for convenience
Araq
2011-06-19
1
-0
/
+21
|
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-47
/
+65
|
*
slice support in system.nim; syntactic sugar for tables; cleanup of ↵
Araq
2011-04-23
1
-0
/
+28
|
|
|
|
grammar/parser
*
slices are first class citizens
Araq
2011-04-22
1
-26
/
+40
|
*
p[] instead of p^
Araq
2011-04-11
1
-5
/
+9
|
*
some little bugfixes
Araq
2011-03-27
1
-2
/
+2
|
*
Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-master
Araq
2011-03-24
1
-0
/
+16
|
\
|
*
+ documentation for implicit conversions
Simon Hafner
2011-03-18
1
-0
/
+16
|
|
*
|
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-47
/
+67
|
|
*
|
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
1
-0
/
+47
|
/
*
changed handling of generalized string literals
Araq
2011-02-07
1
-6
/
+17
|
*
documentation improvements
Araq
2011-02-06
1
-51
/
+52
|
*
documentation improvements
Araq
2011-01-31
1
-14
/
+56
|
*
Feature: explicit string representation for enum fields
Araq
2011-01-11
1
-0
/
+18
|
*
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
1
-3
/
+5
|
*
documentation improvements
Araq
2011-01-09
1
-1
/
+1
|
[next]