summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new profiling mode -hi profile by info tablewip/profile-info-tableMatthew Pickering2020-05-036-1/+34
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-016-32/+95
* PmCheck: Only call checkSingle if we would report warningsSebastian Graf2020-05-011-2/+4
* Fully remove PprDebugSylvain Henry2020-05-0113-94/+102
* Remove PprStyle param of logging actionsSylvain Henry2020-05-0119-82/+80
* Refactor PprDebug handlingSylvain Henry2020-05-0124-81/+73
* Use platform in Iface BinarySylvain Henry2020-05-011-10/+13
* GHC.StgToCmm.Ticky: remove a few unused stuffÖmer Sinan Ağacan2020-04-301-17/+4
* Remove OneShotInfo field of LFReEntrant, document OneShotInfoÖmer Sinan Ağacan2020-04-304-50/+106
* nonmoving: Eagerly flush all capabilities' update remembered setsBen Gamari2020-04-301-2/+4
* nonmoving: Explicitly memoize block countBen Gamari2020-04-301-3/+2
* nonmoving: Clear bitmap after initializing block sizeBen Gamari2020-04-301-1/+1
* Hadrian: Improve tool-args command to support more componentsMatthew Pickering2020-04-306-38/+134
* Mark rule args as non-tail-calledSimon Peyton Jones2020-04-305-33/+116
* Add tests for #17873Simon Peyton Jones2020-04-302-0/+16
* Document BlockArguments/LambdaCase support in arrow notationAlexis King2020-04-302-1/+22
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-3015-47/+143
* Allow block arguments in arrow control operatorsAlexis King2020-04-307-8/+46
* Unit: split and rename modulesSylvain Henry2020-04-30192-1977/+1987
* Refactoring unit management codeSylvain Henry2020-04-3067-1147/+1335
* Factorize mungePackagePaths codeSylvain Henry2020-04-303-87/+80
* Refactor UnitInfo load/store from databasesSylvain Henry2020-04-305-201/+158
* Remove unused `emptyGenericUnitInfo`Sylvain Henry2020-04-302-40/+0
* Refactor UnitInfoSylvain Henry2020-04-3016-391/+502
* Document backpack fields in DynFlagsSylvain Henry2020-04-301-3/+3
* Make boxed 1-tuples have known keysRyan Scott2020-04-287-8/+65
* Define a Quote IO instanceRyan Scott2020-04-284-4/+20
* hadrian: always capture both stdout and stderr when running a builder failsAlp Mestanogullari2020-04-271-21/+28
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-275-1/+95
* Tweak includes in non-moving GC headersÖmer Sinan Ağacan2020-04-263-4/+1
* Fix misleading Ptr phantom type in SerializedCompact (#15653)Sylvain Henry2020-04-261-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-26565-2370/+2390
* Switch order on `GhcMake.IsBoot`John Ericson2020-04-242-3/+3
* GHC.Prim docs: note and testmniip2020-04-236-6/+22
* Include docs for non-primop entries in primops.txt as wellmniip2020-04-233-12/+22
* Add :doc to GHC.Primmniip2020-04-237-18/+60
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-2329-331/+584
* testsuite: Don't attempt to read .std{err,out} files if they don't existBen Gamari2020-04-231-2/+10
* hadrian/ghci: Allow arguments to be passed to GHCiBen Gamari2020-04-233-4/+4
* Create di_scoped_tvs for associated data family instances properlyRyan Scott2020-04-233-7/+99
* RTS: workaround a Linux kernel bug in timerfdSylvain Henry2020-04-221-4/+12
* Remove leftover comment in tcRnModule', redundant bindÖmer Sinan Ağacan2020-04-221-30/+25
* Update commentary and slightly refactor GHC.Tc.Deriv.InferRyan Scott2020-04-221-10/+17
* Fix build warning; add more informative information to the linker; fix linker...Moritz Angermann2020-04-222-5/+15
* llvmGen: Remove -fast-llvm flagBen Gamari2020-04-223-20/+1
* Add "ddump-cmm-opt" as alias for "ddump-opt-cmm".Andreas Klebinger2020-04-222-2/+10
* rts: Ensure that sigaction structs are initializedBen Gamari2020-04-221-2/+3
* Do eager instantation in termsSimon Peyton Jones2020-04-2271-849/+943
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-2210-41/+65
* Fix tab-completion for :break (#17989)Roland Senn2020-04-228-10/+180