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
/
lib
/
pure
/
algorithm.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #14079 [backport:1.2] (#14163)
Andreas Rumpf
2020-04-29
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-10
/
+10
*
[backport] fix #13352
narimiran
2020-02-07
1
-1
/
+3
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-5
/
+3
*
[backport] run nimpretty on numbers stuff
narimiran
2019-09-30
1
-40
/
+49
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-14
/
+14
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-3
/
+2
*
Comment on isSorted complexity. (#10686) [ci skip]
Federico Ceratto
2019-02-16
1
-1
/
+1
*
better docs: algorithm (#10372)
Thomas T. Jarløv
2019-01-24
1
-92
/
+347
*
8684 add shortcut sort procs (#9174)
Konstantin Molchanov
2018-10-11
1
-22
/
+9
*
better docs for `algorithm` module (#9192)
Miran
2018-10-09
1
-58
/
+103
*
Fix typo in an algorithm runnableExamples (#9260)
Kaushal Modi
2018-10-09
1
-1
/
+1
*
Add algorithm.[sort,sorted,isSorted] overloads using 'system.cmp'. (#8778)
pqflx3
2018-10-09
1
-7
/
+31
*
Add algorithm.upperBound (#7851)
Dmitry Atamanov
2018-05-29
1
-4
/
+39
*
Fixes binarySearch's bug
data-man
2018-05-23
1
-2
/
+2
*
binarySearch became even better
data-man
2018-05-23
1
-6
/
+10
*
Faster binarySearch
data-man
2018-05-23
1
-0
/
+6
*
binarySearch improvements (#7850)
Dmitry Atamanov
2018-05-20
1
-14
/
+36
*
keep algorithm.nim warning free
Araq
2018-05-18
1
-6
/
+6
*
Merge branch 'devel' into araq-parser-fixes
Andreas Rumpf
2018-05-06
1
-20
/
+42
|
\
|
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-3
/
+0
|
*
test binarySearch, fix for search in empty. (#7769)
Arne Döring
2018-05-04
1
-3
/
+24
|
*
Deprecate smart binary search (#7745)
Arne Döring
2018-05-03
1
-15
/
+19
*
|
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-1
/
+1
|
/
*
Fix algorithm.fill for empty input
Oscar Nihlgård
2018-04-04
1
-3
/
+11
*
Move algorithm tests away from koch
Oscar Nihlgård
2018-04-04
1
-0
/
+13
*
More flexible lowerBound interface (#7344)
Yuriy Glukhov
2018-03-16
1
-1
/
+1
*
algorithm.nim: change formatting to Nim's defaults
Araq
2018-03-05
1
-4
/
+4
*
fixes #6631
Andreas Rumpf
2017-10-30
1
-2
/
+2
*
updated algorithm.rotateLeft implementation
Andreas Rumpf
2017-10-30
1
-2
/
+2
*
use doAssert in rotateLeft example
Arne Döring
2017-08-17
1
-1
/
+1
*
fix for feedback on PR
Arne Döring
2017-08-14
1
-9
/
+11
*
allow a negative distance argument. Improved documentation.
Arne Döring
2017-07-27
1
-8
/
+22
*
changed rotate to rotateLeft with slice api
Arne Döring
2017-07-27
1
-45
/
+41
*
fixes for feedback
Arne Döring
2017-07-27
1
-13
/
+14
*
added rotate in algorithm
Arne Döring
2017-07-27
1
-1
/
+111
*
fixes #5625
Andreas Rumpf
2017-03-29
1
-7
/
+9
*
Fix reverse on empty openArray (#5407)
fenekku
2017-02-17
1
-1
/
+1
*
algorithm: sort: fix link in documentation
Simon Ruderich
2016-09-15
1
-1
/
+1
*
Removed the use of .gensym pragma inside stdlib templates
Ruslan Mustakov
2016-08-23
1
-1
/
+1
*
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
Fixed algorithm.reversed to work for empty seq's.
Reimer Behrends
2015-08-14
1
-1
/
+2
*
Updated some example code in algorithm
apense
2015-07-05
1
-7
/
+7
*
Add tests for algorithm.reversed
takaomag
2015-07-02
1
-0
/
+6
*
Fix algorithm.reversed to accept non-zero 'first' arg
takaomag
2015-07-02
1
-5
/
+5
*
preparations for more Nimble packages; clear licensing; fixes #2949
Araq
2015-06-20
1
-1
/
+1
*
Added documentation
apense
2015-06-18
1
-0
/
+3
*
Removed redundant check
apense
2015-06-18
1
-2
/
+0
*
Fixed silly continue
apense
2015-06-17
1
-5
/
+2
[next]