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
/
sem.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)
Timothee Cour
2020-01-09
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-18
/
+17
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-1
/
+1
*
fixes #11941 (#12079)
Andreas Rumpf
2019-08-29
1
-2
/
+7
*
lift destructor for openarray (#12073)
cooldome
2019-08-28
1
-6
/
+4
*
Fix several float range issues (supersedes #11905) (#12067)
Andreas Rumpf
2019-08-27
1
-0
/
+1
|
\
|
*
address the comments
narimiran
2019-08-27
1
-0
/
+1
*
|
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-1
/
+2
|
/
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
IC: some progress
Andreas Rumpf
2019-07-27
1
-6
/
+0
*
revert changes
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-4
/
+4
|
\
|
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-4
/
+4
*
|
warn about unused imports; fixes an 'export' regression [nobackport]
Andreas Rumpf
2019-07-18
1
-1
/
+1
*
|
[feature] detect unused imports
Araq
2019-07-17
1
-1
/
+6
|
/
*
[refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...
Araq
2019-07-14
1
-1
/
+1
*
introduce internal Int128 type, use it to fix case stmt checks (#11652)
Arne Döring
2019-07-05
1
-1
/
+1
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-2
/
+1
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-1
/
+3
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-4
/
+3
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-9
/
+9
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
compiler/sem: correct macros lineinfo (#10438)
alaviss
2019-01-24
1
-4
/
+5
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
1
-2
/
+0
*
fixes nested gensym'ed parameters; fixes #9476
Araq
2018-12-08
1
-5
/
+6
*
Destructors: more moves for tuples (#9808)
cooldome
2018-11-27
1
-1
/
+1
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-2
/
+2
*
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...
Andreas Rumpf
2018-11-07
1
-1
/
+4
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-1
/
+1
*
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-1
/
+1
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-09-24
1
-2
/
+10
*
extended system.type/typeof to support an upcoming 'collect' macro that works...
Andreas Rumpf
2018-09-11
1
-4
/
+4
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
1
-23
/
+0
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
fixes merge conflict
Araq
2018-08-07
1
-1
/
+2
|
\
|
*
runnableExamples: keep (gitignored) generated foo_examples.nim for inspection...
Timothee Cour
2018-08-07
1
-1
/
+2
*
|
use slashes instead of dots for paths
Andreas Rumpf
2018-08-06
1
-2
/
+2
|
/
*
fixes #8323 : avoid polluting git status after `nim doc foo` (#8415)
Timothee Cour
2018-07-30
1
-3
/
+5
*
make runnableExamples use a private nimcache so that they can be tested in pa...
skilchen
2018-07-12
1
-2
/
+9
*
Check the RHS when building a set (#8159)
LemonBoy
2018-06-30
1
-1
/
+1
*
Return an error symbol as macro output if needed (#8116)
LemonBoy
2018-06-27
1
-1
/
+6
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-7
/
+11
*
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-1
/
+1
*
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-0
/
+3
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-1
/
+1
*
fixex merge conflicts
Araq
2018-06-08
1
-2
/
+4
|
\
|
*
fixes #7906, array and openarray arg vs. ptr/ref generic (#7909)
andri lim
2018-06-04
1
-2
/
+4
[next]