summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CSE code cleanup and improvementwip/cse-code-desmellingSimon Peyton Jones2016-04-063-119/+207
* Revert "Demand Analyzer: Do not set OneShot information"Joachim Breitner2016-03-313-30/+60
* Revert accidental change to collectTyAndValBindersSimon Peyton Jones2016-03-311-17/+22
* Demand Analyzer: Do not set OneShot informationJoachim Breitner2016-03-313-60/+30
* Refactor error generation for pattern synonymsSimon Peyton Jones2016-03-317-157/+178
* Make SigSkol take TcType not ExpTypeSimon Peyton Jones2016-03-316-17/+11
* Small refactor of TcMType.tauifyExpTypeSimon Peyton Jones2016-03-311-4/+8
* Refactor in TcMatchesSimon Peyton Jones2016-03-3111-48/+39
* Comments onlySimon Peyton Jones2016-03-311-2/+4
* Minor refactoring in mkExportSimon Peyton Jones2016-03-311-13/+15
* Comments onlySimon Peyton Jones2016-03-312-10/+8
* Kill the magic of AnyBen Gamari2016-03-309-139/+123
* Add -f(no-)version-macro to explicitly control macros.Edward Z. Yang2016-03-306-2/+13
* Don't require -hide-all-packages for MIN_VERSION_* macrosThomas Miedema2016-03-306-25/+13
* ghc-prim: Mark unpackCStringUtf8# and unpackNBytes# as NOINLINEBen Gamari2016-03-301-5/+33
* Defer inlining of Ord methodsBen Gamari2016-03-303-31/+207
* ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1Ben Gamari2016-03-303-10/+17
* rts/posix/Itimer.c: Handle EINTR when reading timerfdErik de Castro Lopo2016-03-311-4/+9
* Comments only in Unify.hsSimon Peyton Jones2016-03-301-69/+81
* Do not claim that -O2 does not do better than -OJoachim Breitner2016-03-301-3/+0
* Don't recompute some free vars in lintCoercionBartosz Nitka2016-03-303-12/+12
* Typos in non-codeGabor Greif2016-03-3017-18/+18
* Add testcase for #11770Joachim Breitner2016-03-307-23/+119
* base: Fix haddock typoBen Gamari2016-03-291-1/+1
* users-guide/rel-notes: Note broken-ness of ImpredicativeTypesBen Gamari2016-03-291-0/+8
* rename: Disallow type signatures in patterns in plain HaskellBen Gamari2016-03-294-1/+35
* Tes suite output updatesJoachim Breitner2016-03-292-24/+25
* Do not print DmdType in Core outputJoachim Breitner2016-03-2920-103/+99
* Rename isNopSig to isTopSigJoachim Breitner2016-03-295-11/+12
* SpecConstr: Transport strictness data to specialization’s argument’s bindersJoachim Breitner2016-03-291-1/+25
* Typo in Note nameJoachim Breitner2016-03-291-2/+2
* Ticky: Do not count every entry twiceJoachim Breitner2016-03-291-2/+1
* Be more explicit about closure types in ticky-ticky-reportJoachim Breitner2016-03-293-45/+88
* Remove all mentions of IND_OLDGEN outside of docs/rtsJoachim Breitner2016-03-292-3/+2
* cleanup POSIX/XOPEN defines for switch to C99Karel Gardas2016-03-291-16/+12
* base: Add comment noting import loopBen Gamari2016-03-291-0/+2
* Add Data.Functor.Classes instances for Proxy (trac issue #11756)Andrew Martin2016-03-292-0/+21
* Use the correct substitution in lintCoercionBartosz Nitka2016-03-293-1/+12
* Build correct substitution in instDFunTypeBartosz Nitka2016-03-291-2/+4
* Use a correct substitution in tcInstTypeBartosz Nitka2016-03-291-1/+1
* users-guide: Add references to various issues in bugs sectionBen Gamari2016-03-291-0/+37
* users-guide: WibblesBen Gamari2016-03-291-6/+34
* users-guide: Provide more depth in table-of-contentsBen Gamari2016-03-291-1/+1
* base: Document caveats about Control.Concurrent.ChanErik de Castro Lopo2016-03-291-0/+5
* Reenable external-json lintersBen Gamari2016-03-292-1/+14
* fix compilation failure on Solaris 11Karel Gardas2016-03-291-1/+1
* Remove obsolete --with-hc flag from ./configureHerbert Valerio Riedel2016-03-281-9/+0
* Update bytestring submodule to latest snapshotHerbert Valerio Riedel2016-03-281-0/+0
* Do not test for existence of the executableKai Harries2016-03-284-4/+4
* Autoconf: detect and set CFLAGS/CPPFLAGS needed for C99 modeHerbert Valerio Riedel2016-03-284-0/+56