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
/
msgs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #23624 "nim check crash" (#23625)
Juan M Gómez
2024-09-16
1
-1
/
+1
*
special handlings for nimble packages to shorten function names (#23891)
ringabout
2024-08-11
1
-25
/
+0
*
improve mangling packages version names with checksums (#23888)
ringabout
2024-07-24
1
-2
/
+2
*
* fix for the debug line info code generation (#23488)
Nikolay Nikolov
2024-04-22
1
-4
/
+7
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-2
/
+2
*
fix: use `ErrorColor` for hints marked as errors (#23430)
Igor Sirotin
2024-03-21
1
-1
/
+2
*
Fixes #23337; When NimScript errors prevents NimSuggest from Init (#23338)
Juan M Gómez
2024-02-22
1
-1
/
+5
*
* fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...
Nikolay Nikolov
2024-02-20
1
-1
/
+2
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-8
/
+6
*
Fix using `--stdout` with `jsondoc` (#22925)
Jake Leahy
2023-11-09
1
-0
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+5
*
Tolerate markup errors for doc comments (#19607) (#22235)
Andrey Makarov
2023-07-07
1
-2
/
+4
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-2
/
+2
*
Use `ErrorColor` when a warning that is turned into an error is raised (#21131)
Jake Leahy
2022-12-22
1
-1
/
+2
*
Implement setLineInfo (#21153)
Peter Munch-Ellingsen
2022-12-22
1
-0
/
+7
*
remove compiler/strutils2.nim (#20748)
Bung
2022-11-05
1
-7
/
+7
*
Make rstgen work with gcsafe (#20534)
ringabout
2022-10-10
1
-1
/
+1
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-7
/
+7
*
remove `shallow` usages for ORC (#20109)
ringabout
2022-08-23
1
-1
/
+2
*
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...
ringabout
2022-08-19
1
-7
/
+5
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
1
-2
/
+9
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-2
/
+2
*
rename gc to mm (#19971)
flywind
2022-07-05
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
[wip]better hint message for JS (#18704)
flywind
2021-08-18
1
-10
/
+21
*
added missing .inline for toCChar
Araq
2021-07-26
1
-1
/
+1
*
followup #18252: show special flags -d:danger, -d:release when given (#18451)
Timothee Cour
2021-07-08
1
-0
/
+4
*
refs #18278: do not gag fatal msgs (#18290)
Timothee Cour
2021-06-18
1
-4
/
+11
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-4
/
+39
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
1
-8
/
+4
*
add astmsgs; add `declared in` msg for usage lint errors (#17961)
Timothee Cour
2021-05-08
1
-2
/
+2
*
fix #17853 (ascii message separator broke json nim dump) (#17887)
Timothee Cour
2021-04-29
1
-0
/
+1
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-1
/
+1
*
Revert localErrorNode param order changes (#17809)
Clyybber
2021-04-21
1
-3
/
+0
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
1
-15
/
+9
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
1
-4
/
+1
*
unit separator (#17730)
Andreas Rumpf
2021-04-20
1
-26
/
+35
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
1
-0
/
+3
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
1
-1
/
+2
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-1
/
+3
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
1
-3
/
+3
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-0
/
+26
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-0
/
+3
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-1
/
+1
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-2
/
+6
*
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...
Timothee Cour
2020-12-30
1
-5
/
+7
*
fix `nim secret` dots interfering with prompt (#16491)
Timothee Cour
2020-12-28
1
-2
/
+2
*
fix #16334 (#16335)
RSDuck
2020-12-14
1
-5
/
+9
*
fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...
Timothee Cour
2020-12-14
1
-3
/
+5
*
remove unused and misleading FilenameOption.foShort (#15982)
Timothee Cour
2020-11-16
1
-2
/
+0
[next]