summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Heap/Inspect.hs
Commit message (Expand)AuthorAgeFilesLines
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-241-2/+48
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Fix GHCi :print on big-endian platformsStefan Schulze Frielinghaus2020-07-091-14/+15
* Update compilerSylvain Henry2020-06-171-70/+48
* Various performance improvementsKrzysztof Gogolewski2020-06-171-4/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-7/+9
* Explicit SpecificityGert-Jan Bottu2020-05-211-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* GHC.Runtime: avoid DynFlags (#17957)Sylvain Henry2020-04-211-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-3/+3
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-7/+7
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-9/+8
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+6
* DynFlags refactoring IIISylvain Henry2020-03-251-3/+5
* Modules: Core (#13009)Sylvain Henry2020-03-161-5/+5
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-291-2/+9
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+1355