summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make oneShot open-kindedJoachim Breitner2015-08-084-2/+27
* Sync base/changelog.md with GHC 7.10.2 releaseHerbert Valerio Riedel2015-08-071-3/+4
* Comments onlySimon Peyton Jones2015-08-073-7/+8
* Test Trac #10753Simon Peyton Jones2015-08-072-0/+25
* Big batch of Backpack documentation edits.Edward Z. Yang2015-08-062-762/+898
* base: Add missing Traversable instance for ZipListBen Gamari2015-08-072-3/+9
* Rejigger OSMem.my_mmap to allow building on MacRichard Eisenberg2015-08-061-28/+31
* Add test for #10600 (exhaustiveness check with --make and -fno-code)Reid Barton2015-08-063-0/+17
* llvmGen: Rework LLVM manglerBen Gamari2015-08-061-102/+81
* base: Add instancesfumieval2015-08-065-5/+32
* Ensure DynFlags are consistentBen Gamari2015-08-069-29/+66
* Test Trac #10742Simon Peyton Jones2015-08-062-0/+15
* T8968-1 and -3 should passSimon Peyton Jones2015-08-061-2/+2
* Comments onlySimon Peyton Jones2015-08-061-0/+2
* Coments onlySimon Peyton Jones2015-08-061-2/+6
* Fix quantification for inference with sigsSimon Peyton Jones2015-08-056-11/+100
* Tidy up and refactor wildcard handlingSimon Peyton Jones2015-08-0542-1186/+1213
* 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