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
/
lineinfos.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix to the relevant path of the docs. (#12162)
Benny Elgazar
2019-09-10
1
-1
/
+1
*
bugfix: it should be [UnusedImport] [nobackport]
Araq
2019-07-19
1
-2
/
+1
*
warn about unused imports; fixes an 'export' regression [nobackport]
Andreas Rumpf
2019-07-18
1
-3
/
+5
*
[feature] detect unused imports
Araq
2019-07-17
1
-2
/
+5
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-2
/
+4
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-3
/
+3
*
nim styleChecker: implemented all the missing features (bugfix)
Araq
2019-07-10
1
-1
/
+1
*
Warn about object case transitions at compile time (#11378)
genotrance
2019-06-02
1
-2
/
+3
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-2
/
+3
*
remove shadow warning, fixes #10732 (#11039)
Miran
2019-04-17
1
-4
/
+3
*
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
1
-2
/
+2
|
\
|
*
fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correct
Timothee Cour
2019-01-14
1
-1
/
+1
|
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
|
--define:nimQuirky exception handling for Nim; in preparation of a blog post
Andreas Rumpf
2019-01-03
1
-1
/
+1
|
/
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-2
/
+3
*
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-1
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-4
/
+4
*
fixes #5745
Araq
2018-09-03
1
-0
/
+3
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-7
/
+7
*
runnableExamples: keep (gitignored) generated foo_examples.nim for inspection...
Timothee Cour
2018-08-07
1
-3
/
+3
*
add hintCC to optionally disable printing 'CC: filename' (#8479)
Timothee Cour
2018-08-01
1
-2
/
+3
*
fix #7405 and #8195 (#8198)
Timothee Cour
2018-07-16
1
-26
/
+18
*
document how the incremental compilation scheme could work
Andreas Rumpf
2018-06-01
1
-3
/
+3
*
cleanup compiler/prettybase to not use redudant global variables
Andreas Rumpf
2018-05-27
1
-1
/
+2
*
implements --hint[globalvar]:on switch for quickly finding global variables
Andreas Rumpf
2018-05-27
1
-3
/
+5
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-0
/
+264