summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Data.List specialization to []Oleg Grenrus2021-04-0117-1609/+1360
* Add -Wcompat to hadrianOleg Grenrus2021-03-312-0/+0
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-03-302-1/+4
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-293-1/+20
* Make RULES more robust in GHC.FloatSimon Peyton Jones2021-03-281-75/+155
* Bump Win32 to 2.13.0.0GHC GitLab CI2021-03-264-0/+0
* Add compiler linting to CIHécate2021-03-251-1/+0
* base: Use mutableByteArrayContentsBen Gamari2021-03-223-13/+11
* Bump template-haskell version to 2.18.0.0wip/T19083Ryan Scott2021-03-204-2/+2
* Move miscategorized items in template-haskell changelogRyan Scott2021-03-201-6/+6
* Clean up TBDs in changelogBen Gamari2021-03-201-1/+7
* Fix fake import in GHC.Exception.Type boot moduleSylvain Henry2021-03-205-23/+22
* Add more boundary checks for `rem` and `mod`John Ericson2021-03-201-18/+44
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-1/+1
* [skip ci] Fix 'Ord' documentation inconsistencyGaël Deest2021-03-201-4/+4
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-172-0/+16
* 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