summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add framework flags when linking a dynamic libraryChristiaan Baaij2015-08-052-29/+44
* Pretty: use replicate for spaces and multi_ch (#10735)Thomas Miedema2015-08-051-8/+3
* Pretty: mimic pretty API more closely (#10735)Thomas Miedema2015-08-052-47/+68
* Pretty: use BangPatterns instead of manual unboxing Ints (#10735)Thomas Miedema2015-08-052-85/+91
* Pretty: Args of NilAbove/TextBeside/Nest/Union are always RDocs (#10735)Thomas Miedema2015-08-051-8/+5
* Pretty: kill code that has been dead since 1997 (#10735)Thomas Miedema2015-08-051-21/+4
* Pretty: remove superfluous parenthesis (#10735)Thomas Miedema2015-08-051-9/+9
* Pretty: improve error messages (#10735)Thomas Miedema2015-08-051-14/+37
* Pretty: rename variables to the ones used by libraries/pretty (#10735)Thomas Miedema2015-08-052-41/+40
* Pretty: reformat using style from libraries/pretty (#10735)Thomas Miedema2015-08-051-374/+442
* Test #9233 in perf/compiler/T9233Richard Eisenberg2015-08-043-1/+153
* Fix #10713.Richard Eisenberg2015-08-043-2/+18
* Removed deprecated syntax for GADT constuctors.Ulya Trofimovich2015-08-034-66/+38
* CmmParse: Don't force alignment in memcpy-ish operationsBen Gamari2015-08-032-3/+4
* Typos in comments [skip ci]Gabor Greif2015-08-0315-16/+16
* Support wild cards in data/type family instancesThomas Winant2015-08-0316-18/+159
* 4 reduce/reduce parser conflicts resolvedUlya Trofimovich2015-08-031-154/+99
* Test Trac #10134Simon Peyton Jones2015-08-033-0/+31
* Minor improvement to user guideSimon Peyton Jones2015-08-031-3/+5
* Typos in commentsSimon Peyton Jones2015-08-032-4/+4
* Fix incorrect stack pointer usage in StgRun() on x86_64Ben Gamari2015-08-031-11/+10
* Update parallel submodule, and re-enable warningsSimon Marlow2015-08-032-1/+0
* Support MO_U_QuotRem2 in LLVM backendMichal Terepeta2015-08-033-1/+109
* Make BranchFlag a new kindGabor Greif2015-08-021-14/+13
* Typo in commentGabor Greif2015-08-021-1/+1
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-0214-63/+92
* Typos in commentsGabor Greif2015-08-015-5/+5
* Give raise# a return type of open kind (#10481)Reid Barton2015-07-315-1/+14
* Typos in commentsGabor Greif2015-07-314-4/+4
* Remove checked-in PDFs.Edward Z. Yang2015-07-314-0/+0
* Fix #7919 (again)Simon Marlow2015-07-312-14/+35
* User's guide: delete ancient "Core syntax" exampleThomas Miedema2015-07-311-106/+0
* Build system: remove function keyword from configure.ac (#10705)Thomas Miedema2015-07-311-2/+2
* Backpack docs on renamer and depsolver, also s/package/unit/.Edward Z. Yang2015-07-302-586/+233
* Testsuite: T10245 is passing for WAY=ghci (#10245)Thomas Miedema2015-07-311-1/+2
* Testsuite: add typecheck/should_fail/T8034 (#8034)Thomas Miedema2015-07-303-0/+19
* Testsuite: add typecheck/should_fail/T9260 (#9260)Thomas Miedema2015-07-303-0/+43
* Testsuite: add arrows/should_compile/T5333 (#5333)Thomas Miedema2015-07-302-0/+29
* Testsuite: skip T10489 unless compiler_debugged (#10489)Thomas Miedema2015-07-302-1/+2
* Testsuite: mark tests recently fixed as passing + accept new stderrThomas Miedema2015-07-305-5/+9
* Testsuite: rename rename/should_fail/T5001 to T5001b (#5001)Thomas Miedema2015-07-303-5/+5
* Fix comment that confused HaddockSimon Peyton Jones2015-07-301-2/+2
* Typos in comments and stringsGabor Greif2015-07-305-6/+6
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-3014-45/+75
* Fix misspelled function name in a commentBartosz Nitka2015-07-301-1/+1
* Make headers C++ compatible (fixes #10700)Alexey Shmalko2015-07-302-12/+12
* Make configure error out on missing ghc-tarballs on WindowsTamar Christina2015-07-304-8/+56
* Don't allowInterrupt inside uninterruptibleMaskBen Gamari2015-07-304-4/+40
* Fix missing filesSimon Peyton Jones2015-07-302-1/+7
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-3014-138/+148