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
/
renderer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
render float128 literals (#24182)
metagn
2024-09-27
1
-0
/
+5
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-1
/
+3
*
fix spurious indent and newlines in rendering of nkRecList (#23121)
metagn
2023-12-24
1
-3
/
+2
*
retain postfix node in type section typed AST, with docgen fix (#23101)
metagn
2023-12-23
1
-7
/
+18
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-1
/
+1
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
1
-4
/
+2
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
fixes #8893; guard against array access in renderer (#22807)
ringabout
2023-10-09
1
-1
/
+1
*
renderIr should print the actual return assign node (#22682)
ringabout
2023-09-10
1
-2
/
+2
*
don't render underscore identifiers with id (#22538)
metagn
2023-08-23
1
-3
/
+5
*
refactors initSrcGen and initTokRender into returning objects (#22421)
ringabout
2023-08-09
1
-53
/
+31
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-17
/
+29
*
`infixArgument` fail in `renderer.nim` sometimes (#22264)
Ryan McConnell
2023-07-20
1
-1
/
+5
*
Fix non-toplevel fields in objects not getting rendered (#22266)
Jake Leahy
2023-07-16
1
-24
/
+71
*
fix dot calls with resolved symbols in templates (#22076)
metagn
2023-06-12
1
-0
/
+1
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-7
/
+1
*
fixes #21483; fixes nim doc skips documentation of annotated elements of obje...
ringabout
2023-04-29
1
-1
/
+1
*
fixes #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
1
-5
/
+8
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-4
/
+3
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
1
-1
/
+3
*
Docs expand `using` parameters (#21076)
Jake Leahy
2022-12-12
1
-4
/
+29
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
1
-1
/
+5
*
render post expr blocks better (#20871)
metagn
2022-11-22
1
-23
/
+42
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+6
*
fixes #20524; add forbids pragmas to hideable lists (#20525)
ringabout
2022-10-09
1
-1
/
+1
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
1
-3
/
+9
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-3
/
+3
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
fix NimNode comment repr() regression [backport: 1.2] (#19726)
flywind
2022-04-25
1
-0
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...
flywind
2021-09-25
1
-2
/
+2
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-12
/
+0
*
nim doc now correctly renders deprecated pragmas for routines and types (#18515)
Timothee Cour
2021-07-19
1
-2
/
+2
*
fixes #15884 (#18230)
Andreas Rumpf
2021-06-10
1
-0
/
+2
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-4
/
+1
*
refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...
Timothee Cour
2021-04-16
1
-1
/
+7
*
make repr handle setters `foo=` (#17683)
Timothee Cour
2021-04-09
1
-5
/
+8
*
ast: add getPIdent (#17684)
Timothee Cour
2021-04-09
1
-11
/
+9
*
fix #14850: `repr` now correctly renders `do` (#17623)
Timothee Cour
2021-04-03
1
-7
/
+13
*
repr: fix rendering of `'big`, `=destroy` etc (#17624)
Timothee Cour
2021-04-03
1
-3
/
+19
*
docgen: render pragmas by default except for a select list (and fix #9074) (#...
Timothee Cour
2021-04-01
1
-1
/
+21
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
1
-1
/
+1
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-0
/
+4
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-4
/
+14
*
refs #17292 fix `repr` with `do:` (#17449)
Timothee Cour
2021-03-23
1
-3
/
+10
*
Fix #14325 (#17308)
Clyybber
2021-03-11
1
-2
/
+2
*
fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)
Timothee Cour
2021-03-09
1
-1
/
+1
*
Use nicer escape sequences in renderer.nim (#17239)
Clyybber
2021-03-02
1
-11
/
+11
*
ARC Analysis in one pass v3 (#17068)
Clyybber
2021-02-17
1
-9
/
+9
*
Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)
Clyybber
2021-02-15
1
-9
/
+9
[next]