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
*
Warn when casting to a larger type (#20103)
konsumlamm
2022-07-28
1
-0
/
+2
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
1
-0
/
+2
*
RST: improve simple tables (#19859)
Andrey Makarov
2022-06-04
1
-0
/
+2
*
fix broken CI (#19472)
flywind
2022-01-31
1
-0
/
+2
*
docgen: implement doc link resolution in current module (#18642)
Andrey Makarov
2021-10-28
1
-0
/
+2
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-0
/
+2
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
1
-0
/
+2
*
mitigates #12815 (#18557)
Andreas Rumpf
2021-07-22
1
-0
/
+2
*
fixes #12815 (#18554)
Andreas Rumpf
2021-07-22
1
-1
/
+3
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
1
-0
/
+2
*
undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...
Andreas Rumpf
2021-07-21
1
-0
/
+2
*
rst: add missing line/column info for some warnings (#18383)
Andrey Makarov
2021-07-20
1
-22
/
+27
*
improvements to hint:processing: show import stack, distinguish nims, show in...
Timothee Cour
2021-06-30
1
-2
/
+3
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-3
/
+3
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
1
-0
/
+2
*
validate rst field for :number-lines:, :status: (#18304)
Andrey Makarov
2021-06-20
1
-0
/
+2
*
refs #18278: do not gag fatal msgs (#18290)
Timothee Cour
2021-06-18
1
-5
/
+8
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-4
/
+3
*
Error message minor (#18021)
Juan Carlos
2021-05-22
1
-1
/
+1
*
Disable performance hints by default (verbosity 1) (#18024)
Clyybber
2021-05-16
1
-1
/
+1
*
feature: the compiler can warn when you use the implicit 'result' variable (#...
Andreas Rumpf
2021-05-10
1
-1
/
+3
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
1
-3
/
+5
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-2
/
+7
*
stricter checks for RST headlines (#17089)
Andrey Makarov
2021-02-20
1
-3
/
+6
*
RST: implement footnotes and citations (#16960)
Andrey Makarov
2021-02-15
1
-0
/
+2
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
1
-0
/
+1
*
Nil type check implementation (#15287)
Alexander Ivanov
2020-12-29
1
-1
/
+2
*
rst: add support for markdown tables (#15854)
Miran
2020-11-10
1
-14
/
+16
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-72
/
+34
*
add --declaredlocs (#15666)
Timothee Cour
2020-10-21
1
-2
/
+4
*
disable 'observable stores' warning message for 1.4 (#15507)
Andreas Rumpf
2020-10-07
1
-1
/
+1
*
New hint for unused exceptions in .raises (#15492)
IDF
2020-10-06
1
-1
/
+3
*
VM profiler (#14833)
Ico Doornekamp
2020-07-09
1
-1
/
+4
*
Make unreachable code a warning instead of an error (#14816)
Clyybber
2020-06-29
1
-2
/
+4
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...
Andreas Rumpf
2020-05-30
1
-2
/
+6
*
make it easier to figure out how to debug issues (#14477)
Timothee Cour
2020-05-28
1
-1
/
+11
*
no more code duplication bw liMessage and rawMessage + several bug fixes (#14...
Timothee Cour
2020-05-22
1
-0
/
+6
*
change the [Processing] messages into dots (#14418)
Andreas Rumpf
2020-05-21
1
-1
/
+1
*
no more guessing where compiler msgs came from (#14317)
Timothee Cour
2020-05-13
1
-3
/
+5
*
fix #14314 do not analyze importc procs for effects (#14319)
Timothee Cour
2020-05-12
1
-2
/
+2
*
Make unreachable else in case statements a warning instead of an error (#14190)
Clyybber
2020-05-02
1
-2
/
+3
*
fixes #14052 [backport:1.2] (#14055)
Andreas Rumpf
2020-04-21
1
-1
/
+2
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-0
/
+6
*
Turn the warning for uninitialized (result) variables into errors
Zahary Karadjov
2020-04-01
1
-0
/
+2
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
1
-1
/
+1
*
fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...
Timothee Cour
2020-03-19
1
-1
/
+1
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
1
-2
/
+5
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-2
/
+5
*
`koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)
Timothee Cour
2020-03-11
1
-1
/
+1
[next]