git.haskell.org
/
ghc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Improve the desugaring of -XStrict
[ghc.git]
/
compiler
/
prelude
/
2017-07-28
Ryan Scott
Merge types and kinds in DsMeta
tree
|
commitdiff
2017-07-26
Gabor Greif
Fix note references and some typos
tree
|
commitdiff
2017-07-11
Matthew Pickering
Add Template Haskell support for overloaded labels
tree
|
commitdiff
2017-07-11
Patrick Dougherty
Make ':info Coercible' display an arbitrary string...
tree
|
commitdiff
2017-06-19
Andrew Martin
Reword documentation region overlap documentation for...
tree
|
commitdiff
2017-06-12
Ryan Scott
Support signatures at the kind level in Template Haskell
tree
|
commitdiff
2017-06-02
Ryan Scott
Use lengthIs and friends in more places
tree
|
commitdiff
2017-06-02
Gabor Greif
A few typos [ci skip]
tree
|
commitdiff
2017-04-29
Ben Gamari
Prefer #if defined to #ifdef
tree
|
commitdiff
2017-04-28
Simon Peyton Jones
Improve code generation for conditionals
tree
|
commitdiff
2017-04-28
Simon Peyton Jones
Re-engineer caseRules to add tagToEnum/dataToTag
tree
|
commitdiff
2017-04-25
Ben Gamari
Document mkWeak#
tree
|
commitdiff
2017-04-12
Erik de Castro Lopo
base: Implement bit casts between word and float types
tree
|
commitdiff
2017-04-04
David Feuer
Revert "Make raiseIO# produce topRes"
tree
|
commitdiff
2017-04-02
David Feuer
Derive the definition of null
tree
|
commitdiff
2017-04-01
David Feuer
Don't derive showList
tree
|
commitdiff
2017-03-30
Gabor Greif
Typos in comments [ci skip]
tree
|
commitdiff
2017-03-28
Gabor Greif
Spelling in comments only [ci skip]
tree
|
commitdiff
2017-03-22
David Feuer
Make unsafeInterleaveST less unsafe
tree
|
commitdiff
2017-03-21
David Feuer
Let GHC know MutVar# ops can't fail
tree
|
commitdiff
2017-03-17
Simon Peyton Jones
No join-point from an INLINE function with wrong arity
tree
|
commitdiff
2017-03-09
David Feuer
Make raiseIO# produce topRes
tree
|
commitdiff
2017-03-08
David Feuer
Fix strictness for catchSTM
tree
|
commitdiff
2017-03-07
Dominic Steinitz
Generate better fp abs for X86 and llvm with default...
tree
|
commitdiff
2017-03-06
Ben Gamari
primops: Add comment describing type of atomicModifyMutVar#
tree
|
commitdiff
2017-03-03
Ben Gamari
Produce KindReps for common kinds in GHC.Types
tree
|
commitdiff
2017-03-03
Ben Gamari
Show: Add ShowS for ", "
tree
|
commitdiff
2017-03-01
David Feuer
Change catch# demand signature
tree
|
commitdiff
2017-02-18
Ben Gamari
Disable Typeable binding generation for unboxed sums
tree
|
commitdiff
2017-02-18
Ben Gamari
Type-indexed Typeable
tree
|
commitdiff
2017-02-18
Ben Gamari
Generalize kind of the (->) tycon
tree
|
commitdiff
2017-02-15
Gabor Greif
Typos [ci skip]
tree
|
commitdiff
2017-02-14
Adam Gundry
Implement HasField constraint solving and modify Overlo...
tree
|
commitdiff
2017-02-09
Gabor Greif
Tweaks and typos in manual, note refs, comments
tree
|
commitdiff
2017-02-09
Ben Gamari
Fix documentation for setByteArray#
tree
|
commitdiff
2017-02-08
Takenobu Tani
Fix comment of `section "Exceptions"`
tree
|
commitdiff
2017-02-07
David Feuer
Derive <$
tree
|
commitdiff
2017-02-06
David Feuer
Add liftA2 to Applicative class
tree
|
commitdiff
2017-02-02
Oleg Grenrus
Introduce GHC.TypeNats module, change KnownNat evidence...
tree
|
commitdiff
2017-02-02
Ben Gamari
base: Derive Enum, Bounded for VecCount, VecElem
tree
|
commitdiff
2017-02-01
Vladislav Zavialov
Fix documentation NOTE about can_fail
tree
|
commitdiff
2017-01-31
David Feuer
Mark reallyUnsafePtrEquality# as can_fail
tree
|
commitdiff
2017-01-26
Ryan Scott
Add pragCompleteDName to templateHaskellNames
tree
|
commitdiff
2017-01-26
Matthew Pickering
Template Haskell support for COMPLETE pragmas
tree
|
commitdiff
2017-01-24
Sylvain Henry
Ensure that scrutinee constant folding wraps numbers
tree
|
commitdiff
2017-01-20
Takano Akio
Allow top-level string literals in Core (#8472)
tree
|
commitdiff
2017-01-20
Oleg Grenrus
Add 'type family (m :: Symbol) <> (n :: Symbol)'
tree
|
commitdiff
2017-01-19
Richard Eisenberg
Update levity polymorphism
tree
|
commitdiff
2017-01-18
Gabor Greif
Typos in comments only [ci skip]
tree
|
commitdiff
2017-01-16
Simon Peyton Jones
Refine exprOkForSpeculation
tree
|
commitdiff
2017-01-13
Facundo Domínguez
Desugar static forms to makeStatic calls.
tree
|
commitdiff
2017-01-06
Facundo Domínguez
Revert "Have addModFinalizer expose the local type...
tree
|
commitdiff
2017-01-06
Facundo Domínguez
Have addModFinalizer expose the local type environment.
tree
|
commitdiff
2016-12-23
Simon Peyton Jones
Float unboxed expressions by boxing
tree
|
commitdiff
2016-12-18
Ryan Scott
Introduce unboxedSum{Data,Type}Name to template-haskell
tree
|
commitdiff
2016-12-16
Ben Gamari
Verify that known-key uniques fit in interface file
tree
|
commitdiff
2016-12-15
Ryan Scott
Make unboxedTuple{Type,Data}Name support 0- and 1-tuples
tree
|
commitdiff
2016-12-13
Ben Gamari
Revert "Float unboxed expressions by boxing"
tree
|
commitdiff
2016-12-12
Simon Peyton Jones
Float unboxed expressions by boxing
tree
|
commitdiff
2016-12-09
Ryan Scott
Rename TH constructors for deriving strategies
tree
|
commitdiff
2016-12-09
Sylvain Henry
Scrutinee Constant Folding
tree
|
commitdiff
2016-12-07
Alan Zimmerman
Add HsSyn prettyprinter tests
tree
|
commitdiff
2016-12-07
Simon Marlow
Overhaul of Compact Regions (#12455)
tree
|
commitdiff
2016-11-13
Ben Gamari
Kill Type pretty-printer
tree
|
commitdiff
2016-11-04
Simon Peyton Jones
Take account of injectivity when doing fundeps
tree
|
commitdiff
2016-10-28
Ömer Sinan Ağacan
Document unpackClosure# primop
tree
|
commitdiff
2016-10-21
Simon Peyton Jones
Refactor occurrence-check logic
tree
|
commitdiff
2016-10-14
Ben Gamari
PrelInfo: Fix style
tree
|
commitdiff
2016-10-14
Ben Gamari
Clean up handling of known-key Names in interface files
tree
|
commitdiff
2016-10-01
Ryan Scott
Implement deriving strategies
tree
|
commitdiff
2016-09-05
Takano Akio
Turn divInt# and modInt# into bitwise operations when...
tree
|
commitdiff
2016-08-31
Ben Gamari
TysWiredIn: Use dataConWorkerUnique instead of incrUnique
tree
|
commitdiff
2016-08-29
Ryan Scott
Template Haskell support for TypeApplications
tree
|
commitdiff
2016-08-23
Ryan Scott
Template Haskell support for unboxed sums
tree
|
commitdiff
2016-08-21
Edward Z. Yang
Support for noinline magic function.
tree
|
commitdiff
2016-08-10
Ömer Sinan Ağacan
Remove StgRubbishArg and CmmArg
tree
|
commitdiff
2016-08-02
Ömer Sinan Ağacan
ForeignCall.hs: Remove DrIFT directives
tree
|
commitdiff
2016-07-21
Gabor Greif
More typos in comments
tree
|
commitdiff
2016-07-21
Gabor Greif
Correct a few mistyped words in prose/comments
tree
|
commitdiff
2016-07-21
Ömer Sinan Ağacan
Fix and document Unique generation for sum TyCon and...
tree
|
commitdiff
2016-07-21
Simon Peyton Jones
Comments only
tree
|
commitdiff
2016-07-21
Ömer Sinan Ağacan
Implement unboxed sum primitive type
tree
|
commitdiff
2016-07-20
Ben Gamari
Revert "Clean up interaction between name cache and...
tree
|
commitdiff
2016-07-20
Giovanni Campagna
Compact Regions
tree
|
commitdiff
2016-07-20
Ben Gamari
Clean up interaction between name cache and built-in...
tree
|
commitdiff
2016-07-16
Ben Gamari
IfaceEnv: Only check for built-in OccNames if mod is...
tree
|
commitdiff
2016-07-10
Ben Gamari
TysWiredIn: Use UniqFM lookup for built-in OccNames
tree
|
commitdiff
2016-06-30
Edward Z. Yang
Axe RecFlag on TyCons.
tree
|
commitdiff
2016-06-25
Richard Eisenberg
s/Invisible/Inferred/g s/Visible/Required/g
tree
|
commitdiff
2016-06-23
Richard Eisenberg
Fix #11974 by adding a more smarts to TcDefaults.
tree
|
commitdiff
2016-06-15
Simon Peyton Jones
Major patch to introduce TyConBinder
tree
|
commitdiff
2016-06-15
Simon Peyton Jones
Re-add FunTy (big patch)
tree
|
commitdiff
2016-06-04
Ben Gamari
Rename isPinnedByteArray# to isByteArrayPinned#
tree
|
commitdiff
2016-06-04
Ben Gamari
PrelInfo: Ensure that tuple promoted datacon names...
tree
|
commitdiff
2016-05-26
Simon Peyton Jones
Reduce special-casing for nullary unboxed tuple
tree
|
commitdiff
2016-05-24
Ryan Scott
Remove 'deriving Typeable' statements
tree
|
commitdiff
2016-05-18
Ben Gamari
rts: Add isPinnedByteArray# primop
tree
|
commitdiff
2016-05-12
Dominik Bollmann
Add TH support for pattern synonyms (fixes #8761)
tree
|
commitdiff
2016-04-17
Iavor S. Diatchki
Add TemplateHaskell support for Overlapping pragmas
tree
|
commitdiff
2016-04-10
Herbert Valerio...
Reduce default for -fmax-pmcheck-iterations from 1e7...
tree
|
commitdiff
next