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
/
semexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-1
/
+1
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-2
/
+9
*
Fix macros.quote custom op symbol interpolation. (#17256)
quantimnot
2021-03-05
1
-9
/
+19
*
when statements branches exit early (#17143)
Saem Ghani
2021-02-22
1
-0
/
+1
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
1
-1
/
+17
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-1
/
+1
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-2
/
+2
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-5
/
+13
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-17
/
+11
*
fix `is "closure"` (#16552)
flywind
2021-01-02
1
-2
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-5
/
+5
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-5
/
+26
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-1
/
+1
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-2
/
+2
*
Disallow nil dereference at compile time (#16032)
cooldome
2020-11-18
1
-0
/
+5
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
honor --declaredLocs in more places, including type mismatch errors; also sho...
Timothee Cour
2020-10-27
1
-2
/
+3
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-28
/
+26
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
1
-3
/
+3
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
1
-4
/
+6
*
Fix #15389 (#15390)
cooldome
2020-09-24
1
-7
/
+11
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-9
/
+12
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-7
/
+52
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-20
/
+22
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-12
/
+1
*
fix #6608 (#14963)
flywind
2020-07-14
1
-1
/
+10
*
Fix #14911 (#14922) [backport]
Clyybber
2020-07-07
1
-1
/
+1
*
Reject casts to builtin typeclasses (#14788)
Danil Yarantsev
2020-06-24
1
-0
/
+2
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-3
/
+3
*
* honor --errorMax even for tools (eg drnim, nim doc) (#14546)
Timothee Cour
2020-06-02
1
-2
/
+1
*
Fix `compiles` for nimsuggest [backport] (#14527)
Danil Yarantsev
2020-06-01
1
-0
/
+7
*
fixes #14498 [backport:1.2] (#14503)
Andreas Rumpf
2020-05-30
1
-1
/
+1
*
make it easier to figure out how to debug issues (#14477)
Timothee Cour
2020-05-28
1
-4
/
+5
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-1
/
+1
*
allow generic typedesc field access (#12220)
Jasper Jenkins
2020-04-20
1
-57
/
+53
*
fixes #12741 (#14005)
Andreas Rumpf
2020-04-19
1
-7
/
+9
*
error msg for #13864 (#13962)
cooldome
2020-04-13
1
-0
/
+5
*
fix #13848: make var result work with nim cpp (#13959)
Timothee Cour
2020-04-13
1
-1
/
+5
*
fix ICE in isUnresolvedSym (#13925)
cooldome
2020-04-08
1
-5
/
+6
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-14
/
+0
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-4
/
+10
*
Fix tests/parallel/tguard2.nim
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Fix https://github.com/nim-lang/Nim/issues/4907
Zahary Karadjov
2020-04-01
1
-0
/
+3
*
Perform nil checks during object construction and within compiles()
Zahary Karadjov
2020-04-01
1
-1
/
+4
*
not nil types are illegal to construct through default(T)
Zahary Karadjov
2020-04-01
1
-0
/
+2
*
Enable the requiresInit checks only for objects
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Plug another hole: default(T) forbidden for objects requiring initialization
Zahary Karadjov
2020-04-01
1
-0
/
+6
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-0
/
+5
*
Continue bool conversion fixing (#13751)
cooldome
2020-03-25
1
-1
/
+3
[next]