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
/
reorder.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #24053; fixes #18288; relax reorder with push/pop pragmas restrictions;...
ringabout
2024-09-06
1
-11
/
+15
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
follow up #22549 (#22551)
ringabout
2023-08-25
1
-0
/
+1
*
modernize compiler/reorder, which exposes yet another strictdefs bug (#22415)
ringabout
2023-08-08
1
-13
/
+8
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+7
*
fixes pragmas reorder (#21205)
ringabout
2023-01-01
1
-0
/
+1
*
Fix compiler build with -d:nimDebugReorder (#20888)
Kyle Coffey
2022-11-22
1
-12
/
+15
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
ast: add getPIdent (#17684)
Timothee Cour
2021-04-09
1
-5
/
+2
*
potential fix for semgeneric formal params (#17494)
Saem Ghani
2021-03-24
1
-0
/
+1
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-0
/
+1
*
Fix Typos (#17194)
Juan Carlos
2021-02-27
1
-1
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-25
/
+2
*
reorder.nim: fixed typos
Araq
2020-06-12
1
-3
/
+3
*
reorder.nim: fixes the indentation
Araq
2020-06-06
1
-41
/
+40
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-15
/
+15
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
[refactor] compiler/[msgs, reorder, semstmts]: use toMsgFilename where approp...
alaviss
2019-06-26
1
-1
/
+1
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
fix typo in codeReordering error msg (#10667)
Timothee Cour
2019-02-14
1
-1
/
+1
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-1
/
+1
*
fixes #9281
Araq
2018-10-11
1
-1
/
+1
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-10
/
+8
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-13
/
+13
*
refactoring: fewer global variables
Andreas Rumpf
2018-05-27
1
-12
/
+12
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-2
/
+3
*
big refactoring: mores stuff compiles
Andreas Rumpf
2018-05-10
1
-6
/
+7
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-4
/
+4
*
compiler: remove unnecessary FileIndex type conversions
Andreas Rumpf
2018-04-24
1
-1
/
+1
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-10
/
+10
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
Add sections (type, var, let, const, using) support for reorder pragma (#6326)
BigEpsilon
2017-10-28
1
-43
/
+385
*
fixes #6306
Andreas Rumpf
2017-09-01
1
-1
/
+1
*
reorder pass: consider the 'using' statement; disabled debug output
Andreas Rumpf
2017-08-11
1
-2
/
+2
*
implemented reordering pass
Andreas Rumpf
2017-07-25
1
-0
/
+102