summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve errors for non-existent labelswip/T17469-alexSimon 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
* 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
* testsuite: Make T7275 more robust against CCid changesBen Gamari2022-01-302-19/+19
* testsuite: Force-enable caret diagnostics in T17786Ben Gamari2022-01-301-1/+1
* rel-notes: Note dropping of SPARC supportBen Gamari2022-01-291-0/+2
* CmmToAsm: Drop ncgExpandTopBen Gamari2022-01-298-26/+2
* rts: Drop redundant #include <Arena.h>Ben Gamari2022-01-291-1/+0
* CmmToAsm: Make RealReg a newtypeBen Gamari2022-01-291-2/+2
* CmmToAsm: Drop RegPairBen Gamari2022-01-2915-70/+1
* Rip out remaining SPARC supportBen Gamari2022-01-2916-95/+6
* rts: Rip out SPARC supportBen Gamari2022-01-297-293/+10
* Rip out SPARC register supportBen Gamari2022-01-298-412/+10
* A few comment cleanupsBen Gamari2022-01-294-13/+2
* Drop SPARC NCGBen Gamari2022-01-2927-4237/+10
* Rework the handling of SkolemInfoMatthew Pickering2022-01-29116-1405/+2371
* rts/eventlog: Ensure that flushCount is initializedBen Gamari2022-01-291-1/+1
* rts: Refactor event typesBen Gamari2022-01-298-434/+249