summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delete the WayPar wayThomas Miedema2015-07-1010-186/+6
* Improve error message for fundepsSimon Peyton Jones2015-07-107-10/+41
* Update .mailmap [skip ci]Thomas Miedema2015-07-101-0/+2
* Better type wildcard errorsSimon Peyton Jones2015-07-1012-350/+354
* Comments onlySimon Peyton Jones2015-07-101-0/+2
* Make mkQualPackage more robust when package key is bad.Edward Z. Yang2015-07-091-4/+3
* Add testcase for #10602Ben Gamari2015-07-092-0/+35
* users_guide: Fix errant "a" in RULES/class methods docsBen Gamari2015-07-091-1/+1
* Infer types with flexible contextsSimon Peyton Jones2015-07-094-22/+22
* White space onlySimon Peyton Jones2015-07-091-1/+1
* Document RULES and class methodsSimon Peyton Jones2015-07-091-0/+55
* Bitmap: Fix thunk explosionBen Gamari2015-07-091-20/+64
* Fix Trac #10618 (out of scope operator)Simon Peyton Jones2015-07-084-2/+15
* Comments onlySimon Peyton Jones2015-07-081-26/+32
* Broaden Outputable instance for TerminationSimon Peyton Jones2015-07-081-1/+1
* Delete duplicate "Note [Unpack equality predicates]"Thomas Miedema2015-07-081-11/+0
* Unbreak Windows build: delete unusud throwIOIOThomas Miedema2015-07-081-5/+0
* holePackageKey and isHoleModule utility functions.Edward Z. Yang2015-07-071-0/+9
* Backpack: Flesh out more Cabal detailsEdward Z. Yang2015-07-072-46/+282
* Export more types from GHC.RTS.Flags (#9970)RyanGlScott2015-07-072-7/+16
* Fix #10596 by looking up 'Int' not 'Maybe Int' in the map.Edward Z. Yang2015-07-074-4/+24
* always use -fPIC on OpenBSD/AMD64 platformKarel Gardas2015-07-071-0/+6
* Generalize `Control.Monad.forever`Ben Gamari2015-07-072-2/+4
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-07-075-9/+57
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-0710-12/+64
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-0722-936/+945
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-077-23/+86
* Update comments around blackholesSimon Marlow2015-07-073-11/+14
* Fix word repetitions in commentsGabor Greif2015-07-072-2/+2
* Build system: don't set GhcLibWays explicitly in build.mk.sample (#10536)Thomas Miedema2015-07-073-39/+33
* Add Note [Warnings in code generated by Alex]Thomas Miedema2015-07-073-17/+37
* Fix "CPP directive" in commentBen Gamari2015-07-071-6/+6
* Add more discussion of black-holing logic for #10414Ben Gamari2015-07-071-9/+59
* Don't eagerly blackhole single-entry thunks (#10414)Reid Barton2015-07-075-1/+53
* Fix offset calculation in __stg_gc_funSimon Marlow2015-07-062-2/+4
* Spelling in commentsGabor Greif2015-07-063-3/+3
* Remove warnings for -fwarn-incomplete-patternswip/lexer-warningsAlan Zimmerman2015-07-061-3/+3
* Specialise: Avoid unnecessary recomputation of free variable informationBen Gamari2015-07-061-22/+34
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-06284-1026/+0
* Remove Hugs specific test setups (omit_compiler_type)Thomas Miedema2015-07-067-13/+3
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-065-2/+40
* Fix typo [skip ci] (#10605)Thomas Miedema2015-07-051-1/+1
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-057-25/+117
* Lexer.x and Parser.y: delete dead codeThomas Miedema2015-07-052-17/+1
* Use -fno-warn-unused-imports instead of hiding `ord`Thomas Miedema2015-07-052-2/+4
* Comments only [skip ci]Thomas Miedema2015-07-041-0/+4
* Lexer: remove -fno-warn-unused-do-bindThomas Miedema2015-07-041-6/+3
* Remove dead code / overlapping pattern (#9723)Thomas Miedema2015-07-041-2/+0
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-047-21/+14
* Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backendMichal Terepeta2015-07-047-9/+198