summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Export MutableByteArray from Data.Array.ByteAndreas Klebinger2022-04-011-2/+22
* Unify RuntimeRep arguments in ty_co_matchsheaf2022-04-013-13/+45
* Clarify that runghc interprets the input programMorrow2022-04-011-2/+2
* new datatypes for parsedResultActionJakob Bruenker2022-04-018-56/+69
* T13366 requires c++ & c++abi libraries on OpenBSDGreg Steuck2022-04-011-1/+1
* fp_prog_ar.m4: take AR var into considerationAdrian Ratiu2022-04-011-1/+2
* ci: Attempt to fix windows cache issuesMatthew Pickering2022-04-012-19/+18
* ci: Regenerate jobs.yamlMatthew Pickering2022-04-012-6/+8
* users-guide: Fix a few small issues in eventlog format descriptionsBen Gamari2022-04-011-1/+2
* Fix remaining issues in eventlog types (gen_event_types.py)Matthew Pickering2022-04-011-3/+4
* Refactor handling of global initializersBen Gamari2022-04-0117-89/+372
* Remove wrong claim about naturality law.gershomb2022-04-011-4/+1
* Fix mention of non-existent "rehydrateIface" function [skip ci]wip/t21303Matthew Pickering2022-03-301-1/+1
* 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