summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/List.hs
Commit message (Expand)AuthorAgeFilesLines
* base: Reintroduce fusion for scanrwip/T16943TDecki2019-08-181-0/+45
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-071-18/+0
* 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-29/+30
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* base: Allow fusion for zip7 and relatedAlexandre2019-02-241-0/+4
* Add comments about how zip fusionSimon Peyton Jones2019-02-201-26/+61
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-181-10/+16
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-131-3/+9
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-071-6/+8
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-061-0/+51
* Unhide GHC.List for haddockSimon Jakobi2018-08-061-1/+0
* Link to iterate' doesn't work.David Sanders2018-07-121-2/+2
* base: Improve zip documentationTaylor Fausak2018-05-291-1/+8
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-191-6/+9
* Add strict variant of iterateBen Gamari2017-08-251-2/+28
* Revert "Add strict variant of iterate"Ben Gamari2017-08-191-24/+1
* Add strict variant of iterateBen Gamari2017-08-181-1/+24
* Prefer #if defined to #ifdefBen Gamari2017-04-281-14/+14
* Comments onlySimon Peyton Jones2017-03-101-4/+1
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-101-10/+32
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-2/+2
* Remove obsolete comment about the implementation of foldlJoachim Breitner2016-04-081-4/+0
* Allow CallStacks to be frozenEric Seidel2015-12-231-5/+5
* Further simplify the story around minimum/maximumwip/D1229Joachim Breitner2015-09-071-25/+9
* SPECIALIZE strictMinimum for Int and IntegerJoachim Breitner2015-09-071-0/+4
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-031-3/+5
* Make sure GHC.List.last is memory-efficientJoachim Breitner2015-04-241-2/+9
* Revert zipWith strictification (re #9949)David Feuer2015-01-231-33/+24
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+1014