summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force accumulator in GHC.Iface.Tidy.tidy_internalwip/tidy-internalMatthew Pickering2021-02-241-2/+2
* testsuite: Mark tests affected byBen Gamari2021-02-231-2/+14
* linker: Fix atexit handlers on PETamar Christina2021-02-222-3/+5
* Don't pass homeUnitId at ExternalPackageState creation time (#10827)Sylvain Henry2021-02-225-25/+23
* Fix Storeable instances for the windows timeout executable.Andreas Klebinger2021-02-221-2/+2
* testsuite: Add broken tests for #19244Ben Gamari2021-02-223-0/+58
* testsuite: Mark foreignInterruptible as fragile in GHCiBen Gamari2021-02-221-0/+1
* ModuleOrigin: print details of module conflictSergei Trofimovich2021-02-221-3/+5
* Add test case for CompleteP pretty-printer (#19270)Ole Krüger2021-02-223-0/+9
* Fix TemplateHaskell pretty printer for CompleteP (#19270)Ole Krüger2021-02-221-1/+1
* Make CmmType field of LocalReg strictMatthew Pickering2021-02-221-1/+1
* Make Width field in CmmType strictMatthew Pickering2021-02-221-1/+1
* Force gcp in assignArgumentsPosMatthew Pickering2021-02-221-2/+2
* Do not cas on slowpath of SpinLock unnecessarilyDylan Yudaken2021-02-221-3/+35
* Move Hooks into HscEnvSylvain Henry2021-02-2217-86/+143
* Add the docspec:base rule to HadrianHécate2021-02-224-0/+63
* GHCi: Always show fixityLeif Metcalf2021-02-223-10/+22
* Ensure tcg_env is up-to-date when running typechecker pluginsalexbiehl2021-02-221-4/+8
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-2219-21/+298
* Make openFile exception safeDavid Feuer2021-02-229-118/+432
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-1959-1027/+1449
* Test Driver: Tweak interval of test reportingMatthew Pickering2021-02-181-5/+12
* users guide: Mention that -e can be given multiple timesBen Gamari2021-02-181-2/+3
* base: Fix order of infix declarations in Data.FunctorBen Gamari2021-02-181-2/+2
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-02-181-23/+23
* Remove leftover trace messages from the keepAlive# work.Andreas Klebinger2021-02-181-4/+2
* Use target Int/Word when detecting literal overflows (#17336)Sylvain Henry2021-02-181-54/+76
* Improve specialisation for imported functionsSimon Peyton Jones2021-02-185-9/+52
* TypeMap: Use mkTyConTy instead of TyConApp constructorBen Gamari2021-02-181-1/+1
* Extend nullary TyConApp optimisation to all TyConsBen Gamari2021-02-188-174/+218
* rts: Add generic block traversal function, listAllBlocksMatthew Pickering2021-02-182-0/+39
* directory: ensure xdg compliance (Fix #6077)Gauvain 'GovanifY' Roussel-Tarbouriech2021-02-186-15/+33
* Document how bottom CPR and dead-ending Divergence are related [skip ci]Sebastian Graf2021-02-181-0/+24
* Fix #19377 by using lookupLOcc when desugaring TH-quoted ANNsRyan Scott2021-02-173-4/+18
* UnVarGraph: Improve asymptoticsBen Gamari2021-02-171-30/+66
* CallArity: Small optimisations and strictnessBen Gamari2021-02-171-2/+4
* PPC NCG: print procedure end label for debugPeter Trommler2021-02-171-5/+11
* rts: TraverseHeap: Update resetStaticObjectForProfiling docsDaniel Gröber2021-02-171-22/+18
* rts: TraverseHeap: Fix failed to inline warningsDaniel Gröber2021-02-171-1/+1
* rts: ProfHeap: Move definitions for Census to new headerDaniel Gröber2021-02-172-50/+77
* rts: ProfHeap: Merge some redundant ifdefsDaniel Gröber2021-02-171-10/+1
* rts: TraverseHeap: Allow visit_cb to be NULLDaniel Gröber2021-02-171-2/+4
* rts: TraverseHeap: Add a basic testDaniel Gröber2021-02-177-0/+307
* rts: TraverseHeap: Move stackElement to headerDaniel Gröber2021-02-172-69/+64
* rts: TraverseHeap: Make "flip" bit flip into it's own functionDaniel Gröber2021-02-173-11/+25
* rts: TraverseHeap: Move "flip" bit into traverseState structDaniel Gröber2021-02-176-57/+67
* rts: TraverseHeap: Make trav. data macros into functionsDaniel Gröber2021-02-174-22/+30
* rts: TraverseHeap: Simplify profiling headerDaniel Gröber2021-02-175-27/+18
* rts: TraverseHeap: Update some commentsDaniel Gröber2021-02-171-4/+4
* rts: TraverseHeap: Introduce callback for subtree completionDaniel Gröber2021-02-173-77/+185