summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TmOracle: Replace negative term equalities by refutable PmAltConswip/pmcheck-refutsSebastian Graf2019-06-0515-550/+672
* 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
* Apply suggestion to rts/CheckUnload.cTrịnh Tuấn Phương2019-05-301-1/+2
* Apply suggestion to rts/CheckUnload.cTrịnh Tuấn Phương2019-05-301-1/+1
* Use binary search to speedup checkUnloadPhuong Trinh2019-05-309-32/+369
* rts: Handle zero-sized mappings in MachO linkerBen Gamari2019-05-301-2/+6
* CODEOWNERS: Use correct username for Richard EisenbergBen Gamari2019-05-301-6/+6
* Hadrian: always generate the libffi dynlibs manifest with globbingAlp Mestanogullari2019-05-302-14/+10
* Hadrian: Add note about Libffi's Indicating Inputs #16653David Eichmann2019-05-291-7/+30
* Inline `Settings` into `DynFlags`John Ericson2019-05-2913-122/+146
* Break up `Settings` into smaller structsJohn Ericson2019-05-299-190/+541
* Provide details in `plusSimplCount` errorsJosh Meredith2019-05-291-1/+8
* tcMatchesFun s/rho/sigma #16692Vladislav Zavialov2019-05-292-3/+3
* CNF.c: Move debug functions behind ifdefÖmer Sinan Ağacan2019-05-291-1/+1
* downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber2019-05-294-18/+14
* Allow using tagetContents for modules needing preprocessingDaniel Gröber2019-05-296-38/+242
* Add hPutStringBuffer utilityDaniel Gröber2019-05-291-0/+6
* Don't lose parentheses in show SomeAsyncExceptionNathan Collins2019-05-291-1/+1