summaryrefslogtreecommitdiff
path: root/libraries/base/GHC
Commit message (Expand)AuthorAgeFilesLines
* Make globals use sharedCAFMoritz Angermann2016-11-291-1/+1
* Allow to unregister threadWaitReadSTM action.Alexander Vershilov2016-11-221-6/+6
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+0
* Escape lambda.Vaibhav Sagar2016-10-091-1/+1
* Fix memory leak from #12664Bartosz Nitka2016-10-071-0/+18
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-243-14/+14
* Add hs_try_putmvar()Simon Marlow2016-09-122-0/+16
* Add Read1/Read2 methods defined in terms of ReadPrecRyan Scott2016-08-311-0/+25
* Replace an unsafeCoerce with coerceRyan Scott2016-08-041-1/+1
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-271-0/+2
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-171-1/+7
* GHC.Stack.CCS: Fix typo in HaddocksBen Gamari2016-07-081-1/+1
* Enum: Ensure that operations on Word fuseBen Gamari2016-07-041-14/+138
* Remove use of KProxy in GHC.GenericsRyan Scott2016-06-201-23/+22
* NUMA cleanupsSimon Marlow2016-06-171-2/+2
* Rts flags cleanupSimon Marlow2016-06-101-56/+66
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-0640-3/+449
* Replace hand-written Bounded instances with derived onesRyan Scott2016-06-041-100/+50
* Always use native-Haskell de/encoders for ASCII and latin1Thomas Miedema2016-05-241-15/+19
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-4/+2
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-191-8/+8
* Make Generic1 poly-kindedRyanGlScott2016-05-121-47/+68
* base: Export runRW# from GHC.ExtsBen Gamari2016-05-041-0/+3
* Export oneShot from GHC.ExtsJoachim Breitner2016-05-041-1/+1
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-9/+17
* Mark GHC.Stack.Types TrustworthyHerbert Valerio Riedel2016-04-191-1/+2
* Use `@since` annotation in GHC.ExecutionStackHerbert Valerio Riedel2016-04-112-2/+2
* base: Fix "since" annotation on GHC.ExecutionStackBen Gamari2016-04-102-2/+2
* Remove obsolete comment about the implementation of foldlJoachim Breitner2016-04-081-4/+0
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-081-3/+3
* Don't infer CallStacksEric Seidel2016-04-042-11/+11
* Kill the magic of AnyBen Gamari2016-03-301-0/+3
* Defer inlining of Ord methodsBen Gamari2016-03-302-26/+174
* base: Fix GHC.Word and GHC.Int on 32-bit platformsBen Gamari2016-03-252-4/+4
* Defer inlining of Eq for primitive typesBen Gamari2016-03-244-25/+155
* Mark GHC.Real.even and odd as INLINEABLEBen Gamari2016-03-201-4/+2
* Make `catch` lazy in the actionBen Gamari2016-03-111-0/+39
* Use catchException in a few more placesBen Gamari2016-03-111-1/+1
* Using unsafe foreign import for rtsSupportsBoundThreads (part of #9696)Marcin Mrotek2016-03-052-5/+5
* Missing Proxy instances, make U1 instance more Proxy-likeRyanGlScott2016-02-291-10/+24
* GHC.Generics: Ensure some, many for U1 don't bottomBen Gamari2016-02-261-0/+3
* Handle multiline named haddock comments properlyThomas Miedema2016-02-251-1/+1
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-23/+101
* base: A selection of fixes to the comments in GHC.StatsDavid Turner2016-02-251-17/+31
* Overload the static form to reduce verbosity.Facundo Domínguez2016-02-251-0/+8
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-242-6/+6
* Fix GHC.Stats documentation markup (#11619)Thomas Miedema2016-02-211-0/+5
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-125-5/+24