summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Separate population of eventTypes from initial event generationwip/init-event-typesBen Gamari2019-06-081-8/+17
* gitlab-ci: Create index.html in documentation deploymentBen Gamari2019-06-071-0/+6
* Hadrian: use deb9 Docker images instead of deb8 for CI jobsAlp Mestanogullari2019-06-071-3/+3
* base: Export FinalizersBen Gamari2019-06-071-0/+1
* Pass preprocessor options to C compiler when building foreign C files (#16737)Zejun Wu2019-06-075-4/+54
* remove backticks from markup - it doesn't mean what I think it meanscode5hot2019-06-071-1/+1
* Used terminology from a paper. Added it as a reference.code5hot2019-06-071-3/+4
* Update Traversable.hs with a note about an intuitive lawcode5hot2019-06-071-1/+7
* llvm-targets: Add x86_64 android layoutMoritz Angermann2019-06-072-1/+2
* Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbsSimon Jakobi2019-06-076-1/+20
* Hadrian: Delete target symlink in createFileLinkUntrackedBen Gamari2019-06-071-1/+4
* Preserve ShadowInfo when rewriting evidenceSimon Peyton Jones2019-06-073-21/+44
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-074-55/+68
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-077-3/+23
* Add HEAP_PROF_SAMPLE_END event to mark end of samplesMatthew Pickering2019-06-077-0/+34
* TmOracle: Replace negative term equalities by refutable PmAltConsSebastian Graf2019-06-0715-550/+672
* [skip ci] Improve the documentation of the CNF primops. In this context, the ...Andrew Martin2019-06-071-23/+40
* gitlab-ci: Disable darwin hadrian jobMatthew Pickering2019-06-071-1/+2
* 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