summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
...
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-174-21/+56
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+2
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-142-1/+3
* Update win32 submoduleTamar Christina2021-03-121-0/+0
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-111-0/+0
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-103-52/+53
* Use GHC2021 as default languageJoachim Breitner2021-03-106-16/+26
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-108-1/+237
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-109-3/+3
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-0/+2
* Fix some warnings when bootstrapping with GHC 9.0Ryan Scott2021-03-091-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-094-33/+6
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-081-0/+8
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-0713-20/+106
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+2
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-0/+2
* base: Add reference to #19413 to Note [unsafePerformIO and strictness]Ben Gamari2021-03-041-1/+1
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-031-2/+12
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-031-0/+53
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+3
* ghc-heap: Fix profiled buildBen Gamari2021-03-031-2/+2
* Always INLINE ($!)Sylvain Henry2021-03-031-0/+1
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-032-1/+34
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-0320-325/+370
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-036-31/+239
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-3/+27
* Mark divModInt and friends as INLINE (#19267)Sebastian Graf2021-02-281-0/+16
* Fix Windows build with autoconf >=2.70 (#19189)Sylvain Henry2021-02-276-6895/+1
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-0/+19
* Remove the -xt heap profiling optionMatthew Pickering2021-02-271-3/+0
* Move absentError into ghc-prim.Andreas Klebinger2021-02-262-3/+61
* Fix #19363 by using pprName' {Applied,Infix} in the right placesRyan Scott2021-02-261-22/+22
* Add test case for CompleteP pretty-printer (#19270)Ole Krüger2021-02-223-0/+9
* Fix TemplateHaskell pretty printer for CompleteP (#19270)Ole Krüger2021-02-221-1/+1
* Add the docspec:base rule to HadrianHécate2021-02-221-0/+3
* Make openFile exception safeDavid Feuer2021-02-228-118/+429
* base: Fix order of infix declarations in Data.FunctorBen Gamari2021-02-181-2/+2
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-02-181-23/+23
* Add Generic tuple instances up to 15Andrzej Rybczak2021-02-161-0/+48
* Replace more autotools obsolete macros (#19189)Sylvain Henry2021-02-163-13/+10
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-0/+1
* Throw IOError when allocaBytesAligned gets non-power-of-two alignDaniel Gröber2021-02-142-2/+25
* Improve ByteArray# documentation regarding alignmentDaniel Gröber2021-02-142-1/+11
* ghc-compact: Use keepAlive# in GHC.Compact.SerializedBen Gamari2021-02-141-10/+2
* base: Use keepAlive# in Foreign.Marshal.AllocBen Gamari2021-02-141-25/+4
* base: Use keepAlive# in withForeignPtrBen Gamari2021-02-141-1/+3
* Introduce keepAlive primopBen Gamari2021-02-143-15/+37
* Bump bytestring submoduleBen Gamari2021-02-141-0/+0
* base: Use unsafeWithForeignPtr in GHC.IO.BufferBen Gamari2021-02-141-5/+6
* base: Eliminate allocating withForeignPtrs from GHC.Event.ArrayBen Gamari2021-02-141-15/+17