summaryrefslogtreecommitdiff
path: root/libraries/base/Data/OldList.hs
Commit message (Expand)AuthorAgeFilesLines
* base: Fix since-annotation for Data.List.singletonSimon Jakobi2021-02-061-1/+1
* Fix a leak in `transpose`Hécate2020-11-011-6/+44
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Add singleton to Data.OldListOleg Grenrus2020-02-111-0/+11
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-05-031-2/+2
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-171-28/+28
* Fix typo [skip ci]Alexandre Esteves2019-03-211-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* base: Allow fusion for zip7 and relatedAlexandre2019-02-241-0/+28
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-181-6/+6
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-131-13/+17
* Fix broken link in comment (#16010)Sven Tennie2018-12-131-1/+1
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-061-0/+142
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-211-1/+3
* Add strict variant of iterateBen Gamari2017-08-251-0/+1
* Revert "Add strict variant of iterate"Ben Gamari2017-08-191-1/+0
* Add strict variant of iterateBen Gamari2017-08-181-0/+1
* Convert examples to doctests, and add a handful of new onesDavid Luposchainsky2017-08-061-35/+157
* Prefer #if defined to #ifdefBen Gamari2017-04-281-5/+5
* Fix space leak in sortByGregory2017-04-171-3/+6
* Library docs: Document the order for sort and sortOn.Alexander Kjeldaas2017-02-091-0/+6
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-101-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-4/+4
* Improve documentation of Data.List.lines:Eric Mertens2015-11-111-0/+14
* Docs: `sortOn = sortBy (comparing f)` [skip ci]Thomas Miedema2015-07-161-1/+1
* Extend the docs for Data.List.transposeJoachim Breitner2015-03-021-0/+4
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* Export scanl' from Data.OldList and Data.ListDavid Feuer2014-11-201-0/+1
* Make unwords and words fuse somewhatDavid Feuer2014-11-131-4/+43
* Preserve argument order to (==)/eq in nub and nubByThomas Miedema2014-11-071-12/+5
* Use oneShot in the definition of foldl etc.Joachim Breitner2014-11-021-2/+4
* base: Refactor/clean-up *List modulesDavid Feuer2014-10-281-72/+0
* Improve performance of isSuffixOf (#9676)David Feuer2014-10-271-4/+27
* Make findIndices fuseDavid Feuer2014-10-211-6/+6
* Make tails a good producer (#9670)David Feuer2014-10-161-3/+6
* Make Data.List.Inits fastDavid Feuer2014-10-161-3/+57
* Make mapAccumL a good consumerDavid Feuer2014-10-011-0/+17
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-0/+1115