summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make LHsQTyVars actually Located, and locate HsForAllTy.hst_bndrswip/T14529Alan Zimmerman2017-12-0215-103/+123
* More on ConDeclH98Simon Peyton Jones2017-11-2811-113/+79
* Most of Trac #14529Simon Peyton Jones2017-11-2821-465/+548
* 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
* | Remove hadrian sub-dir from .gitignoreMatthew Pickering2017-11-211-1/+0
* | Update leftover reference to refer to [FunBind vs PatBind]klebinger.andreas@gmx.at2017-11-211-2/+2
* | Add warn-missing-export-listsEvan Rutledge Borden2017-11-2110-4/+65
* | rts: Fix inconsistencies in how retainer and heap censuses are timed.Douglas Wilson2017-11-211-3/+3
* | rts: Move libdwPrintBacktrace to public interfaceBen Gamari2017-11-212-3/+6
* | Update ANNOUNCEBen Gamari2017-11-211-76/+63
* | CircleCI: Add webhook for Harbormaster buildsBen Gamari2017-11-211-0/+4
* | Revert "trees that grow" workBen Gamari2017-11-2171-4398/+3070
* | base: Document GHC.Stack.CCS internalsBen Gamari2017-11-212-1/+18
* | configure: Fix ar probed flagsBen Gamari2017-11-211-4/+8
* | CircleCI: Disable artifact collection on OS XBen Gamari2017-11-211-2/+3
* | rel-notes: Fix up formatting in release notesBen Gamari2017-11-201-3/+4
* | ghc-pkg: Add missing newlines to usage messageBen Gamari2017-11-201-2/+2
* | Bump haddock submoduleBen Gamari2017-11-201-0/+0
* | Bump hsc2hs submoduleBen Gamari2017-11-201-0/+0
* | Stop generating make files when using hadrian.Moritz Angermann2017-11-191-2/+5
* | Rename ghc-version -> ghcversion-fileMoritz Angermann2017-11-193-8/+7
* | Fix #elfi -> #elif; unbreak -Werror.Moritz Angermann2017-11-192-3/+8
* | base: Make documentation of atomically more accurateAndrew Martin2017-11-181-7/+16