summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try some hadrian buferingwip/python-bufferMatthew Pickering2021-11-051-0/+3
* ci: Don't run alpine job in fast-ciMatthew Pickering2021-11-031-0/+2
* ci: Try not buffering python outputMatthew Pickering2021-11-031-1/+2
* Fix #20590 with another application of mkHsContextMaybeRyan Scott2021-11-024-17/+28
* Treat generated RTS headers in a more consistent mannerJohn Ericson2021-11-025-10/+31
* Remove `includes_GHCCONSTANTS` from make build systemJohn Ericson2021-11-022-3/+0
* Separate some AC_SUBST / AC_DEFINEJohn Ericson2021-11-023-9/+10
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-0223-83/+97
* Update comment in Lint.hs Andreas Klebinger2021-11-011-1/+1
* configure: Hide error output from --target checkBen Gamari2021-10-311-1/+1
* ghc: Bump Cabal-Version to 1.22Ben Gamari2021-10-311-1/+1
* Modularize autoconf platform detectionJohn Ericson2021-10-318-164/+200
* Make build system: Put make generated include's in RTS distdirsJohn Ericson2021-10-316-22/+15
* ghci: Make getModBreaks robust against DotO UnlinkedBen Gamari2021-10-301-1/+6
* User's guide: data family kind-inference changessheaf2021-10-291-3/+12
* Bignum: add missing ruleSylvain Henry2021-10-292-17/+14
* Add test for T15547 (#15547)Sylvain Henry2021-10-293-0/+74
* make build system: RTS should use dist-install not distJohn Ericson2021-10-298-88/+88
* WorkWrap: Update Unfolding with WW'd body prior to `tryWW` (#20510)Sebastian Graf2021-10-297-95/+234
* Add more INLINABLE and INLINE pragmas to `Enum Int*` instancesSebastian Graf2021-10-293-4/+64
* Show family TyCons in mk_dict_error in the case of a single matchZiyang Liu2021-10-295-2/+87
* hadrian: Turn the `static` flavour into a transformerBen Gamari2021-10-275-63/+54
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-271-1/+4
* Compiler dosen't need to know about certain settings from fileJohn Ericson2021-10-274-21/+0
* Make build system: Generalize and/or document distdirsJohn Ericson2021-10-275-10/+26
* Change CaseAlt and LambdaExpr to FunRhs in deriving Foldable and Traversable ...Artyom Kuznetsov2021-10-265-3/+70
* Don't default type variables in type familiessheaf2021-10-2624-101/+227
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-2610-3/+156
* Tweak descriptions of lines and unlinesViktor Dukhovni2021-10-251-19/+17
* Remove stray reference to `dist-ghcconstants`John Ericson2021-10-251-1/+1
* Fix dangling reference to RtsConfig.hJohn Ericson2021-10-241-1/+1
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-2415-22/+13
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-2422-58/+59
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-2465-963/+1883
* driver: Export wWarningFlagMapBen Gamari2021-10-242-5/+6
* WorkWrap: `isRecDataCon` should not eta-reduce NewTyCon field tys (#20539)Sebastian Graf2021-10-223-2/+11
* driver: Don't use the log queue abstraction when j = 1Matthew Pickering2021-10-221-23/+44
* Fix compilerConfig stagesHaochen Tong2021-10-221-1/+1
* Refactor package importsSylvain Henry2021-10-2236-196/+324
* Remove IndefiniteSylvain Henry2021-10-2214-89/+60
* Add test for #19641Sylvain Henry2021-10-223-0/+44
* Use tcEqType in GHC.Core.Unify.uVarsheaf2021-10-2213-10/+73
* Do not sign extend CmmInt's unless negative.Moritz Angermann2021-10-221-0/+5
* Document that `InScopeSet` is a superset of currently in-scope variablesZiyang Liu2021-10-222-2/+24
* instance Ord Name: Do not repeat default methodsJoachim Breitner2021-10-201-5/+1
* ci: Move hlint jobs from quick-built into full-buildMatthew Pickering2021-10-201-1/+1
* Make sure ModIface values are still forced even if not writtenMatthew Pickering2021-10-202-4/+45
* Bignum: allow Integer's signum to inline (#20361)Sylvain Henry2021-10-203-8/+0
* Bignum: allow Integer predicates to inline (#20361)Sylvain Henry2021-10-205-104/+57
* Bignum: constant folding for bigNatCompareWord# (#20361)Sylvain Henry2021-10-203-2/+8