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
/
parampatterns.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+1
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-2
/
+2
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-1
/
+1
*
apply changes from #18017 and some fixes (#19571)
flywind
2022-03-01
1
-29
/
+31
*
fix term rewriting with sideeffect (#19410)
flywind
2022-01-19
1
-2
/
+5
*
reuse existing toHumanStr (#15674)
Timothee Cour
2020-10-21
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/257 (#15466)
Andreas Rumpf
2020-10-02
1
-0
/
+2
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-2
/
+2
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-3
/
+3
*
fixes #14557 (#14607)
Andreas Rumpf
2020-06-08
1
-1
/
+1
*
fixes #14498 [backport:1.2] (#14503)
Andreas Rumpf
2020-05-30
1
-3
/
+9
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-24
/
+24
*
fixes #12224 (#12225)
cooldome
2019-09-21
1
-3
/
+5
*
sink as lvalue
Andrii Riabushenko
2019-09-02
1
-3
/
+3
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
fixes #10942. Lent T bug (#10946)
cooldome
2019-04-03
1
-5
/
+12
*
fixes #7524
Araq
2019-01-14
1
-8
/
+7
*
Allow taking address of skForVar variables (#8632)
LemonBoy
2018-08-14
1
-1
/
+1
*
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-26
/
+27
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+2
*
make tests green again
Andreas Rumpf
2018-03-24
1
-3
/
+8
*
fixes the 'var T' checking
Andreas Rumpf
2018-03-24
1
-5
/
+2
*
more checking for 'var T' as return type; refs #7373
Andreas Rumpf
2018-03-24
1
-1
/
+29
*
basic 'lent T' test works
Andreas Rumpf
2018-01-21
1
-1
/
+4
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
support the full range of type modifiers when declaring concept vars and test...
Zahary Karadjov
2017-03-24
1
-0
/
+7
*
fixes #4608
Andreas Rumpf
2016-10-18
1
-0
/
+2
*
some progress on #3832
Andreas Rumpf
2016-02-08
1
-0
/
+3
*
preparations for better handling of 'a[i]' in generics; stmt lists can be lva...
Araq
2015-09-12
1
-1
/
+4
*
added system.unsafeAddr
Araq
2015-08-04
1
-9
/
+11
*
fix #2585 properly
Araq
2015-04-22
1
-1
/
+3
*
fixes #2585
Araq
2015-04-22
1
-1
/
+1
*
implemented a[^1] notation
Araq
2015-03-26
1
-3
/
+4
*
fixes #2346
Araq
2015-03-16
1
-2
/
+6
*
fixes #1809; implements overloading based on 'var T'
Araq
2015-03-14
1
-19
/
+22
*
nimsuggest improvements
Araq
2015-01-30
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-1
/
+4
*
case consistency improvements
Araq
2014-01-11
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-4
/
+4
*
case consistency part 4
Araq
2013-12-27
1
-2
/
+2
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-0
/
+2
*
make some tests green
Araq
2013-03-03
1
-4
/
+7
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
1
-2
/
+2
*
term rewriting improvements
Araq
2012-09-08
1
-3
/
+56
*
activated tests for tr macros
Araq
2012-09-06
1
-3
/
+4
*
bugfixes and improvements for term rewriting macros
Araq
2012-09-04
1
-1
/
+1
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-0
/
+205