summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [aarch64-macho] Fix off-by-one error in the linkerwip/angerman/fix-macho-linkerMoritz Angermann2021-06-221-1/+11
* Fix a typo in pattern synonyms docPotato Hatsue2021-06-221-2/+2
* ghc-bignum: trimed ~> trimmedMatthew Pickering2021-06-222-32/+32
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-2227-109/+44
* rts: Document --eventlog-flush-interval in RtsFlagsMatthew Pickering2021-06-221-0/+1
* Put tracing functions into their own moduleSylvain Henry2021-06-2260-494/+581
* CI: Don't set EXTRA_HC_OPTS in head.hackage jobMatthew Pickering2021-06-221-1/+3
* hadrian/README.md: update bignum optionsFraser Tweedale2021-06-201-2/+1
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-06-207-32/+56
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-06-205-17/+20
* rts: Pass -Wl,_U,___darwin_check_fd_set_overflow on DarwinMatthew Pickering2021-06-201-0/+42
* Darwin CI: Don't explicitly pass ncurses/iconv pathsMatthew Pickering2021-06-202-3/+10
* Guard Allocate Exec via LIBFFI by LIBFFIMoritz Angermann2021-06-201-1/+1
* Simplify pprLHsContextRyan Scott2021-06-192-8/+22
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-193-8/+26
* Fix naturalToFloat/DoubleSylvain Henry2021-06-196-21/+59
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-06-197-47/+26
* Fix type and strictness signature of fork#Simon Peyton Jones2021-06-192-2/+5
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-193-2/+10
* Perf: fix appendFSSylvain Henry2021-06-191-2/+2
* Correct haddock annotations in GetOptDavid2021-06-191-3/+3
* RTS: fix indentation warningSylvain Henry2021-06-191-12/+14
* Add comments explaining why #19833 is wrongSimon Peyton Jones2021-06-191-36/+45
* CI: Keep the value of PERF_NOTE_KEY in darwin environmentsMatthew Pickering2021-06-191-0/+1
* Pass -DLIBICONV_PLUG when building base library on FreeBSD.Gleb Popov2021-06-181-0/+6
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-183-6/+28
* Improve abstractVars quantification orderingSimon Peyton Jones2021-06-181-5/+11
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-1812-149/+411
* Move validate-x86_64-linux-deb9-hadrian back to quick-buildwip/t20003Matthew Pickering2021-06-171-1/+1
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-162-7/+5
* PPC NCG: Fix panic in linear register allocatorPeter Trommler2021-06-161-1/+1
* Remove the backend correction logic, as it is already been fixed at this pointDivam2021-06-161-27/+2
* Corrected typoAriFordsham2021-06-161-1/+1
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-1619-52/+3844
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-1630-168/+360
* DerivingVia for Hsc instances. GND for NonDetFastString and LexicalFastString.Baldur Blöndal2021-06-163-26/+13
* gitlab-ci: Bump ci-imagesBen Gamari2021-06-161-1/+1
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-105-31/+100
* Reword: representation instead of levitysheaf2021-06-1081-359/+413
* Fix redundant importSylvain Henry2021-06-101-1/+2
* Add (broken) test for #19966Matthew Pickering2021-06-102-0/+8
* User's Guide: reword and fix punctuation in description of PostfixOperatorsLi-yao Xia2021-06-101-3/+3
* Do not add unfoldings to lambda-bindersSimon Peyton Jones2021-06-105-88/+23
* FinderCache: Also cache file hashing in interface file checksMatthew Pickering2021-06-093-17/+39
* Added a regression test, this would trigger a Core Lint error before GHC 9Baldur Blöndal2021-06-092-0/+39
* winio: use synchronous access explicitly for handles that may not be asynchro...Tamar Christina2021-06-084-27/+125
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-0823-232/+401
* Small ZipList optimisationViktor Dukhovni2021-06-071-2/+6
* Bump haddock submoduleSylvain Henry2021-06-071-0/+0
* Parser: make less DynFlags dependentSylvain Henry2021-06-079-36/+49