summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump haddock submodulewip/ghc2021Joachim Breitner2021-02-221-0/+0
* Fix T19187Joachim Breitner2021-02-212-1/+2
* “Fix” T12509Joachim Breitner2021-02-201-1/+1
* Update test output for T19279Joachim Breitner2021-02-202-3/+3
* FieldSelectors is in GHC2021 of courseJoachim Breitner2021-02-191-0/+1
* More submodule merge fixesJoachim Breitner2021-02-193-0/+0
* Merge branch 'master' of https://gitlab.haskell.org/ghc/ghc into wip/ghc2021Joachim Breitner2021-02-1929-289/+485
|\
| * 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 submodule merge issue, I thinkJoachim Breitner2021-02-181-0/+0
* | Unused importJoachim Breitner2021-02-181-1/+1
* | Merge branch 'master' of https://gitlab.haskell.org/ghc/ghc into wip/ghc2021Joachim Breitner2021-02-17488-4204/+7966
|\ \ | |/
| * 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
| * rts: TraverseHeap: Link parent stackElements on the stackDaniel Gröber2021-02-171-44/+56
| * rts: TraverseHeap: Increase lifetime of stackElementsDaniel Gröber2021-02-171-16/+26
| * rts: TraverseHeap: Rename traversePushClosure to traversePushRootDaniel Gröber2021-02-173-4/+10
| * Parse symbolic names in ANN type correctly with otyconRyan Scott2021-02-168-1/+33
| * Avoid false redundant import warning with DisambiguateRecordFieldsAdam Gundry2021-02-164-6/+30
| * Add Generic tuple instances up to 15Andrzej Rybczak2021-02-161-0/+48
| * Avoid useless w/w splitSimon Peyton Jones2021-02-162-96/+139
| * Use explicit import list for Data.ListOleg Grenrus2021-02-161-1/+1
| * Replace more autotools obsolete macros (#19189)Sylvain Henry2021-02-165-18/+12
| * Don't build extra object with -no-hs-mainSylvain Henry2021-02-162-12/+25
| * Make sure HasField use counts for -Wunused-top-bindsAdam Gundry2021-02-166-2/+45