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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make procedure mismatch more informative with pragma/call convention mismatch...
Jason Beetham
2021-07-06
3
-32
/
+96
*
[minor]remove unnecessary stringify (#18419)
flywind
2021-07-02
1
-4
/
+4
*
fixes #18030 (#18415)
Andreas Rumpf
2021-07-01
1
-1
/
+1
*
fixes #18130 (#18407)
Andreas Rumpf
2021-07-01
1
-1
/
+1
*
genDepend: fix for module names that are reserved DOT keywords (#18392)
Ștefan Talpalaru
2021-06-30
1
-1
/
+1
*
improvements to hint:processing: show import stack, distinguish nims, show in...
Timothee Cour
2021-06-30
5
-16
/
+26
*
fixes #16270 (#18388)
Andreas Rumpf
2021-06-29
3
-3
/
+10
*
Cleanup lookups.nim again.. (#18379)
Clyybber
2021-06-28
1
-4
/
+4
*
Fix #16426 (#18377)
Clyybber
2021-06-28
1
-5
/
+8
*
fixes #18319 (#18375)
Andreas Rumpf
2021-06-28
1
-2
/
+12
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
10
-24
/
+32
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
4
-23
/
+33
*
fixes #18240 (#18354)
Andreas Rumpf
2021-06-25
1
-12
/
+25
*
fixes #18287 (#18346)
Andreas Rumpf
2021-06-25
1
-24
/
+24
*
fixes #18320 (#18343)
Andreas Rumpf
2021-06-24
2
-4
/
+6
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
3
-2
/
+9
*
fix #18334: handle path with spaces on windows during bootstrap (#18337)
Timothee Cour
2021-06-24
1
-12
/
+15
*
fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)
Timothee Cour
2021-06-24
1
-4
/
+6
*
fixes #18326 (#18335)
Andreas Rumpf
2021-06-23
1
-2
/
+2
*
fix #18327 (#18328)
flywind
2021-06-22
1
-1
/
+1
*
fix #18310 system.== in vm for NimNode (#18313)
Timothee Cour
2021-06-21
1
-5
/
+6
*
followup #17852, disallow all:on for now (#18311)
Timothee Cour
2021-06-20
1
-0
/
+2
*
validate rst field for :number-lines:, :status: (#18304)
Andrey Makarov
2021-06-20
2
-0
/
+3
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
2
-31
/
+30
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
1
-2
/
+3
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
5
-88
/
+166
*
make privateAccess work with generic types and generic instantiations; fix a ...
Timothee Cour
2021-06-19
2
-4
/
+26
*
refs #18278: do not gag fatal msgs (#18290)
Timothee Cour
2021-06-18
4
-12
/
+21
*
add more APIs to compiler/debugutils; re-export it (#18243)
Timothee Cour
2021-06-18
3
-0
/
+47
*
Renamed `-d:nimCompilerStackraceHints` to `-d:nimCompilerStacktraceHints`. (#...
Timothee Cour
2021-06-17
3
-6
/
+6
*
followup #16400; use use -d:nimCompilerStackraceHints in more places (#18282)
Timothee Cour
2021-06-16
1
-0
/
+5
*
Fix doubly typed forward declarations (#18279)
Clyybber
2021-06-16
1
-1
/
+6
*
Don't report unused hints for consumed AST (#18270)
Clyybber
2021-06-16
1
-1
/
+3
*
add test case for pure enum redefinition error within enum (fixed in recent P...
Timothee Cour
2021-06-15
2
-4
/
+6
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
3
-24
/
+21
*
fixes #18235 - proc annotation type macro sym leak (#18249)
Saem Ghani
2021-06-14
2
-9
/
+26
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
5
-44
/
+60
*
followup #17777: declaredloc field error msgs now work with generics (#18259)
Timothee Cour
2021-06-14
2
-2
/
+8
*
getType now works with tyInferred (arising from concepts); refs #18220 (#18241)
Timothee Cour
2021-06-12
1
-1
/
+1
*
use more meaningful name than "workaround14447" (#18237)
Miran
2021-06-11
1
-1
/
+1
*
handle tyUserTypeClassInst in addDeclaredLoc (#18236)
Timothee Cour
2021-06-11
1
-1
/
+1
*
fixes #15884 (#18230)
Andreas Rumpf
2021-06-10
5
-3
/
+18
*
view types: spec changes (#18226)
Andreas Rumpf
2021-06-10
1
-2
/
+3
*
make strict funcs analysis smarter (#18219)
Andreas Rumpf
2021-06-09
1
-36
/
+51
*
make changeDetectedViaJsonBuildInstructions warning less verbose when json fi...
Timothee Cour
2021-06-06
1
-1
/
+1
*
real bugfix for #17170 (#18171)
Andreas Rumpf
2021-06-04
2
-4
/
+8
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
3
-189
/
+82
*
fixes #18112 (#18165)
Andreas Rumpf
2021-06-03
1
-2
/
+4
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
3
-8
/
+7
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
1
-1
/
+5
[next]