summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Full type checking Backpack details.ghc-julyEdward Z. Yang2015-04-272-34/+180
* Backpack docs: explain alternate merging scheme.Edward Z. Yang2015-04-272-13/+47
* Flesh out some more Backpack examples in the merging section.Edward Z. Yang2015-04-272-2/+85
* base: Export GHC.Event(.Internal).LifetimeBen Gamari2015-04-253-0/+5
* Add missing since-annotations for c024af131b9e2538Herbert Valerio Riedel2015-04-252-1/+13
* Bump base version to 4.8.2.0Herbert Valerio Riedel2015-04-2569-76/+80
* Updates to Backpack documentation based on recent visit to MSRC.Edward Z. Yang2015-04-259-595/+1491
* Change default roles in hs-boot files. (#9204)Richard Eisenberg2015-04-2412-38/+68
* Test case for #10141Richard Eisenberg2015-04-243-0/+15
* Test #10321 in ghci/scripts/T10321Richard Eisenberg2015-04-243-0/+18
* Fix the formal operational semantics (#10121)Richard Eisenberg2015-04-245-30/+48
* Fix #10285 by refusing to use NthCo on a newtype.Richard Eisenberg2015-04-247-17/+111
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-245-12/+34
* Make sure GHC.List.last is memory-efficientJoachim Breitner2015-04-241-2/+9
* Rename new T9858d to T9858e to avoid test name clashJoachim Breitner2015-04-223-3/+3
* Rename new T9858c to T9858d to avoid test name clashJoachim Breitner2015-04-223-3/+3
* Test Trac #9858 comment:101Simon Peyton Jones2015-04-223-0/+19
* Better documetation of higher rank typesSimon Peyton Jones2015-04-221-14/+48
* Improve error reporting for impredicative typesSimon Peyton Jones2015-04-228-21/+21
* Comments onlySimon Peyton Jones2015-04-222-2/+7
* Fix superclass generation in an instanceSimon Peyton Jones2015-04-227-31/+62
* Fix #10182 by disallowing/avoiding self {-# SOURCE #-} importsEdward Z. Yang2015-04-229-9/+56
* Don't use self {-# SOURCE #-} import in test-cases.Edward Z. Yang2015-04-2228-26/+50
* Mark T8743 as passingJoachim Breitner2015-04-221-1/+1
* Do not decompose => (Trac #9858)Simon Peyton Jones2015-04-221-1/+23
* Fix the boot dfun impedence-matching bindingSimon Peyton Jones2015-04-221-21/+32
* Add a blank lineSimon Peyton Jones2015-04-221-0/+1
* Use the gold linker for aarch64/linux (#9673)Erik de Castro Lopo2015-04-221-7/+11
* Enable SMP and GHCi support for Aarch64Erik de Castro Lopo2015-04-221-2/+2
* GADTs now are CPR-ableSimon Peyton Jones2015-04-211-1/+1
* Wibble to DmdAnalSimon Peyton Jones2015-04-211-4/+4
* Support unboxing for GADT product typesSimon Peyton Jones2015-04-215-12/+44
* Spelling in commentSimon Peyton Jones2015-04-211-1/+1
* Teach DmdAnal about free coercion variablesSimon Peyton Jones2015-04-211-6/+11
* Teach DmdAnal that coercions are value arguments!Simon Peyton Jones2015-04-201-7/+5
* Update Cabal submodule to 1.22.3.0 releaseHerbert Valerio Riedel2015-04-201-0/+0
* Test case for indirect dependencies in ghci linker (#10322)Reid Barton2015-04-186-0/+23
* Make T9579 parallel-safe and add build outputs to .gitignoreEdward Z. Yang2015-04-172-0/+12
* Stub out pkgState with non-error, helps with debugging.Edward Z. Yang2015-04-173-2/+13
* Comments only.Edward Z. Yang2015-04-172-1/+7
* Documentation for rnImports/rnImportDecl.Edward Z. Yang2015-04-171-3/+19
* Better hints when RTS options not available (Trac #9579)Javran Cheng2015-04-1713-7/+111
* Rename tests so that they have a unique name.Iavor S. Diatchki2015-04-163-1/+1
* Fix test outputIavor S. Diatchki2015-04-161-3/+3
* Fix test output.Iavor S. Diatchki2015-04-161-1/+3
* Fixes (hopefully!) T9858Iavor S. Diatchki2015-04-168-22/+58
* Add exception for `KnownNat` and `KnownSymbol` in super classes.Iavor S. Diatchki2015-04-163-4/+43
* Call Arity: Trade precision for performance in large mutually recursive groupsJoachim Breitner2015-04-161-0/+3
* Improve Call Arity performanceJoachim Breitner2015-04-153-60/+78
* Fix fundep coverage-condition check for poly-kindsSimon Peyton Jones2015-04-153-4/+16