summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix buildwip/T16608Ömer Sinan Ağacan2019-06-071-6/+2
* Finish off work on #16608Simon Peyton Jones2019-06-051-96/+81
* Refactor mkBootModDetailsTcÖmer Sinan Ağacan2019-06-051-3/+1
* Refactor globaliseAndTidyIdÖmer Sinan Ağacan2019-06-052-15/+14
* RefactoringÖmer Sinan Ağacan2019-06-051-10/+9
* Remove redundant call to tidyTypeEnvÖmer Sinan Ağacan2019-06-051-3/+1
* UpdateÖmer Sinan Ağacan2019-06-052-20/+25
* Rename tidy->updateÖmer Sinan Ağacan2019-06-053-10/+10
* Update expected outputsÖmer Sinan Ağacan2019-06-052-2/+0
* Add tests for #16608Ömer Sinan Ağacan2019-06-058-0/+69
* Hadrian: profiling and debug enabled ways support -eventlog tooAlp Mestanogullari2019-06-041-1/+3
* make: Fix bindist installationBen Gamari2019-06-042-6/+5
* gitlab-ci: Run bindisttest during CIBen Gamari2019-06-041-0/+3
* Add GHCi :instances commandXavier Denis2019-06-0412-6/+314
* Hadrian: fix OSX build failure and add an OSX/Hadrian CI jobAlp Mestanogullari2019-06-042-1/+41
* Use a better strategy for determining the offset applied to foreign function ...Andrew Martin2019-06-0423-45/+443
* TestRunner: Added --chart to display a chart of performance testsDavid Eichmann2019-06-045-124/+354
* gitlab-ci: Use GHC 8.6.5 for Windows CI buildsBen Gamari2019-06-021-3/+3
* Add `-haddock` to prepare-system.sh and .gitlab-ci.ymlTakenobu Tani2019-06-023-1/+3
* Add `-haddock` to perf.mk rather than prepare-system.shTakenobu Tani2019-06-022-2/+1
* Add `-haddock` option under ci condition to fix #16415Takenobu Tani2019-06-021-0/+1
* rts: Remove unused decls from CNF.hÖmer Sinan Ağacan2019-06-011-3/+0
* Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan2019-06-016-1/+25
* Fix space leaks in dynLoadObjs (#16708)Ryan Scott2019-05-311-7/+7
* Reject nested foralls in foreign imports (#16702)Ryan Scott2019-05-315-9/+85
* Improve ThreadId Show instanceNathan Collins2019-05-311-2/+2
* Fix and enforce validation of header for .hie filesZubin Duggal2019-05-316-28/+134
* Implement (Functor.<$) for Data.Functor.{Compose,Product,Sum}Simon Jakobi2019-05-313-0/+5
* Implement (Functor.<$) for ArraySimon Jakobi2019-05-311-0/+9
* Put COMPLETE sigs into ModDetails with -fno-code (#16682)Ryan Scott2019-05-314-14/+30
* Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan2019-05-314-2/+57
* Remove unused RTS function 'unmark'Ömer Sinan Ağacan2019-05-311-10/+0
* Expose doCppNeil Mitchell2019-05-311-0/+1
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-313-0/+27
* Use types already in AST when making .hie fileMatthew Pickering2019-05-312-1/+3
* powerpc32: fix stack allocation code generationSergei Trofimovich2019-05-311-1/+1
* powerpc32: fix 64-bit comparison (#16465)Sergei Trofimovich2019-05-311-0/+1
* Update `$(TOP)/*.md` documentsTakenobu Tani2019-05-314-35/+36
* Eventlog: Document the fact timestamps are nanosecondsMatthew Pickering2019-05-311-0/+4
* testsuite: Compile T9630 with +RTS -G1Ben Gamari2019-05-301-1/+4
* Improve targetContents code docsDaniel Gröber2019-05-303-6/+9
* Add depanalPartial to make getting a partial modgraph easierDaniel Gröber2019-05-301-10/+32
* PartialDownsweep: Add test for import errorsDaniel Gröber2019-05-302-0/+14
* Catch preprocessor errors in downsweepDaniel Gröber2019-05-307-28/+95
* Make downsweep return all errors per-module instead of throwing someDaniel Gröber2019-05-305-29/+28
* Refactor summarise{File,Module} to extract checkSummaryTimestampDaniel Gröber2019-05-304-47/+123
* Refactor summarise{File,Module} to reduce code duplicationDaniel Gröber2019-05-301-84/+123
* Refactor downsweep to allow returning multiple errors per moduleDaniel Gröber2019-05-302-29/+27
* Add failing test for #10887Daniel Gröber2019-05-303-0/+143
* Export GhcMake.downsweepDaniel Gröber2019-05-301-0/+2