summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Again disable stage0 terminfo on WindowsBen Gamari2017-02-281-0/+2
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-284-23/+44
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-289-7/+40
* Small changes to expression sizing in CoreUnfoldSimon Peyton Jones2017-02-281-2/+10
* When floating, don't box an expression that's okay for speculation (#13338)Reid Barton2017-02-283-4/+45
* Add Eq instances for TrName, ModuleBen Gamari2017-02-282-1/+11
* base: Expose Module from Type.ReflectionBen Gamari2017-02-282-1/+5
* configure: detect whether -lpthreads is necessary for pthreadsBen Gamari2017-02-282-0/+27
* DmdAnal: Clarify reference to Cardinality Analysis paperBen Gamari2017-02-281-1/+1
* Clear import path in --backpack mode to not accidentally pick up source files.Edward Z. Yang2017-02-271-0/+2
* Fix Mac OS X timestamp resolution bug.Edward Z. Yang2017-02-271-0/+5
* Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a)Tamar Christina2017-02-281-1/+0
* Stop uniques ending up in SPEC rule namesSimon Peyton Jones2017-02-271-4/+5
* Explicitly capture whether a splice has a dollar prefixAlan Zimmerman2017-02-274-17/+27
* Occurrence-analyse the result of rule firingsSimon Peyton Jones2017-02-263-16/+74
* Add -fspec-constr-keenSimon Peyton Jones2017-02-264-9/+66
* Refactor floating of bindings (fiBind)Simon Peyton Jones2017-02-264-109/+129
* Subtyping for roles in signatures.Edward Z. Yang2017-02-2611-32/+171
* Treat all TyCon with hole names as skolem abstract.Edward Z. Yang2017-02-2618-112/+84
* Remove outdated information about main() in HSrts (#1)Ben Gamari2017-02-261-7/+5
* tests: remove extra_files.py (#12223)Reid Barton2017-02-26202-1017/+790
* tests: manually move some extra_files into *.T filesReid Barton2017-02-2612-49/+44
* Remove extra_files entries for deleted testsReid Barton2017-02-261-15/+0
* Manually move extra_files for tests T9579_*Reid Barton2017-02-262-10/+1
* Bump hpc submodule to allow time-1.8Reid Barton2017-02-261-0/+0
* Ensure that Literals are in rangeJoachim Breitner2017-02-2611-52/+159
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-267-157/+600
* users-guide: Add documentation for JSON profile formatBen Gamari2017-02-261-2/+151
* Move Typeable Binary instances to binary packageBen Gamari2017-02-262-169/+8
* Coercion: Try dropping constraintIsLifted axiomBen Gamari2017-02-261-34/+0
* build system: Persist CrossCompiling in binary distributionsBen Gamari2017-02-261-0/+18
* Fix SetLevels for makeStaticPtrSimon Peyton Jones2017-02-261-7/+10
* Change -ddump-tc-trace output in TcErrors, slightlySimon Peyton Jones2017-02-261-5/+5
* Update OverloadedLabels docs and document HasFieldAdam Gundry2017-02-262-21/+213
* Bring sanity to openTempFileBen Gamari2017-02-261-5/+8
* Add testcase for #13340Ben Gamari2017-02-264-0/+14
* testsuite: Bump down T2762 numberBen Gamari2017-02-261-1/+2
* rts: Usage message wibblesBen Gamari2017-02-261-1/+1
* Load `pthreads` by default on WindowsTamar Christina2017-02-261-1/+13
* Make list of deprecated symbols on Windows weak.Tamar Christina2017-02-263-7/+14
* Load dependent dlls.Tamar Christina2017-02-262-67/+106
* Bring in unicode variants of API Annotations for HsBracketAlan Zimmerman2017-02-265-23/+35
* Rename compact to ghc-compact.Edward Z. Yang2017-02-2640-171/+131
* Correctly pretty print a wild card in infix positionAlan Zimmerman2017-02-254-0/+12
* Delete redundant import.Edward Z. Yang2017-02-241-1/+0
* Fix validate.Edward Z. Yang2017-02-241-10/+6
* Record full FieldLabel in ifConFields.Edward Z. Yang2017-02-247-80/+66
* Document AMP as a Report deviationDavid Feuer2017-02-241-2/+7
* Add a comment explaining CompleteMatchSig in HsBindsMatthew Pickering2017-02-241-0/+7
* Make SCCFunSig tag Located for ghc-exactprintAlan Zimmerman2017-02-243-3/+3