summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reinstallable Setup.hswip/reinstallableZubin Duggal2021-08-143-3/+143
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-1118-87/+147
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-1116-58/+985
* Update HACKING.mdMoritz Angermann2021-08-111-1/+1
* Fix pprDepsSylvain Henry2021-08-102-2/+4
* Fix recomp021 localeSylvain Henry2021-08-101-1/+1
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-1016-165/+165
* Add a Typeable constraint to fromStaticPtr, addressing #19729David Simmons-Duffin2021-08-104-7/+17
* Hadrian: fix .cabal fileSylvain Henry2021-08-091-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-09141-184/+216
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-0994-105/+116
* Clean up whitespace in /includesJohn Ericson2021-08-099-104/+104
* Remove ad-hoc fromIntegral rulesSylvain Henry2021-08-099-313/+1255
* Ensure that newtype deriving strategy is used for CTypesSylvain Henry2021-08-091-12/+6
* rts: Fix use of sized array in Heap.hBen Gamari2021-08-093-5/+9
* testsuite: Add test for #20199Ben Gamari2021-08-094-0/+17
* Consistent use of coercion and TypeApplicationsViktor Dukhovni2021-08-081-6/+11
* Rewrite of Traversable overviewViktor Dukhovni2021-08-081-211/+845
* Minor fix to pretty-printing of linear typesKrzysztof Gogolewski2021-08-057-12/+31
* Add Data.ByteArray, derived from primitiveBodigrim2021-08-053-0/+245
* Use Reductions to keep track of rewritingssheaf2021-08-0421-919/+1410
* Fix GHCi completion (#20101)Zubin Duggal2021-08-047-17/+38
* hadrian: Create relative rather than absolute symlinks in binary dist folderMatthew Pickering2021-08-041-1/+5
* Make HsWrapper a MonoidJohn Ericson2021-08-041-0/+21
* Linear types: fix linting of multiplicities (#19165)Krzysztof Gogolewski2021-08-042-15/+21
* Disable -fdefer-type-errors for linear types (#20083)Krzysztof Gogolewski2021-08-048-5/+67
* Don't store tmpDir in SettingsSylvain Henry2021-08-033-18/+9
* Fix ASSERTS_ENABLED CPPSylvain Henry2021-08-033-3/+3
* move bytecode preparation into the STG pipelineLuite Stegeman2021-08-035-199/+245
* Correctly unload libs on GHCi with external iservTito Sacchi2021-08-032-3/+2
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-0312-5/+95
* Improve documentation for HscTypes.usg_mod_hashAndreas Klebinger2021-08-031-2/+5
* Add "fast-ci" label, for skipping most builds (#19280)Krzysztof Gogolewski2021-08-031-0/+20
* Remove eager forcing of RuleInfo in substRuleInfoMatthew Pickering2021-08-035-9/+81
* Bump process submoduleBen Gamari2021-08-031-0/+0
* Properly escape arguments in ghc-cabalZubin Duggal2021-08-031-3/+17
* Remove hschooks.c and -no-hs-main for ghc-binZubin Duggal2021-08-035-105/+3
* include README in hadrian.cabal Jens Petersen2021-08-031-0/+1
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-08-024-4/+28
* Supply missing case for '.' inShayne Fletcher2021-08-024-3/+10
* Disallow nonlinear fields in Template Haskell (#18378)Krzysztof Gogolewski2021-08-0211-1/+54
* hadrian: Drop --configure supportBen Gamari2021-08-024-93/+3
* Remove Semigroup instance for UniqDFM (#19654)Krzysztof Gogolewski2021-08-022-11/+1
* validate: Look for python3 executable in python detectionBen Gamari2021-08-021-4/+6
* Lookup string literals in top-level thunks (fix #16373)Sylvain Henry2021-08-024-6/+35
* Constant-fold unpackAppendCString (fix #20174)Sylvain Henry2021-08-026-48/+143
* Only create callstack in DEBUG buildsSylvain Henry2021-08-021-16/+16
* rts/OSThreads: Fix reference clock of timedWaitConditionBen Gamari2021-08-023-13/+46
* docs: rename the "Running a compiled program" section in the users guideAdam Sandberg Ericsson2021-08-021-3/+3
* testsuite: Add test for #20137Ben Gamari2021-08-025-0/+118