summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CircleCI: Install lbzip2 and patchBen Gamari2017-11-231-2/+2
* circleci: Build with HadrianBen Gamari2017-11-231-0/+29
* CircleCI: Try validating LLVM as wellBen Gamari2017-11-231-1/+43
* CircleCI: Perform nightly validation of unregisterised buildBen Gamari2017-11-231-0/+31
* Fix READMEBen Gamari2017-11-231-172/+106
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-2222-646/+1
* Update HadrianBen Gamari2017-11-2212-141/+305
|\
| * Squashed 'hadrian/' changes from fa3771fe6b..4499b294e4Ben Gamari2017-11-2212-37/+135
* | ErrUtils: Ensure timing dumps are always output on one lineBen Gamari2017-11-211-0/+1
* | ErrUtils: Refactor dump file logicBen Gamari2017-11-211-37/+45
* | Bump stm submoduleBen Gamari2017-11-211-0/+0
* | base: Remove redundant subtraction in (^) and stimesBen Gamari2017-11-212-6/+18
* | cmm: Optimise remainders by powers of twoBen Gamari2017-11-211-25/+41
* | testsuite: Add test for #14257Ben Gamari2017-11-214-0/+27
* | Test Trac #14488Vladislav Zavialov2017-11-212-0/+11