summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: allow NULL to be used as an invalid StgStablePtrwip/adamse/null-stable-ptrAdam Sandberg Ericsson2022-06-276-6/+41
* Hadrian bootstrap: look up hsc2hssheaf2022-06-161-4/+8
* Hadrian: allow configuring Hsc2Hssheaf2022-06-162-2/+5
* Repair dead link in TH haddocksHécate Moonlight2022-06-162-1/+5
* Enable eventlogs on nightly perf jobBryan Richter2022-06-161-0/+2
* hadrian: Don't install `include/` directory in bindist.Matthew Pickering2022-06-161-9/+1
* replace quadratic nub to fight byte code gen perf explosionTorsten Schmits2022-06-161-8/+9
* configure: Don't attempt to override linker on DarwinBen Gamari2022-06-151-1/+8
* cmm: Add surface syntax for MO_MulMayOfloBen Gamari2022-06-151-0/+2
* configure: Hide spurious warning from ldBen Gamari2022-06-151-1/+1
* hadrian: Run xattr -rc . on bindist tarballBen Gamari2022-06-151-0/+9
* CoreToStg.Prep: Get rid of `DynFlags` and `HscEnv`wip/no-dyn-flags-core-cmmJohn Ericson2022-06-156-92/+164
* validate: Ensure that $make variable is setBen Gamari2022-06-141-11/+11
* hadrian: Fix testing stage1 compilerMatthew Pickering2022-06-142-13/+31
* Use (fixed_lev = True) in mkDataTyConRhsMatthew Craven2022-06-131-1/+1
* Use <br> instead of newline characterYiyun Liu2022-06-101-3/+2
* getProcessCPUTime: Fix the getrusage fallback to account for system CPU timeMatthew Pickering2022-06-091-1/+2
* Fix TcRnPragmaWarning meaninguhbif192022-06-093-25/+25
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-096-49/+127
* Document dataToTag# primopAndreas Klebinger2022-06-091-0/+2
* Add test for T21682Matthew Pickering2022-06-092-0/+4
* Typecheck remaining ValArgs in rebuildHsAppssheaf2022-06-0932-522/+726
* Fix a CSE shadowing bug.Andreas Klebinger2022-06-091-30/+94
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-0714-157/+300
* Don't print the number of deps in count-deps testswip/enumerate-deps-only-no-countJohn Ericson2022-06-073-4/+3
* Ensure floated dictionaries are in scope (again)Simon Peyton Jones2022-06-064-2/+240
* Diagnostics conversions, part 6 (#20116)Aaron Allen2022-06-067-72/+229
* Deprecate TypeInType extensionHaskellMouse2022-06-06145-163/+240
* HsToCore.Coverage: Purge DynFlagswip/coverage-configJohn Ericson2022-06-028-46/+78
* GHC.HsToCore.Breakpoints: Slightly improve perfSylvain Henry2022-06-021-1/+1
* Split out `GHC.HsToCore.{Breakpoints,Coverage}` and use `SizedSeq`John Ericson2022-06-026-189/+266
* Rename `HsToCore.{Coverage -> Ticks}`John Ericson2022-06-028-25/+25
* Hoist auto `mkModBreaks` and `writeMixEntries` conditions to callerJohn Ericson2022-06-021-13/+14
* HsToCore.Coverage: Improve haddocksJohn Ericson2022-06-021-22/+37
* ci: Add matrix for bootstrap sourcesZubin Duggal2022-06-011-5/+46
* hadrian bootstrap: add plans for 9.0.2 and 9.2.3Zubin Duggal2022-06-014-0/+4
* Make -fcompact-unwind the defaultMatthew Pickering2022-06-013-11/+13
* hadrian/tool-args: Write output to intermediate file rather than via stdoutMatthew Pickering2022-06-015-6/+16
* Bump Cabal submoduleBen Gamari2022-06-011-0/+0
* Bump bytestring, process, and text submodulesBen Gamari2022-06-012-1/+1
* Language.Haskell.Syntax: Fix docs for PromotedConsT etc.Shlomo Shuck2022-06-011-6/+6
* ci: Don't try to run ./boot when testing bootstrap of source distMatthew Pickering2022-06-012-3/+7
* source-dist: Copy in files created by ./bootMatthew Pickering2022-06-011-0/+28
* typosEric Lindblad2022-06-0131-42/+42
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-0134-12289/+24362
* Add test for #21619Matthew Pickering2022-06-012-0/+11
* TTG: Rework and improve splicesromes2022-06-0149-1050/+1145
* Move UntypedSpliceFlavour from L.H.S to GHC.Hsromes2022-06-012-7/+7
* Restore Note [Quasi-quote overview]romes2022-06-011-1/+20
* Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too...wip/dflags-core-opt-easierJohn Ericson2022-05-3117-110/+127