summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add hadrian as a submoduleBen Gamari2017-12-082-0/+24
* Rip out hadrian subtreeBen Gamari2017-12-08112-8915/+0
* Occurrrence analysis improvements for NOINLINE functionsSimon Peyton Jones2017-12-085-36/+47
* Improve LiberateCaseSimon Peyton Jones2017-12-081-36/+54
* Refactor kcHsTyVarBndrsSimon Peyton Jones2017-12-082-71/+83
* Revert accidental hsc2hs submodule downgradeHerbert Valerio Riedel2017-12-071-0/+0
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-0724-560/+588
* Forward-port changes from GHC 8.2 branchHerbert Valerio Riedel2017-12-074-7/+28
* utils/hsc2hs: update submoduleSergei Trofimovich2017-12-051-0/+0
* rts: fix filename case for mingw32 targetSergei Trofimovich2017-12-054-6/+6
* Bump version to 8.5ghc-8.5-startBen Gamari2017-12-044-5/+5
* Fix ghc_packagesBen Gamari2017-12-041-1/+2
* template-haskell: Rip out FamFlavourBen Gamari2017-12-049-74/+11
* Make the Con and Con' patterns produce evidenceDavid Feuer2017-12-041-13/+56
* Cache TypeRep kinds aggressivelyDavid Feuer2017-12-0112-70/+251
* Add trace injectionDavid Feuer2017-12-013-3/+119
* Handle CPP properly in BackpackEdward Z. Yang2017-11-302-2/+9
* Make use of boot TyThings during typechecking.Edward Z. Yang2017-11-3014-221/+87
* Darwin: Use gmp from homebrewBen Gamari2017-11-291-1/+1
* Darwin: Set deployment targetBen Gamari2017-11-291-0/+4
* Bump unix submoduleBen Gamari2017-11-291-0/+0
* Comments only: Trac #14511Simon Peyton Jones2017-11-291-0/+10
* Minor tweaks to codegens.rstSteven Shaw2017-11-291-2/+2
* CircleCI: Freeze all packages at fixed index stateBen Gamari2017-11-291-3/+4
* CircleCI: Disallow hscolour 1.24.3Ben Gamari2017-11-291-1/+1
* CLabel: A bit of documentationBen Gamari2017-11-281-3/+25
* Cmm: Add missing cases for BlockInfoTableBen Gamari2017-11-281-0/+2
* CLabel: More specific debug output from CLabelBen Gamari2017-11-281-2/+3
* nativeGen: Use foldl' instead of foldlBen Gamari2017-11-281-1/+1
* nativeGen: Use plusUFMList instead of foldrBen Gamari2017-11-281-2/+2
* CLabel: Refactor pprDynamicLinkerAsmLabelBen Gamari2017-11-281-49/+59
* cmm: Use LocalBlockLabel instead of AsmTempLabel to represent blocksBen Gamari2017-11-288-25/+60
* CLabel.labelType: Make catch-all case explicitBen Gamari2017-11-281-3/+14
* base: Rip out old RTS statistics interfaceBen Gamari2017-11-272-145/+8
* relnotes: Rework treatment of included package listBen Gamari2017-11-275-29/+138
* Don't call alex for Cabal lib during GHC buildTobias Dammers2017-11-271-1/+9
* typecheck: Consistently use pretty quotes in error messagesBen Gamari2017-11-276-12/+18
* Check quantification for partial type signatuesSimon Peyton Jones2017-11-275-49/+103
* boot: Eliminate superfluous outputBen Gamari2017-11-271-1/+0
* RtsFlags: allow +RTS -K0Ben Gamari2017-11-273-1/+14
* Add obvious Outputable Integer instance.klebinger.andreas@gmx.at2017-11-271-0/+3
* Follow symlinks in the Win32 code for System.Environment.getExecutablePathAlp Mestanogullari2017-11-272-5/+82
* Don't complain about UNPACK in -fno-code.Edward Z. Yang2017-11-274-2/+34
* CircleCI: Reenable artifact collection on DarwinBen Gamari2017-11-241-3/+2
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-245-62/+212
* users-guide: Fix :default: placementBen Gamari2017-11-231-1/+1
* DynFlags: Expand $topdir in --info outputBen Gamari2017-11-231-1/+2
* SysTools: Split up TopDir logic into new moduleBen Gamari2017-11-233-184/+212
* SysTools: Expand occurrences of $topdir anywhere in a Settings pathBen Gamari2017-11-231-18/+19
* rts/Printer: add closure name entries for small arrays (Fixes #14513)Takano Akio2017-11-232-1/+11