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
*
Show error when trying to export individual enum field (#10109)
Neelesh Chandola
2019-01-07
1
-1
/
+3
*
Fix #10073 (#10218)
zah
2019-01-07
1
-1
/
+8
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
1
-0
/
+2
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
Check there are no side effects before optimizing away compile time expressio...
deech
2018-12-31
1
-8
/
+12
*
fixes nested gensym'ed parameters; fixes #9476
Araq
2018-12-08
1
-0
/
+4
*
fixes #9868
Araq
2018-12-05
1
-0
/
+17
*
fix #8289 (#9828)
Timothee Cour
2018-11-30
1
-0
/
+1
*
improve line info retreival (#9822)
Arne Döring
2018-11-30
1
-1
/
+8
*
fix #9759 (#9789)
Arne Döring
2018-11-23
1
-1
/
+2
*
fixes #9743
Araq
2018-11-19
1
-1
/
+2
*
Converter bug fixes (#9700)
cooldome
2018-11-15
1
-0
/
+1
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-18
/
+19
*
feedback injected
Arne Döring
2018-11-08
1
-1
/
+1
*
fix #8335
Arne Döring
2018-11-08
1
-0
/
+2
*
Quote do now works with result in block (#7343)
PMunch
2018-10-31
1
-3
/
+12
*
Openmp parallel iterator improvements (#9493)
Mamy Ratsimbazafy
2018-10-25
1
-5
/
+0
*
fixes #9498, typeof is for everybody
Araq
2018-10-25
1
-3
/
+2
*
Relax the restrictions on the index types (#9412)
LemonBoy
2018-10-18
1
-17
/
+12
*
fixes a regression about indexing into UncheckedArray
Andreas Rumpf
2018-10-16
1
-1
/
+12
*
fixes #2760
Araq
2018-10-15
1
-1
/
+1
*
[WIP] Early evaluation of mIs (#8723)
LemonBoy
2018-10-14
1
-4
/
+2
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-11
/
+4
*
Make sure the annotation for `||` is avail. at CT (#9354)
LemonBoy
2018-10-14
1
-0
/
+8
*
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-1
/
+1
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-1
/
+1
*
Merge pull request #8990 from LemonBoy/fix-8259
Andreas Rumpf
2018-09-17
1
-0
/
+2
|
\
|
*
Always check the deduced type validity for result
LemonBoy
2018-09-17
1
-0
/
+2
*
|
fixes #1616; fixes 'nim doc' regressions
Andreas Rumpf
2018-09-17
1
-5
/
+6
|
/
*
extended system.type/typeof to support an upcoming 'collect' macro that works...
Andreas Rumpf
2018-09-11
1
-12
/
+12
*
Fix type comparison in semConv (#8907)
LemonBoy
2018-09-07
1
-1
/
+2
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
1
-17
/
+11
*
introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)
Andreas Rumpf
2018-08-30
1
-2
/
+2
*
enforce the condition of a 'when' condition to be of type bool; refs #8603
Andreas Rumpf
2018-08-23
1
-1
/
+1
*
fixes merge conflict
Araq
2018-08-23
1
-0
/
+5
|
\
|
*
Don't consider tyAnd/tyNot/tyOr/tyAnything as generic (#8700)
LemonBoy
2018-08-22
1
-0
/
+5
*
|
some progress on destructors for builtin seqs
Andreas Rumpf
2018-08-20
1
-1
/
+4
|
/
*
fixes #8425
Araq
2018-08-04
1
-1
/
+1
*
keep the imports in runnableExamples visible in generated html doc (#8354)
skilchen
2018-07-19
1
-2
/
+3
*
fix #7405 and #8195 (#8198)
Timothee Cour
2018-07-16
1
-0
/
+3
*
enable destructors without the --newruntime switch
Andreas Rumpf
2018-07-04
1
-6
/
+1
*
Minor changes to discardable handling (#8155)
LemonBoy
2018-07-01
1
-13
/
+0
*
fix #8129 by calling `semExpr` in `semIs` if node is `strLit` (#8130)
Vindaar
2018-06-29
1
-0
/
+2
*
Merge branch 'devel' into typedesc-reforms
Andreas Rumpf
2018-06-26
1
-2
/
+2
|
\
|
*
More concept fixes
LemonBoy
2018-06-24
1
-2
/
+2
*
|
requested pull-request changes
Zahary Karadjov
2018-06-16
1
-0
/
+1
*
|
fix some breakage after rebasing
Zahary Karadjov
2018-06-16
1
-1
/
+1
*
|
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-0
/
+30
*
|
Implement the `is` operator for the new static and typedesc type classes
Zahary Karadjov
2018-06-16
1
-20
/
+61
*
|
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-6
/
+33
|
/
[next]