summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Update changelog.Philip Hazelden2022-04-091-0/+3
* Add tests for several trace functions.Philip Hazelden2022-04-094-0/+27
* Add functions traceWith, traceShowWith, traceEventWith.Philip Hazelden2022-04-091-0/+35
* Bump deepseq to 1.4.7.0Matthew Pickering2022-04-091-0/+0
* Merge remote-tracking branch 'origin/master'Ben Gamari2022-04-086-13/+13
|\
| * Fixes to 9.4 release notesKrzysztof Gogolewski2022-04-081-1/+1
| * Rename [] to List (#21294)Vladislav Zavialov2022-04-073-9/+10
| * Remove Fun pattern from Typeable COMPLETE setsheaf2022-04-072-3/+2
| |
| \
*-. \ Merge branches 'wip/windows-high-codegen', 'wip/windows-high-linker', 'wip/wi...Ben Gamari2022-04-079-7/+26
|\ \ \ | |_|/ |/| |
| | * rts: Adjust RTS symbol table on Windows for ucrtBen Gamari2022-04-071-1/+1
| | * configure: Make environ decl check more robustBen Gamari2022-04-073-2/+20
| | * Bump text submoduleBen Gamari2022-04-061-0/+0
| | * Bump bytestring submoduleBen Gamari2022-04-061-0/+0
| | * Bump process submoduleBen Gamari2022-04-061-0/+0
| | * Bump Cabal submoduleBen Gamari2022-04-061-0/+0
| |/ |/|
| * Move msvcrt dep out of baseBen Gamari2022-04-061-3/+1
| * rts/PEi386: Rework linkerBen Gamari2022-04-061-2/+5
|/
* Bump text submodule to current `master`Ben Gamari2022-04-061-0/+0
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-015-8/+22
* Change may not to might notMaxHearnden2022-04-011-1/+1
* Export MutableByteArray from Data.Array.ByteAndreas Klebinger2022-04-011-2/+22
* Remove wrong claim about naturality law.gershomb2022-04-011-4/+1
* Add instance Lift ByteArrayBodigrim2022-03-252-1/+58
* Add the OPAQUE pragmaChristiaan Baaij2022-03-253-0/+6
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-235-1/+6
* List GHC.Event.Internal in base.cabal on Windowssheaf2022-03-191-13/+7
* TH: Fix pretty printing of newtypes with operators and GADT syntax (#20868)Zubin Duggal2022-03-191-20/+9
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-158-6/+12
* ghc-bignum: Tweak integerOrSimon Jakobi2022-03-111-2/+2
* Improve clearBit and complementBit for NaturalSimon Jakobi2022-03-114-8/+46
* gitlab-ci: Use the linters image in hlint jobBen Gamari2022-03-112-4/+3
* Bump submodules: containers, exceptionsVladislav Zavialov2022-03-102-0/+0
* Improve setBit for NaturalSimon Jakobi2022-03-074-0/+14
* Fix gen_contents_index logic for hadrian bindistMatthew Pickering2022-03-071-1/+12
* remove MonadFail instances of STArtem Pelenitsyn2022-03-053-9/+5
* base: Mark GHC.Bits not-home for haddockSimon Jakobi2022-03-041-0/+2
* docs: Add note to unsafeCoerce function that you might want to use coerce [sk...Matthew Pickering2022-03-031-0/+4
* Use Word64# primops in Word64 Num instanceSylvain Henry2022-03-031-3/+3
* base: Remove default method from bitraversableMatthew Pickering2022-03-021-1/+0
* Improve out-of-order inferred type variablessheaf2022-03-021-10/+14
* template-haskell: fix docstring for BytesTeo Camarasu2022-02-281-0/+1
* template-haskell: fix typo in docstring for OverlapTeo Camarasu2022-02-281-1/+1
* Fix some hlint issues in ghc-heapSven Tennie2022-02-282-7/+4
* Make modules in base stable.Hécate Moonlight2022-02-2863-63/+63
* Add Monoid a => Monoid (STM a) instanceOleg Grenrus2022-02-281-0/+8
* base: Improve documentation of `throwIO` (#19854)Sebastian Graf2022-02-251-4/+22
* template-haskell: Fix two prettyprinter issuesMario Blažević2022-02-251-8/+41
* Suggestions due to hlintMatthew Pickering2022-02-244-7/+3
* Move linters into the treeMatthew Pickering2022-02-241-1/+1
* TH: fix pretty printing of GADTs with multiple constuctors (#20842)Zubin Duggal2022-02-241-1/+1