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
/
guards.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-2
/
+2
*
sempass2 compiles again
Andreas Rumpf
2018-05-11
1
-2
/
+2
*
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-115
/
+125
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
1
-2
/
+4
*
macros.nim: deprecated ! operator
Andreas Rumpf
2017-11-19
1
-2
/
+4
*
fixes #5781
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
overloading resolution for getAst; breaking change
Araq
2017-03-18
1
-2
/
+3
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-1
/
+1
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-4
/
+0
*
big refactoring: step 1
Araq
2016-10-31
1
-0
/
+4
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-8
/
+8
*
disjoint checker is smarter (and slower)
Araq
2015-09-23
1
-7
/
+113
*
made disjoint checker smarter; fixes regressions
Araq
2015-09-23
1
-3
/
+17
*
Removed magics: mEqI64 mLtI64 mLeI64
rku
2015-06-10
1
-3
/
+3
*
Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64
rku
2015-06-10
1
-5
/
+5
*
sempass2: bugfixes
Araq
2015-04-28
1
-2
/
+2
*
added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...
Araq
2015-04-22
1
-1
/
+2
*
cleaned up some magics to make room for new magics; added '..<' and '..^' tem...
Araq
2015-04-22
1
-2
/
+2
*
fixes #2359
Araq
2015-03-16
1
-2
/
+2
*
disjoint checker is somewhat smarter
Araq
2015-03-16
1
-2
/
+17
*
fixes #2287
Araq
2015-03-12
1
-42
/
+62
*
fixes #325
Araq
2015-01-28
1
-6
/
+0
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
implemented 'guard' annotation
Araq
2014-09-21
1
-0
/
+16
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
fixes tinavlid_array_bounds test
Araq
2014-08-10
1
-1
/
+1
*
Merge pull request #1279 from Varriount/fix-1216
Simon Hafner
2014-06-18
1
-1
/
+1
|
\
|
*
Fix issue #1216
Clay Sweetser
2014-06-15
1
-1
/
+1
*
|
tdisjoint_slice2 works
Araq
2014-05-31
1
-0
/
+8
*
|
'parallel' proves array bounds
Araq
2014-05-29
1
-4
/
+63
*
|
'parallel' statement almost working
Araq
2014-05-22
1
-21
/
+37
*
|
'parallel' statement: next steps
Araq
2014-05-14
1
-37
/
+75
*
|
progress for the 'parallel' statement
Araq
2014-05-14
1
-2
/
+2
*
|
initial non-compiling version of 'parallel'
Araq
2014-05-12
1
-17
/
+174
|
/
*
fix #866; generic static params
Zahary Karadjov
2014-03-09
1
-4
/
+0
*
fixes #584
Araq
2014-02-14
1
-14
/
+28
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-2
/
+2
*
case consistency part 4
Araq
2013-12-27
1
-3
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-07-20
1
-1
/
+2
|
\
|
*
Avoids usefulFact recursion with nil parameter. Fixes #518.
Grzegorz Adam Hankiewicz
2013-07-09
1
-1
/
+2
*
|
refactorings for the eval engine; bugfix: clean templates as accessors
Araq
2013-07-19
1
-16
/
+9
|
/
*
fixes #481
Araq
2013-06-13
1
-1
/
+18
*
improvements for 'not nil' checking
Araq
2013-06-13
1
-0
/
+7
*
bugfixes for the guarded data flow analysis
Araq
2013-06-12
1
-66
/
+95
*
next steps for guarded data flow analysis
Araq
2013-06-11
1
-35
/
+220
*
resolved conflict; added missing files
Araq
2013-06-09
1
-0
/
+346