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
/
ropes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-4
/
+4
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-3
/
+3
*
simple micro-optimizations of ropes' runtime-formatting (#21962)
heterodoxic
2023-05-30
1
-8
/
+5
*
Fix "imported but not used" warnings (#20575)
Andrey Makarov
2022-10-16
1
-2
/
+0
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-185
/
+13
*
fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" ...
ringabout
2022-09-19
1
-2
/
+6
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
remove `when declared(cache)`; cache is always there (#19991)
flywind
2022-07-10
1
-9
/
+6
*
cache rope when threads are enabled (#19981)
flywind
2022-07-07
1
-6
/
+5
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Fix #18662 (#19534)
Evan Typanski
2022-02-28
1
-7
/
+0
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-19
/
+17
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-2
/
+2
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-2
/
+5
*
fixes a critical GC safety inference bug (#10615)
Andreas Rumpf
2019-03-05
1
-11
/
+15
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-5
/
+7
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-18
/
+8
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-4
/
+2
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-7
/
+2
*
compiler/ropes.nim has no global error handler anymore
Andreas Rumpf
2018-05-17
1
-17
/
+9
*
fixes #7730, fixes #7746
Araq
2018-05-02
1
-2
/
+2
*
the compiler does not rely on the zero terminator anymore
Andreas Rumpf
2018-04-29
1
-1
/
+1
*
improve the debugging experience when line directives are used
Zahary Karadjov
2017-09-04
1
-0
/
+1
*
fixes #4656; ropes.nim checks properly for file equality
Andreas Rumpf
2016-08-26
1
-1
/
+6
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-1
/
+1
*
compiler_ropes: more lib_ropes porting
Jacek Sieka
2015-04-08
1
-67
/
+62
*
Get rid of deprecation warnings
def
2015-04-07
1
-32
/
+5
*
ropes: remove more unnecessary checks
Jacek Sieka
2015-04-03
1
-2
/
+2
*
compiler_ropes: remove unnecessary length check
Jacek Sieka
2015-04-03
1
-1
/
+1
*
compiler_ropes: deprecate old function names
Jacek Sieka
2015-04-01
1
-16
/
+15
*
compiler_ropes: TRope -> RopeObj, PRope* -> Rope*
Jacek Sieka
2015-04-01
1
-50
/
+56
*
compiler_ropes: toRope -> rope
Jacek Sieka
2015-04-01
1
-11
/
+17
*
ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in l...
Jacek Sieka
2015-04-01
1
-1
/
+15
*
compiler_ropes: ropef -> %, appf -> addf
Jacek Sieka
2015-04-01
1
-19
/
+21
*
compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component length
Jacek Sieka
2015-04-01
1
-56
/
+38
*
compiler_ropes: add `&` and add
Jacek Sieka
2015-04-01
1
-24
/
+37
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-2
/
+1
*
compiler_ropes: don't expose newRope
Jacek Sieka
2015-04-01
1
-1
/
+1
*
compiler_ropes: ropeLen -> len
Jacek Sieka
2015-04-01
1
-2
/
+1
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
1
-61
/
+61
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
renamefest
Araq
2014-08-23
1
-5
/
+5
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-7
/
+10
|
\
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-7
/
+10
*
|
case consistency: next steps
Araq
2013-12-29
1
-4
/
+4
*
|
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
*
|
case consistency part 1
Araq
2013-12-27
1
-13
/
+13
|
/
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
adds an option to interleave the generated code with snippets from the origin...
Zahary Karadjov
2012-12-02
1
-8
/
+16
[next]