summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: Less floating out of unboxed stringswip/rwbarton-float-unboxedReid Barton2017-02-282-4/+3
* More comments and cleanupReid Barton2017-02-271-2/+10
* Cleanup and comments from SimonReid Barton2017-02-271-9/+22
* When floating, don't box an expression that's okay for speculation (#13338)Reid Barton2017-02-263-1/+21
* 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
* Add API Annotation AnnSignature for backpack signature modulesAlan Zimmerman2017-02-242-1/+2
* Make exprIsConApp_maybe work better for literals stringsSimon Peyton Jones2017-02-247-11/+56
* Add instances for (:~~:) mirroring those for (:~:)Ryan Scott2017-02-236-2/+41
* Correct Windows libdir assumptions.Tamar Christina2017-02-232-18/+26
* Fix parsing of And chains in BoolFormulaDmitry Ivanov2017-02-231-3/+7
* Include OverloadedRecordFields selectors in NameShape.Edward Z. Yang2017-02-234-1/+32
* More tracing in SpecConstrSimon Peyton Jones2017-02-231-4/+10
* Use half as much memory when reading interfacesReid Barton2017-02-232-3/+5
* ghci users guide: mention "~" expansion in :addChris Martin2017-02-231-0/+4
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-235-2/+32
* rts: Correct the nursery size in the gen 1 growth computationJohn C. Carey2017-02-231-1/+13
* testsuite: Remove old python version testsReid Barton2017-02-231-38/+4
* Set $1_$2_SplitSections in distdir-opts.mk not build-package.mkReid Barton2017-02-232-19/+19
* JSON profiler reportsBen Gamari2017-02-239-27/+200
* Have --backpack complain if multiple files are passed.Edward Z. Yang2017-02-232-8/+11
* Give better error message with you run ghc foo.bkpEdward Z. Yang2017-02-232-3/+12
* testsuite: Bump a performance testsBen Gamari2017-02-231-32/+35
* Spelling only [ci skip]Gabor Greif2017-02-2315-16/+16
* Export commentToAnnotation from Lexer.xAlan Zimmerman2017-02-231-0/+1
* Drop NFData constraint from compact.Edward Z. Yang2017-02-2211-62/+31
* Changelog notice for compact.Edward Z. Yang2017-02-221-0/+10
* Revert recent submodule bumpsBen Gamari2017-02-2213-16/+14
* Bump time submoduleBen Gamari2017-02-221-0/+0
* A much nicer solution for typechecking ApplicativeDoSimon Peyton Jones2017-02-221-35/+32
* Test Trac #13244Simon Peyton Jones2017-02-222-0/+35
* Fix ApplicativeDo constraint scopingSimon Peyton Jones2017-02-223-22/+70
* Test Trac #13271Simon Peyton Jones2017-02-223-0/+18
* Bump Cabal and containers submodulesBen Gamari2017-02-219-12/+14
* Fix all broken perf tests on x64 WindowsTamar Christina2017-02-215-6/+29
* Test Trac #13300Simon Peyton Jones2017-02-213-0/+17
* Gather constraints locally in checkMainSimon Peyton Jones2017-02-215-7/+45
* Disallow class instances for synonymsSimon Peyton Jones2017-02-214-6/+60
* A bit more tc-tracing in TcTyClsDeclsSimon Peyton Jones2017-02-211-0/+2
* Remove panics for TcTyConSimon Peyton Jones2017-02-212-50/+57
* A little refactoring of the simplifier around join pointsSimon Peyton Jones2017-02-212-38/+45
* Replace some pushTcLevelM's with pushTcLevelM_Ryan Scott2017-02-211-3/+3
* Minor spelling, grammar, and formatting fixesRyan Scott2017-02-211-6/+7
* Fix SetLevels for join pointsSimon Peyton Jones2017-02-211-18/+14
* Improve Core Lint, mainly for join pointsSimon Peyton Jones2017-02-211-38/+69