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
/
compiler
/
ast.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64
rku
2015-06-10
1
-4
/
+4
*
|
Merge pull request #2892 from apense/patch-6
Andreas Rumpf
2015-06-10
1
-0
/
+3
|
\
\
|
*
|
Moved negative indexing operator here
apense
2015-06-09
1
-0
/
+3
|
|
/
*
/
securehash: Keep module name consistent
Adam Strzelecki
2015-06-09
1
-1
/
+1
|
/
*
Merge pull request #2780 from flaviut/cleanup-crc
Andreas Rumpf
2015-06-09
1
-1
/
+1
|
\
|
*
Rename crc module to "secure_hash"
Flaviu Tamas
2015-05-23
1
-1
/
+1
*
|
fixes #2854
Araq
2015-06-06
1
-1
/
+1
*
|
Merge pull request #2859 from nanoant/patch/norewrite-pragma
Andreas Rumpf
2015-06-05
1
-0
/
+1
|
\
\
|
*
|
Introduce {.noRewrite.} expr pragma disabling TR
Adam Strzelecki
2015-06-02
1
-0
/
+1
*
|
|
Dropped 'T' from types
pdw
2015-06-04
1
-1
/
+1
|
/
/
*
/
Minor cosmetic changes.
yglukhov
2015-05-26
1
-17
/
+5
|
/
*
added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...
Araq
2015-04-22
1
-4
/
+6
*
cleaned up some magics to make room for new magics; added '..<' and '..^' tem...
Araq
2015-04-22
1
-5
/
+5
*
fixes #2505, fixes #1853, fixes #2522
Araq
2015-04-20
1
-1
/
+3
*
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-04-20
1
-1
/
+1
|
\
|
*
importing of C++ nested generics like std::vector<T>::iterator, using the apo...
Zahary Karadjov
2015-04-13
1
-1
/
+1
*
|
implements .goto support for variables
Araq
2015-04-19
1
-0
/
+1
|
/
*
fixes #1691
Araq
2015-04-11
1
-0
/
+7
*
Get rid of deprecation warnings
def
2015-04-07
1
-3
/
+3
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-1
/
+10
*
GC-safety error messages are useful now
Araq
2015-04-04
1
-0
/
+1
*
don't store the scope for routines
Araq
2015-04-04
1
-1
/
+1
*
disallow negative indexing
Araq
2015-03-27
1
-0
/
+1
*
implemented a[^1] notation
Araq
2015-03-26
1
-1
/
+1
*
fixes #1805
Araq
2015-03-21
1
-5
/
+3
*
codegen doesn't produce line tracing commands anymore; fixes #1344
Araq
2015-03-21
1
-4
/
+6
*
'constructor' pragma for C++ support
Araq
2015-03-18
1
-6
/
+4
*
fixes #2257
Araq
2015-03-16
1
-2
/
+6
*
fixes #2304
Araq
2015-03-16
1
-0
/
+2
*
code cleanup
Araq
2015-03-12
1
-9
/
+9
*
fixes #2316
Araq
2015-03-11
1
-1
/
+1
*
fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used
Araq
2015-03-10
1
-1
/
+1
*
Merge pull request #2239 from Maxdamantus/devel
Andreas Rumpf
2015-03-07
1
-0
/
+1
|
\
|
*
interpret `tuple` as a class and `tuple[]` as the empty tuple
Max Zerzouri
2015-03-06
1
-0
/
+1
*
|
fixes #1940; code breakage! stricter template evaluation
Araq
2015-03-07
1
-193
/
+190
|
/
*
don't use stdout for nimsuggest server mode
Araq
2015-02-27
1
-1
/
+1
*
implements a type API for macros
Araq
2015-02-24
1
-7
/
+7
*
small cleanup of ast.nim
Araq
2015-02-24
1
-150
/
+106
*
fixes #2125
Araq
2015-02-18
1
-0
/
+6
*
Fix typos
Federico Ceratto
2015-02-15
1
-3
/
+3
*
compiler distinguishes between 2 different 'var' types for C++ interop; code ...
Araq
2015-02-07
1
-6
/
+3
*
C++ support: codegen generates C++'s references and avoids copies
Araq
2015-02-04
1
-3
/
+3
*
fixes #325
Araq
2015-01-28
1
-0
/
+8
*
nimsuggest: first version
Araq
2015-01-27
1
-1
/
+2
*
Revert 5e4ae8d
Dustin Lacewell
2015-01-07
1
-4
/
+0
*
fix #1858; Add support for generic templates and macros
Zahary Karadjov
2015-01-05
1
-0
/
+4
*
support for static params in the user defined type classes
Zahary Karadjov
2015-01-02
1
-0
/
+1
*
fixes #1788
Araq
2014-12-30
1
-2
/
+2
*
fixes #1120
Araq
2014-12-25
1
-0
/
+6
*
fixes #1690
Araq
2014-12-18
1
-1
/
+1
[prev]
[next]