ringabout
|
9b378296f6
fixes addr/hiddenAddr in strictdefs (#23477)
|
10 months ago |
ringabout
|
519d976f62
compute checksum of nim files early in the pipelines (#23268)
|
1 year ago |
Jake Leahy
|
06b9e603bc
Show error when trying to run in folder that doesn't exist instead of assertion (#23242)
|
1 year ago |
Jacek Sieka
|
e1a0ff1b8a
lexer cleanups (#23037)
|
1 year ago |
Andreas Rumpf
|
02be027e9b
IC: progress and refactorings (#22961)
|
1 year ago |
Andreas Rumpf
|
801c02bf48
so close... (#22885)
|
1 year ago |
Andreas Rumpf
|
10c3ab6269
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22822)
|
1 year ago |
Andreas Rumpf
|
816589b667
NIR: Nim intermediate representation (#22777)
|
1 year ago |
ringabout
|
7be2e2bef5
replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436)
|
1 year ago |
ringabout
|
93ced31353
use strictdefs for compiler (#22365)
|
1 year ago |
Juan Carlos
|
b2d7761975
Remove Deprecated Nimfix (#22062)
|
1 year ago |
ringabout
|
afc30ca879
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
|
1 year ago |
ghost
|
8e9fc5e639
a better message if graphviz's dot/nodejs is not found in PATH (#21488)
|
1 year ago |
ringabout
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
1 year ago |
Jaremy Creechley
|
5658e8e5c5
Add `--genCDeps` for better integration with CMake (#20950)
|
2 years ago |
ringabout
|
5602183234
'lock levels' are deprecated, now a noop (#20539)
|
2 years ago |
ringabout
|
557d79e7a2
fixes #9462; jsondoc --index can generate a theindex.json (#20205)
|
2 years ago |
Andrey Makarov
|
417b90a7e5
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
|
2 years ago |
flywind
|
a77ffdb7ea
fix #17286 nim check -b:js works (#19704)
|
2 years ago |
flywind
|
7c3c61f2f1
fix nim check nimscript [backport: 1.6] (#19444)
|
2 years ago |
flywind
|
7f6e800caf
move assertions out of system (#19599)
|
2 years ago |
Andrey Makarov
|
8c7ee96457
rst: add missing line/column info for some warnings (#18383)
|
3 years ago |
Andrey Makarov
|
590d457631
docgen: move to shared RST state (fix #16990) (#18256)
|
3 years ago |
Timothee Cour
|
e1e8af535e
merge BuildMode into SuccessX, remove code duplication w drnim, add useful info to successx, add gc to compilesettings (#18252)
|
3 years ago |
Andreas Rumpf
|
df429fa287
config system: special case -d:release and -d:danger [backport:1.4] (#18051)
|
3 years ago |
Andrey Makarov
|
97970d9dcc
`doc2tex`: generate docs to Latex (#17997)
|
3 years ago |
Timothee Cour
|
87229e272e
fix #17853 (ascii message separator broke json nim dump) (#17887)
|
3 years ago |
c-blake
|
601c050fcb
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
|
3 years ago |
Timothee Cour
|
ffe4328b35
`--usenimcache` (implied by `nim r main`) now caches some compile options to avoid recompiling when project was previously compiled with such options. (#17829)
|
3 years ago |
Timothee Cour
|
da1c1a7117
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (replaces `--listfullpaths:on|off`) (#17746)
|
3 years ago |