summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delete `compileOne`wip/delete-compileOneJohn Ericson2022-02-061-11/+1
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-0535-200/+201
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-0533-70/+263
* Improve errors for non-existent labelsSimon Peyton Jones2022-02-0411-46/+59
* Add a missing restoreLclEnvSimon Peyton Jones2022-02-041-2/+2
* Add Outputable instance for MessagesSimon Peyton Jones2022-02-041-2/+11
* Fix unsound behavior of unlifted datatypes in ghci (#20194)nineonine2022-02-049-21/+195
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-042-5/+8
* llvmGen: Handle unaligned loads/storesBen Gamari2022-02-041-7/+7
* Fix array primop alignmentBen Gamari2022-02-042-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-0418-80/+99
* Introduce alignment in CmmLoadBen Gamari2022-02-0426-158/+193
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-0411-23/+31
* Add commentsBen Gamari2022-02-041-0/+2
* Drop dead codeBen Gamari2022-02-041-2/+0
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-045-2/+10
* testsuite: Run testsuite dependency calculation before GHC is builtMatthew Pickering2022-02-0414-81/+212
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-0460-450/+1063
* ci: Add debian 11 jobs (validate/release/nightly)Matthew Pickering2022-02-031-1/+34
* Rewrite CallerCC parser using ReadPMatthew Pickering2022-02-036-14/+63
* Unbreak T13168 on windowsMatthew Pickering2022-02-031-2/+1
* Remove ghc_plugin_wayMatthew Pickering2022-02-033-46/+32
* Add flushes to plugin tests which print to stdoutMatthew Pickering2022-02-033-1/+20
* Accept new output for T14335 testMatthew Pickering2022-02-031-1/+1
* T13168: Filter out rtsopts for consistency between dynamic and static waysMatthew Pickering2022-02-032-5/+1
* Filter out -rtsopts in T16219 to make static/dynamic ways agreeMatthew Pickering2022-02-032-7/+1
* Mark prog003 as expected_broken on static way #20704Matthew Pickering2022-02-031-0/+1
* Don't initialise plugins when there are no pipelines to runMatthew Pickering2022-02-032-2/+4
* Frontend01 passes with static GHCMatthew Pickering2022-02-033-10/+1
* Add failing test for #20791Matthew Pickering2022-02-032-0/+8
* Check type first then expressionPeter Trommler2022-02-021-1/+1
* Cmm: fix equality of expressionsPeter Trommler2022-02-021-1/+1
* More accurate unboxingSimon Peyton Jones2022-02-029-384/+823
* testsuite: Honour PERF_BASELINE_COMMIT when computing allowed metric changesMatthew Pickering2022-02-022-2/+21
* Replace sndOfTriple with sndOf3Andreas Klebinger2022-02-021-5/+4
* Refactor the escaping kind check for data constructorsSimon Peyton Jones2022-02-022-58/+64
* Fix @since annotation on NatMorrow2022-02-021-1/+1
* Two small improvements in the SimplifierSimon Peyton Jones2022-02-025-17/+18
* rts: Address failures to inlineDouglas Wilson2022-02-028-76/+98
* Fix a few Note inconsistenciesBen Gamari2022-02-01235-498/+428
* Consistently upper-case "Note ["Ben Gamari2022-02-0154-198/+198
* Use braces in TH LambdaCase and where clausesElton2022-02-0113-26/+67
* Use braces in TH case pprint (fixes #20893)Elton2022-02-014-1/+45
* Make typechecker trace less strictSimon Peyton Jones2022-01-311-2/+4
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-01-313-10/+30
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-3135-650/+805
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-314-59/+111
* Use PATH_FMT instead of %s to format `pathchar *`Ben Gamari2022-01-303-5/+5
* testsuite/T4029: Don't depend on echoBen Gamari2022-01-301-108/+108
* rts: Don't allocate closurePtrs# pointers on C stackBen Gamari2022-01-301-2/+5