summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-1212-29/+29
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-123-5/+9
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-082-4/+4
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-0820-19/+14219
* Monomorphize HsModule to GhcPs (#17642)Ryan Scott2020-01-071-9/+7
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-0623-7/+17027
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-046-6/+6
* Module hierarchy (#13009): StgSylvain Henry2019-12-3127-27/+7446
* Add GHC-API logging hooksSylvain Henry2019-12-181-1/+1
* Use "OrCoVar" functions lessKrzysztof Gogolewski2019-12-161-2/+2
* Fix comment typosGabor Greif2019-12-091-1/+1
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-062-28/+201
* Pretty-printing of the * kindVladislav Zavialov2019-12-051-1/+1
* Add `timesInt2#` primopSylvain Henry2019-12-021-0/+32
* More Haddock syntax in GHC.Hs.UtilsBen Gamari2019-12-021-15/+16
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-306-137/+132
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-283-59/+77
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-285-6/+6
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-271-14/+9
* Make warnings for TH splices opt-inSebastian Graf2019-11-272-49/+60
* Remove prefix arrow support for GADTs (#17211)Krzysztof Gogolewski2019-11-251-16/+0
* Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-191-0/+4
* Turn some comments into GHC.Hs.Utils into haddocksAndreas Klebinger2019-11-171-37/+46
* Fix random typos [skip ci]nineonine2019-11-172-2/+2
* Print name prefixly in the Outputable instance for StandaloneKindSigRyan Scott2019-11-131-1/+2
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+2
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-3/+5
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-074-14/+35
* Check EmptyCase by simply adding a non-void constraintSebastian Graf2019-11-053-298/+290
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-024-49/+36
* template-haskell: require at least 1 GADT constructor name (#17379)Adam Sandberg Eriksson2019-11-011-0/+6
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-2811-194/+197
* Fix #15344: use fail when desugaring applicative-doJosef Svenningsson2019-10-282-17/+26
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-0/+2
* Mark promoted InfixT names as IsPromoted (#17394)Ryan Scott2019-10-241-8/+13
* Merge non-moving garbage collectorBen Gamari2019-10-233-5/+99
|\
| * rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-203-5/+99
* | Make dynflag argument for withTiming pure.Andreas Klebinger2019-10-231-1/+1
* | Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-222-0/+16
|/
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-1/+1
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-131-8/+1
* Much simpler language for PmCheckSebastian Graf2019-10-112-426/+339
* PmCheck: Look up parent data family TyCon when populating `PossibleMatches`Sebastian Graf2019-10-081-23/+70
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-081-107/+8
* PmCheck: Identify some semantically equivalent expressionsSebastian Graf2019-10-082-27/+85
* Get rid of wildcard patterns in prim Cmm emitting codeJohn Ericson2019-10-072-877/+1206
* Clean up `#include`s in the compilerJohn Ericson2019-10-051-2/+0
* Improve documentation around empty tuples/listsRichard Eisenberg2019-10-031-0/+67
* Move pattern match checker modules to GHC.HsToCore.PmCheckSebastian Graf2019-09-305-0/+3776
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-255-54/+126