summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Minor refactor to use filterInScopeSimon Peyton Jones2015-08-051-8/+9
* Comments onlySimon Peyton Jones2015-08-051-88/+120
* Warn about missed specialisations for importsSimon Peyton Jones2015-08-054-32/+73
* Do not complain about SPECIALISE for INLINESimon Peyton Jones2015-08-051-8/+17
* Allow proper errors/warnings in core2core passesSimon Peyton Jones2015-08-059-35/+90
* Add Fixity info for infix typesRyanGlScott2015-08-0515-51/+130
* Additions to users' guide and release notesRyanGlScott2015-08-052-7/+10
* Make sure that `all`, `any`, `and`, and `or` fuse (#9848)Takano Akio2015-08-054-0/+25
* Make Exception datatypes into newtypesRyanGlScott2015-08-053-6/+9
* Make -fcpr-off a dynamic flagChristiaan Baaij2015-08-056-24/+32
* Drop custom mapM impl for []Ben Gamari2015-08-051-3/+0
* users_guide: Add note about #367 to Bugs sectionBen Gamari2015-08-051-0/+15
* 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