summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test case for #8144.wip/8144Niklas Hambüchen2014-11-215-0/+47
* Re-center bytes-allocated for `haddock.compiler`Herbert Valerio Riedel2014-11-221-1/+2
* Implement `Natural` number type (re #9818)Herbert Valerio Riedel2014-11-227-0/+579
* Deprecate Data.Version.versionTags (#2496)Thomas Miedema2014-11-228-23/+23
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-2127-62/+226
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-2111-693/+732
* Add function for size-checked conversion of Integral typesSean Leather2014-11-212-1/+107
* Add displayException method to Exception (#9822)Michael Snoyman2014-11-212-0/+11
* llvmGen: Compatibility with LLVM 3.5 (re #9142)Ben Gamari2014-11-215-31/+127
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-2140-48/+52
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-2120-59/+58
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-2115-19/+47
* Update Control.Monad.ST.* for Safe Haskell as now they're safe by defaultDavid Terei2014-11-217-8/+10
* Add T7220a.stderrJoachim Breitner2014-11-211-0/+14
* Add 'fillBytes' to Foreign.Marshal.Utils.Alex Petrov2014-11-212-2/+19
* Capture original source for literalsAlan Zimmerman2014-11-2131-248/+687
* Add Data.Void to base (re #9814)Herbert Valerio Riedel2014-11-213-0/+78
* Export more Packages functionsLuite Stegeman2014-11-211-4/+11
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-218-5/+110
* Add API AnnotationsAlan Zimmerman2014-11-2132-664/+2331
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-2147-620/+864
* Update manual for pattern splices (#1476)Richard Eisenberg2014-11-211-13/+42
* Fix #9824 by not warning about unused matches in pattern quotes.Richard Eisenberg2014-11-212-1/+4
* Test #9824 in th/T9824Richard Eisenberg2014-11-212-0/+7
* Release notes for #1476, #7484.Richard Eisenberg2014-11-211-0/+11
* Fix #1476 by making splice patterns work.Richard Eisenberg2014-11-214-13/+40
* Test that nested pattern splices don't scope (#1476).Richard Eisenberg2014-11-213-0/+16
* Test #1476 in th/T1476Richard Eisenberg2014-11-212-0/+11
* Fix #7484, checking for good binder names in Convert.Richard Eisenberg2014-11-2110-80/+270
* Test #7484 in th/T7484Richard Eisenberg2014-11-213-0/+12
* Comments onlySimon Peyton Jones2014-11-212-30/+7
* Test Trac #8149Simon Peyton Jones2014-11-213-0/+14
* Fix Trac #9815Simon Peyton Jones2014-11-216-8/+37
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-2145-327/+401
* Test T2239 actually succeeds without impredicativity, because of the new co/c...Simon Peyton Jones2014-11-213-33/+21
* Fix up tests for Trac #7220; the old test really was ambiguousSimon Peyton Jones2014-11-213-4/+33
* Test Trac #9569Simon Peyton Jones2014-11-214-0/+38
* Delete duplicated testsSimon Peyton Jones2014-11-215-41/+0
* Trac #9222 is actually an ambiguous type, now detectedSimon Peyton Jones2014-11-213-1/+31
* Test Trac #9318Simon Peyton Jones2014-11-213-0/+20
* Remove TcMType from compiler_stage2_dll0_MODULESSimon Peyton Jones2014-11-211-1/+0
* Fix a latent promotion bug in TcSimplify.simplifyInferSimon Peyton Jones2014-11-211-13/+20
* Make the on-the-fly unifier defer forall/forall unificationSimon Peyton Jones2014-11-211-25/+1
* Put the decision of when a unification variable can unify with a polytypeSimon Peyton Jones2014-11-212-33/+33
* Implement full co/contra-variant subsumption checking (fixes Trac #9569)Simon Peyton Jones2014-11-2115-150/+312
* Move all the zonk/tidy stuff together into TcMType (refactoring only)Simon Peyton Jones2014-11-213-85/+88
* Rejig builders for pattern synonyms, especially unlifted onesSimon Peyton Jones2014-11-2112-417/+338
* Comments onlySimon Peyton Jones2014-11-213-3/+2
* Rewrite Note [Deriving any class]Joachim Breitner2014-11-211-14/+18
* Revert change to alias handling in ppLlvmGlobal introduced in d87fa34, which ...Luke Iannini2014-11-211-1/+1