summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change GHC.Prim to GHC.Exts in docs and testswip/ghc-prim-to-extsKrzysztof Gogolewski2022-03-31113-118/+93
* Refactor: make primtypes independent of PrimRepsKrzysztof Gogolewski2022-03-305-126/+106
* Fix reference to Note [FunBind vs PatBind]Ben Gamari2022-03-301-2/+2
* Give parsing plugins access to errorsJakob Brünker2022-03-3018-22/+226
* Add test for T21306Matthew Pickering2022-03-293-0/+55
* RTS: Zero gc_cpu_start and gc_cpu_end after accountingMatthew Pickering2022-03-291-9/+11
* Hadrian: make DDEBUG separate from debugged RTSsheaf2022-03-298-36/+46
* hadrian: Build lib:GHC with -haddock and -Winvalid-haddock (#21273)Zubin Duggal2022-03-291-0/+3
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-2941-154/+154
* Consistently attach SrcSpans to sub-expressions in TH splicesRyan Scott2022-03-281-139/+173
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-286-3/+25
* hadrian: Add show target to bindist makefileMatthew Pickering2022-03-281-0/+4
* Hadrian: allow testsuite to run with cross-compilers (#21292)Sylvain Henry2022-03-281-1/+3
* users-guide: group ticky-ticky profiling under one headingAdam Sandberg Ericsson2022-03-281-5/+5
* Document typed splices inhibiting unused bind detection (#16524)jberryman2022-03-281-0/+3
* Add Red Herring to Note [What might equal later?]Richard Eisenberg2022-03-285-87/+149
* Disable text's dependency on simdutf by defaultBen Gamari2022-03-282-0/+12
* hadrian: Flag cabal flag handlingMatthew Pickering2022-03-281-10/+5
* users-guide: Correct markdown for profilingTakenobu Tani2022-03-281-5/+6
* Modularize Tidy (#17957)Sylvain Henry2022-03-257-250/+328
* Make -ddump-rn-ast and -ddump-tc-ast work in GHCiMatthew Pickering2022-03-254-1/+365
* Add instance Lift ByteArrayBodigrim2022-03-255-1/+72
* Add the OPAQUE pragmaChristiaan Baaij2022-03-2552-21/+1342
* ci: Generate jobs for all normal builds and use hadrian for all buildsMatthew Pickering2022-03-245-878/+4601
* testsuite: Remove library dependenices from T21119Matthew Pickering2022-03-243-13/+45
* hadrian: Correct generation of hsc2hs wrapperMatthew Pickering2022-03-241-1/+1
* Add check to ensure we are not building validate jobs for releasesMatthew Pickering2022-03-241-0/+21
* Add test for T21035Matthew Pickering2022-03-247-0/+117
* WorkWrap: Handle partial FUN apps in `isRecDataCon` (#21265)Sebastian Graf2022-03-244-93/+90
* Fix and simplify DeriveAnyClass's context inference using SubTypePredSpecRyan Scott2022-03-248-275/+511
* Define filterOut with filterSylvain Henry2022-03-231-3/+1
* Reverse dependency between StgToCmm and Runtime.Heap.LayoutSylvain Henry2022-03-233-43/+42
* Avoid redundant imports of GHC.Driver.SessionSylvain Henry2022-03-236-9/+2
* rts: Don't mark object code in markCAFs unless necessaryBen Gamari2022-03-231-2/+4
* rts: Untag function field in scavenge_PAP_payloadBen Gamari2022-03-231-1/+2
* Improve error message when warning about unsupported LLVM version (#20958)Zubin Duggal2022-03-231-1/+1
* rts/adjustor: Place adjustor templates in data section on all OSsBen Gamari2022-03-231-2/+2
* Fix behaviour of -Wunused-packages in ghciMatthew Pickering2022-03-239-41/+83
* docs: clarify the eventlog format documentation a little bitAdam Sandberg Ericsson2022-03-231-14/+15
* configure: bump LlvmMaxVersion to 14Cheng Shao2022-03-231-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-23139-1005/+8267
* Avoid some SOURCE importsSylvain Henry2022-03-203-3/+2
* Revamp derived Eq instance code generation (#17240)nineonine2022-03-205-61/+132
* Remove dead code HsDoRnromes2022-03-192-6/+0
* Compact regions: Maintain tags properlyAndreas Klebinger2022-03-191-2/+2
* List GHC.Event.Internal in base.cabal on Windowssheaf2022-03-191-13/+7
* TH: Fix pretty printing of newtypes with operators and GADT syntax (#20868)Zubin Duggal2022-03-196-29/+43
* testsuite: Add test for #21186wip/T19503Ben Gamari2022-03-183-0/+16
* codeGen: Fix signedness of jump table indexingBen Gamari2022-03-182-11/+47
* TTG: TH brackets finishing touchesromes2022-03-1813-248/+186