summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify laws of TestEqualityJohn Ericson2022-02-241-2/+16
* NCG: inline some 64-bit primops on x86/32-bit (#5444)Sylvain Henry2022-02-231-2/+0
* Kill derived constraintsRichard Eisenberg2022-02-231-3/+4
* Reinstallable GHCZubin Duggal2022-02-213-5/+128
* Bump time submodule to 1.12.1Ben Gamari2022-02-203-0/+0
* Generically: remove redundant Semigroup constraintsheaf2022-02-201-1/+1
* (#21044) Documented arithmetic functions in base.nikshalark2022-02-134-4/+264
* Fix documentation about Word64Rep/Int64Rep (#16964)Sylvain Henry2022-02-111-2/+2
* Add metadata to integer-gmp.cabalMorrow2022-02-101-0/+8
* Bump Cabal submoduleBen Gamari2022-02-101-0/+0
* ghc-boot: Simplify writePackageDb permissions handlingDaniel Gröber2022-02-101-23/+16
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-092-6/+14
* Document that reifyRoles includes kind parametersRichard Eisenberg2022-02-081-1/+13
* Fix some notesMatthew Pickering2022-02-082-3/+3
* Purge DynFlags from GHC.StgJohn Ericson2022-02-061-7/+7
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-045-2/+10
* Fix @since annotation on NatMorrow2022-02-021-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-0140-80/+69
* Use braces in TH LambdaCase and where clausesElton2022-02-011-3/+13
* Use braces in TH case pprint (fixes #20893)Elton2022-02-011-1/+1
* Rip out remaining SPARC supportBen Gamari2022-01-291-4/+0