git.haskell.org
/
ghc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Show sources of cost centers in .prof
[ghc.git]
/
testsuite
/
tests
/
deriving
/
2016-05-24
Thomas Miedema
Testsuite: delete drvfail015.stderr-7.0 [skip ci]
tree
|
commitdiff
2016-05-12
RyanGlScott
Fix deriveTyData's kind unification when two kind varia...
tree
|
commitdiff
2016-05-02
RyanGlScott
Make validDerivPred ignore non-visible arguments to...
tree
|
commitdiff
2016-04-28
Simon Peyton Jones
Minor improvement to error message
tree
|
commitdiff
2016-04-26
Thomas Miedema
Testsuite: fixup lots of tests
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
SCC analysis for instances as well as types/classes
tree
|
commitdiff
2016-04-11
RyanGlScott
Deriving Functor-like classes should unify kind variables
tree
|
commitdiff
2016-04-10
RyanGlScott
Remove the instantiation check when deriving Generic(1)
tree
|
commitdiff
2016-03-24
Ben Gamari
Show: Restore redundant parentheses around records
tree
|
commitdiff
2016-03-15
Richard Eisenberg
Fix #11357.
tree
|
commitdiff
2016-02-25
Michael Walker
Print which warning-flag controls an emitted warning
tree
|
commitdiff
2016-02-25
Thomas Miedema
Testsuite: delete empty files [skip ci]
tree
|
commitdiff
2016-02-23
Thomas Miedema
Testsuite: delete Windows line endings [skip ci] (...
tree
|
commitdiff
2016-02-23
Thomas Miedema
Testsuite: accept output without Windows line endings...
tree
|
commitdiff
2016-02-23
Thomas Miedema
Testsuite: delete Windows line endings [skip ci] (...
tree
|
commitdiff
2016-02-20
Takayuki Muranushi
Add test (only) to assure that #11535 is fixed
tree
|
commitdiff
2016-02-17
RyanGlScott
Remove superfluous code when deriving Foldable/Traversable
tree
|
commitdiff
2016-01-20
Ben Gamari
Use (&&) instead of `if` in Ix derivation
tree
|
commitdiff
2016-01-15
RyanGlScott
Expand type/kind synonyms in TyVars before deriving...
tree
|
commitdiff
2016-01-07
Simon Peyton Jones
Use an Implication in 'deriving' error
tree
|
commitdiff
2016-01-07
Simon Peyton Jones
Tidy up tidySkolemInfo
tree
|
commitdiff
2015-12-31
Simon Peyton Jones
Improve exprIsBottom
tree
|
commitdiff
2015-12-17
Thomas Miedema
Suppress warnings when compiling primitive and random
tree
|
commitdiff
2015-12-17
Simon Peyton Jones
Remove unused T10524.stderr
tree
|
commitdiff
2015-12-15
Ben Gamari
Narrow scope of special-case for unqualified printing...
tree
|
commitdiff
2015-12-11
Richard Eisenberg
Add kind equalities to GHC.
tree
|
commitdiff
2015-12-09
Simon Peyton Jones
Fix DeriveAnyClass (Trac #9968)
tree
|
commitdiff
2015-12-04
Simon Peyton Jones
Fix egregious error in eta-reduction of data families
tree
|
commitdiff
2015-12-01
Simon Peyton Jones
Refactor treatment of wildcards
tree
|
commitdiff
2015-11-13
Simon Marlow
Make 'error' include the CCS call stack when profiled
tree
|
commitdiff
2015-10-30
Ben Gamari
Generate Typeable info at definition sites
tree
|
commitdiff
2015-10-29
Ben Gamari
Revert "Generate Typeable info at definition sites"
tree
|
commitdiff
2015-10-29
Ben Gamari
Generate Typeable info at definition sites
tree
|
commitdiff
2015-09-24
Ömer Sinan Ağacan
Fix DeriveGeneric for types with same OccName (#10487)
tree
|
commitdiff
2015-09-23
Austin Seipp
testsuite: attempt fixing fallout from 089b72f52
tree
|
commitdiff
2015-09-22
RyanGlScott
DeriveLift extension (#1830)
tree
|
commitdiff
2015-09-22
Eric Seidel
base: use Show for ErrorCall in uncaughtExceptionHandler
tree
|
commitdiff
2015-09-02
Eric Seidel
Use IP based CallStack in error and undefined
tree
|
commitdiff
2015-07-30
John Wiegley
Improve error message for newtypes and deriving clauses
tree
|
commitdiff
2015-07-16
RyanGlScott
DeriveFoldable for data types with existential constrai...
tree
|
commitdiff
2015-07-13
Thomas Miedema
Testsuite: delete remaining only_compiler_types(['ghc...
tree
|
commitdiff
2015-07-05
Thomas Miedema
Remove all *.stderr/stdout-hugs files
tree
|
commitdiff
2015-06-28
Ben Gamari
Add -fcross-module-specialise flag
tree
|
commitdiff
2015-06-26
Simon Peyton Jones
Test Trac #10524
tree
|
commitdiff
2015-06-26
Simon Peyton Jones
Improve error message for Typeable k (T k)
tree
|
commitdiff
2015-06-25
Simon Peyton Jones
Improve kind-checking for 'deriving' clauses
tree
|
commitdiff
2015-06-18
Simon Peyton Jones
Remove some horrible munging of origins for Coercible
tree
|
commitdiff
2015-04-22
Edward Z. Yang
Don't use self {-# SOURCE #-} import in test-cases.
tree
|
commitdiff
2015-04-07
Simon Peyton Jones
Error msg wibbles from reduced module prefixes
tree
|
commitdiff
2015-04-07
Thomas Miedema
Typechecker: refactoring only
tree
|
commitdiff
2015-03-23
Richard Eisenberg
Do proper depth checking in the flattener to avoid...
tree
|
commitdiff
2015-03-07
Iavor S. Diatchki
Custom `Typeable` solver, that keeps track of kinds.
tree
|
commitdiff
2015-03-04
Simon Peyton Jones
Three other test updates following the fix to Trac...
tree
|
commitdiff
2015-03-03
Thomas Miedema
Pretty-print # on unboxed literals in core
tree
|
commitdiff
2015-03-02
Thomas Miedema
Show record construction/update without parens
tree
|
commitdiff
2015-02-23
Thomas Miedema
Show '#' on unboxed literals
tree
|
commitdiff
2015-02-23
Thomas Miedema
Error out on `Main` without `main` in GHCi (#7765)
tree
|
commitdiff
2015-01-06
Simon Peyton Jones
Major patch to add -fwarn-redundant-constraints
tree
|
commitdiff
2015-01-06
Simon Peyton Jones
Print singleton consraints without parens
tree
|
commitdiff
2015-01-06
Simon Peyton Jones
Modify a couple of error messages slightly
tree
|
commitdiff
2014-12-23
Simon Peyton Jones
Attempt to improve cleaning
tree
|
commitdiff
2014-12-23
Simon Peyton Jones
Eliminate so-called "silent superclass parameters"
tree
|
commitdiff
2014-12-12
Richard Eisenberg
Rewrite `Coercible` solver
tree
|
commitdiff
2014-12-02
Simon Peyton Jones
Unique-ify the names of top-level auxiliary bindings...
tree
|
commitdiff
2014-12-02
Simon Peyton Jones
Fix another bug in deriving( Data ) for data families...
tree
|
commitdiff
2014-11-27
Simon Peyton Jones
Get the right fixity-env in standalone deriving (Trac...
tree
|
commitdiff
2014-11-21
Simon Peyton Jones
Wibbles (usually improvements) to error messages
tree
|
commitdiff
2014-11-20
Mike Izbicki
ghc generates more user-friendly error messages
tree
|
commitdiff
2014-11-04
Simon Peyton Jones
Testsuite error message changes
tree
|
commitdiff
2014-11-04
Simon Peyton Jones
Improve error message for a handwritten Typeable instance
tree
|
commitdiff
2014-10-18
Michael Karg
Remove obsolete Data.OldTypeable (#9639)
tree
|
commitdiff
2014-09-26
Simon Peyton Jones
Defer errors in derived instances
tree
|
commitdiff
2014-09-09
Austin Seipp
Make Applicative a superclass of Monad
tree
|
commitdiff
2014-07-31
Simon Peyton Jones
Complete work on new OVERLAPPABLE/OVERLAPPING pragmas...
tree
|
commitdiff
2014-07-24
Simon Peyton Jones
Use the right kinds on the LHS in 'deriving' clauses
tree
|
commitdiff
2014-06-28
Herbert Valerio...
Simplify .gitignore files
tree
|
commitdiff
2014-06-06
Sjoerd Visscher
Added testcase for #9069
tree
|
commitdiff
2014-06-06
Sjoerd Visscher
Merge branch 'master' of git://git.haskell.org/ghc
tree
|
commitdiff
2014-06-04
Owen Stephens
Subsume NullaryTypeClasses by MultiParamTypeClasses...
tree
|
commitdiff
2014-05-30
Edward Z. Yang
Add .gitignore for autogenerated test files.
tree
|
commitdiff
2014-05-26
Simon Peyton Jones
Add missing test file T7269
tree
|
commitdiff
2014-05-26
Simon Peyton Jones
Fix yet another bug in 'deriving' for polykinded classe...
tree
|
commitdiff
2014-05-06
Simon Peyton Jones
Adding missing test files for #9071
tree
|
commitdiff
2014-05-06
Simon Peyton Jones
Fix Trac #9071, an egregious bug in TcDeriv.inferConstr...
tree
|
commitdiff
2014-04-19
Herbert Valerio...
Normalize GHC Trac URLs
tree
|
commitdiff
2014-04-19
Herbert Valerio...
Fold template-haskell.git into ghc.git (re #8545)
tree
|
commitdiff
2014-04-19
Herbert Valerio...
Fold integer-gmp.git into ghc.git (re #8545)
tree
|
commitdiff
2014-04-19
Herbert Valerio...
Fold integer-simple.git into ghc.git (re #8545)
tree
|
commitdiff
2014-04-19
Herbert Valerio...
Fold base.git into ghc.git (re #8545)
tree
|
commitdiff
2014-04-19
Herbert Valerio...
Fold ghc-prim.git into ghc.git (re #8545)
tree
|
commitdiff
2014-04-08
Simon Peyton Jones
Test Trac #8963
tree
|
commitdiff
2014-04-07
Simon Peyton Jones
Derive Typable for promoted data constructors (Trac...
tree
|
commitdiff
2014-04-05
Richard Eisenberg
Add test case for #8950.
tree
|
commitdiff
2014-03-23
Simon Peyton Jones
Test Trac #8893
tree
|
commitdiff
2014-03-14
Richard Eisenberg
Recharacterize test according to discussion in #8851.
tree
|
commitdiff
2014-03-10
Simon Peyton Jones
Unify, rather than match, in GND processing (fixes...
tree
|
commitdiff
2014-03-07
Simon Peyton Jones
Make -XDeriveFunctor more generous about non-last argum...
tree
|
commitdiff
2014-03-07
Richard Eisenberg
Test #8851.
tree
|
commitdiff
2014-02-25
Herbert Valerio...
Use U+2018 instead of U+201B quote mark in compiler...
tree
|
commitdiff
2014-02-09
Richard Eisenberg
Test #6147, which was fixed with the roles commit.
tree
|
commitdiff
next