git.haskell.org
/
ghc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Improve the behaviour of warnIf
[ghc.git]
/
compiler
/
2016-04-22
Simon Peyton Jones
Improve the behaviour of warnIf
tree
|
commitdiff
2016-04-21
Bartosz Nitka
Remove mysterious varSetElemsWellScoped in tidyFreeTyCoVars
tree
|
commitdiff
2016-04-20
Bartosz Nitka
Point to note about FV eta-expansion performance
tree
|
commitdiff
2016-04-20
Bartosz Nitka
Rename FV related functions
tree
|
commitdiff
2016-04-20
Bartosz Nitka
Build a correct substitution in dataConInstPat
tree
|
commitdiff
2016-04-20
Bartosz Nitka
Kill unnecessary varSetElemsWellScoped in deriveTyData
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
Tighten up imports on TcTyClsDecls
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
Fix two buglets in 17eb241 noticed by Richard
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
SCC analysis for instances as well as types/classes
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
Tighten up imports, white space
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
Define NameSet.intersectFVs
tree
|
commitdiff
2016-04-20
Simon Peyton Jones
Reduce use of instances in hs-boot files
tree
|
commitdiff
2016-04-19
Simon Peyton Jones
Kill dead TauTvFlavour, and move code around
tree
|
commitdiff
2016-04-19
Simon Peyton Jones
Tighten checking for associated type instances
tree
|
commitdiff
2016-04-19
Simon Peyton Jones
Refactor computing dependent type vars
tree
|
commitdiff
2016-04-19
Simon Peyton Jones
Define TyCoRep.ppSuggestExplicitKinds, and use it
tree
|
commitdiff
2016-04-19
Simon Peyton Jones
Remove unused import of emptyNameEnv
tree
|
commitdiff
2016-04-17
Tamar Christina
Resolve symlinks when attempting to find GHC's lib...
tree
|
commitdiff
2016-04-17
David Luposchainsky
Add flag to control number of missing patterns in warnings
tree
|
commitdiff
2016-04-17
Iavor S. Diatchki
Add TemplateHaskell support for Overlapping pragmas
tree
|
commitdiff
2016-04-17
Tamar Christina
Add Windows import library support to the Runtime Linker
tree
|
commitdiff
2016-04-15
Simon Peyton Jones
Improve TcFlatten.flattenTyVar
tree
|
commitdiff
2016-04-15
Simon Peyton Jones
Comments only, on Type.topSortTyVars
tree
|
commitdiff
2016-04-15
Simon Peyton Jones
Remove dead function SimplUtils.countValArgs
tree
|
commitdiff
2016-04-15
Ben Gamari
utils: Provide CallStack to expectJust
tree
|
commitdiff
2016-04-15
Richard Eisenberg
Increase an InScopeSet for a substitution
tree
|
commitdiff
2016-04-15
Bartosz Nitka
Remove some gratitious varSetElemsWellScoped
tree
|
commitdiff
2016-04-15
Simon Peyton Jones
Adjust error check for class method types
tree
|
commitdiff
2016-04-15
Simon Peyton Jones
Comments only
tree
|
commitdiff
2016-04-15
Bartosz Nitka
Kill some unnecessary varSetElems
tree
|
commitdiff
2016-04-14
Joachim Breitner
Add a final demand analyzer run right before TidyCore
tree
|
commitdiff
2016-04-14
Bartosz Nitka
Remove some old commented out code in StgLint
tree
|
commitdiff
2016-04-14
Bartosz Nitka
Fix typos: tyars -> tyvars
tree
|
commitdiff
2016-04-14
Bartosz Nitka
Fix commented out debugging code in ByteCodeGen
tree
|
commitdiff
2016-04-12
Richard Eisenberg
Teach lookupLocalRdrEnv about Exacts. (#11813)
tree
|
commitdiff
2016-04-12
Richard Eisenberg
Fix #11814 by throwing more stuff into InScopeSets
tree
|
commitdiff
2016-04-12
Richard Eisenberg
Fix #11797.
tree
|
commitdiff
2016-04-12
Richard Eisenberg
Fix #11811.
tree
|
commitdiff
2016-04-11
RyanGlScott
Deriving Functor-like classes should unify kind variables
tree
|
commitdiff
2016-04-11
RyanGlScott
Filter out invisible kind arguments during TH reification
tree
|
commitdiff
2016-04-11
Rik Steenkamp
Fix a closed type family error message
tree
|
commitdiff
2016-04-10
Tamar Christina
Change runtime linker to perform lazy loading of symbol...
tree
|
commitdiff
2016-04-10
RyanGlScott
Remove the instantiation check when deriving Generic(1)
tree
|
commitdiff
2016-04-10
Jason Eisenberg
Fix suggestions for unbound variables (#11680)
tree
|
commitdiff
2016-04-10
Conal Elliott
Export zonkEvBinds from TcHsSyn.
tree
|
commitdiff
2016-04-10
Herbert Valerio...
Reduce default for -fmax-pmcheck-iterations from 1e7...
tree
|
commitdiff
2016-04-10
Dominik Bollmann
Fix Template Haskell bug reported in #11809.
tree
|
commitdiff
2016-04-08
Bartosz Nitka
Fix a comment: triple -> tuple
tree
|
commitdiff
2016-04-07
Facundo Domínguez
Set tct_closed to TopLevel for closed bindings.
tree
|
commitdiff
2016-04-06
Joachim Breitner
Demand Analyzer: Do not set OneShot information (second...
tree
|
commitdiff
2016-04-06
Simon Peyton Jones
CSE code cleanup and improvement
tree
|
commitdiff
2016-04-06
Joachim Breitner
Core pretty printer: Omit wild case binders
tree
|
commitdiff
2016-04-05
Herbert Valerio...
Fix misattribution of `-Wunused-local-binds` warnings
tree
|
commitdiff
2016-04-05
Simon Peyton Jones
Use exprCtOrigin in tcRnExpr
tree
|
commitdiff
2016-04-04
Eric Seidel
Don't infer CallStacks
tree
|
commitdiff
2016-04-04
Simon Peyton Jones
Deeply instantiate in :type
tree
|
commitdiff
2016-04-02
Rik Steenkamp
Improve printing of pattern synonym types
tree
|
commitdiff
2016-03-31
Joachim Breitner
Revert "Demand Analyzer: Do not set OneShot information"
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Revert accidental change to collectTyAndValBinders
tree
|
commitdiff
2016-03-31
Joachim Breitner
Demand Analyzer: Do not set OneShot information
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Refactor error generation for pattern synonyms
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Make SigSkol take TcType not ExpType
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Small refactor of TcMType.tauifyExpType
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Refactor in TcMatches
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Comments only
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Minor refactoring in mkExport
tree
|
commitdiff
2016-03-31
Simon Peyton Jones
Comments only
tree
|
commitdiff
2016-03-30
Ben Gamari
Kill the magic of Any
tree
|
commitdiff
2016-03-30
Edward Z. Yang
Add -f(no-)version-macro to explicitly control macros.
tree
|
commitdiff
2016-03-30
Thomas Miedema
Don't require -hide-all-packages for MIN_VERSION_*...
tree
|
commitdiff
2016-03-30
Simon Peyton Jones
Comments only in Unify.hs
tree
|
commitdiff
2016-03-30
Bartosz Nitka
Don't recompute some free vars in lintCoercion
tree
|
commitdiff
2016-03-30
Gabor Greif
Typos in non-code
tree
|
commitdiff
2016-03-29
Ben Gamari
rename: Disallow type signatures in patterns in plain...
tree
|
commitdiff
2016-03-29
Joachim Breitner
Do not print DmdType in Core output
tree
|
commitdiff
2016-03-29
Joachim Breitner
Rename isNopSig to isTopSig
tree
|
commitdiff
2016-03-29
Joachim Breitner
SpecConstr: Transport strictness data to specialization...
tree
|
commitdiff
2016-03-29
Joachim Breitner
Typo in Note name
tree
|
commitdiff
2016-03-29
Joachim Breitner
Ticky: Do not count every entry twice
tree
|
commitdiff
2016-03-29
Joachim Breitner
Be more explicit about closure types in ticky-ticky...
tree
|
commitdiff
2016-03-29
Joachim Breitner
Remove all mentions of IND_OLDGEN outside of docs/rts
tree
|
commitdiff
2016-03-29
Bartosz Nitka
Use the correct substitution in lintCoercion
tree
|
commitdiff
2016-03-29
Bartosz Nitka
Build correct substitution in instDFunType
tree
|
commitdiff
2016-03-29
Bartosz Nitka
Use a correct substitution in tcInstType
tree
|
commitdiff
2016-03-28
Herbert Valerio...
Scrap DEC OSF/1 support
tree
|
commitdiff
2016-03-28
Herbert Valerio...
Scrap IRIX support
tree
|
commitdiff
2016-03-27
Herbert Valerio...
Fix AIX/ppc codegen in `-prof` compilation mode
tree
|
commitdiff
2016-03-26
Richard Eisenberg
Clarify Note [Kind coercions in Unify]
tree
|
commitdiff
2016-03-26
Richard Eisenberg
Check for rep poly on wildcard binders.
tree
|
commitdiff
2016-03-26
Richard Eisenberg
Fix #11754 by adding an additional check.
tree
|
commitdiff
2016-03-25
Ben Gamari
Panic: Try outputting SDocs
tree
|
commitdiff
2016-03-25
Ben Gamari
DynFlags: Initialize unsafeGlobalDynFlags enough to...
tree
|
commitdiff
2016-03-25
Simon Peyton Jones
A raft of comments about TyBinders
tree
|
commitdiff
2016-03-25
Simon Peyton Jones
CorePrep: refactoring to reduce duplication
tree
|
commitdiff
2016-03-25
Simon Peyton Jones
Do not eta-reduce across Ticks in CorePrep
tree
|
commitdiff
2016-03-25
Simon Peyton Jones
An extra traceTc in tcExpr for ExprWithSig
tree
|
commitdiff
2016-03-24
Herbert Valerio...
Remove code-duplication in the PPC NCG
tree
|
commitdiff
2016-03-24
Herbert Valerio...
Add NCG support for AIX/ppc32
tree
|
commitdiff
2016-03-24
Kai Harries
Add option `no-keep-hi-files` and `no-keep-o-files...
tree
|
commitdiff
2016-03-24
Simon Peyton Jones
Tidy up handling of coercion variables
tree
|
commitdiff
next