summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: use System.FilePath.splitSearchPathThomas Miedema2014-11-192-27/+3
* Support for "with" renaming syntax, and output a feature flag.Edward Z. Yang2014-11-182-22/+20
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-182-2/+18
* Comments onlySimon Peyton Jones2014-11-183-22/+6
* Fix detection of GNU gold linker if invoked via gcc with parametersSebastian Dröge2014-11-181-2/+5
* Disable AVX for LLVM 3.2 by default (#9391)Peter Wortmann2014-11-181-5/+11
* Update comment about C helper for foreign exports (#9713)Bertram Felgenhauer2014-11-181-2/+6
* Outputable instance for IfaceVectInfoMateusz Kowalczyk2014-11-181-0/+10
* Whitespace onlyMateusz Kowalczyk2014-11-181-8/+8
* Add a note why tcGetInstEnvs is duplicated.Edward Z. Yang2014-11-171-1/+2
* Remove optimized package lookup, simplifying code.Edward Z. Yang2014-11-171-49/+1
* Adding dedicated Show instances for SrcSpan/SrcLocAlan Zimmerman2014-11-171-3/+17
* Docs onlyEdward Z. Yang2014-11-175-12/+31
* Generalize exposed-modules field in installed package databaseEdward Z. Yang2014-11-152-14/+36
* Partially revert 475dd93efaAustin Seipp2014-11-141-2/+1
* When calling the success continuation of a matcher, pass existential tyvarsDr. ERDI Gergo2014-11-131-3/+3
* nlHsTyApps: for applying a function both on type- and term-level argumentsDr. ERDI Gergo2014-11-131-1/+4
* Apply compulsory unfoldings during desugaring, except for `seq` which is spec...Dr. ERDI Gergo2014-11-131-1/+21
* If pattern synonym is bidirectional and its type is some unboxed type T#,Dr. ERDI Gergo2014-11-139-87/+173
* Fix typo in panic messageDr. ERDI Gergo2014-11-131-1/+1
* Add `--fwarn-trustworthy-safe` to `-Wall`David Terei2014-11-121-1/+2
* Add in `-fwarn-trustworthy-safe` flag.David Terei2014-11-122-57/+106
* Remove a stray Trustworthy flag in ghc.David Terei2014-11-121-1/+0
* Fix #9404 by removing tcInfExpr.Richard Eisenberg2014-11-125-49/+76
* Fix #9788 by giving `coerce` the right type.Richard Eisenberg2014-11-121-11/+8
* Fix #9204 by outputting extra info on boot file mismatch.Richard Eisenberg2014-11-121-48/+134
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-123-15/+27
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-122-20/+43
* Remove unboxed Int# fields from NameFlavour (#9527)Richard Eisenberg2014-11-121-4/+2
* Fix #9066.Richard Eisenberg2014-11-123-28/+57
* Per-thread allocation counters and limitsSimon Marlow2014-11-126-99/+293
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-124-4/+16
* Comments onlySimon Peyton Jones2014-11-111-0/+3
* Comments only (on recursive dictionaries)Simon Peyton Jones2014-11-112-40/+58
* Group PatSyn req/prov arguments together so that they're not all over the placeDr. ERDI Gergo2014-11-084-29/+28
* In pattern synonym matchers, support unboxed continuation results (fixes #9783).Dr. ERDI Gergo2014-11-083-22/+42
* Miscellaneous documentation for the Finder.Edward Z. Yang2014-11-071-2/+22
* Typofix.Edward Z. Yang2014-11-071-1/+1
* small parser/lexer cleanupYuri de Wit2014-11-074-571/+571
* Improve Applicative definitionsDavid Feuer2014-11-072-1/+3
* Warn for Safe Haskell when -XOverlappingInstances orDavid Terei2014-11-062-14/+32
* Better error messages for new per-instance overlap flags and SafeDavid Terei2014-11-061-1/+9
* Refactor the code that prevents recursion among Coercible constraintsSimon Peyton Jones2014-11-063-46/+44
* Wibbles to notesSimon Peyton Jones2014-11-061-33/+2
* Allow the solved dictionaries to propagate from outside inSimon Peyton Jones2014-11-061-3/+26
* Minor refacoring and trace-message printingSimon Peyton Jones2014-11-062-24/+25
* Switch off lazy flattening (fix Trac #3064)Simon Peyton Jones2014-11-063-10/+42
* Comments and white space onlySimon Peyton Jones2014-11-061-1/+1
* Make tyConsOfType return a (NameEnv TyCon) rather than [TyCon]Simon Peyton Jones2014-11-064-13/+14
* Remove unused tyConsOfDataConSimon Peyton Jones2014-11-062-15/+1