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
/
utils
/
2017-07-25
Matthew Pickering
Revert "Remove unused language pragma"
tree
|
commitdiff
2017-07-25
Matthew Pickering
Remove unused language pragma
tree
|
commitdiff
2017-07-11
Ben Gamari
Use correct section types syntax for architecture
tree
|
commitdiff
2017-07-08
Ömer Sinan Ağacan
Fix typos in Bag.hs [ci skip]
tree
|
commitdiff
2017-06-02
Ryan Scott
Use lengthIs and friends in more places
tree
|
commitdiff
2017-05-29
Bartosz Nitka
Modern type signature style in UniqSet
tree
|
commitdiff
2017-05-22
Phil Ruffwind
Add "header" to GHC_COLORS
tree
|
commitdiff
2017-05-11
Matthew Pickering
Add Outputable instance for Node
tree
|
commitdiff
2017-05-10
Gabor Greif
Typos [ci skip]
tree
|
commitdiff
2017-05-04
David Feuer
Add an Eq instance for UniqSet
tree
|
commitdiff
2017-04-29
Ben Gamari
Prefer #if defined to #ifdef
tree
|
commitdiff
2017-04-29
Erik de Castro Lopo
Enable new warning for fragile/incorrect CPP #if usage
tree
|
commitdiff
2017-04-23
Ben Gamari
cpp: Use #pragma once instead of #ifndef guards
tree
|
commitdiff
2017-04-18
alexbiehl
Caret diag.: Avoid decoding whole module if only specif...
tree
|
commitdiff
2017-04-18
Bartosz Nitka
Use intersect and minus instead of filter
tree
|
commitdiff
2017-04-18
Ben Gamari
utils: Lazily decode UTF8 strings
tree
|
commitdiff
2017-04-12
Moritz Angermann
Drop special handling of iOS
tree
|
commitdiff
2017-04-05
Ben Gamari
Revert "Enable new warning for fragile/incorrect CPP...
tree
|
commitdiff
2017-04-05
Gabor Greif
Typos in comments [ci skip]
tree
|
commitdiff
2017-04-05
Matthew Pickering
Replace Digraph's Node type synonym with a data type
tree
|
commitdiff
2017-04-04
Erik de Castro Lopo
Enable new warning for fragile/incorrect CPP #if usage
tree
|
commitdiff
2017-04-02
Sergei Trofimovich
FastMutInt: fix Int and Ptr sizes when crosscompiling
tree
|
commitdiff
2017-03-29
Rupert Horlick
Fixed error messages for RecursiveDo (#8501)
tree
|
commitdiff
2017-03-24
Phil Ruffwind
Allow colors to be customized
tree
|
commitdiff
2017-03-20
Edward Z. Yang
UniqMap implementation.
tree
|
commitdiff
2017-03-15
Ben Gamari
Introduce and use EnumSet in DynFlags
tree
|
commitdiff
2017-03-14
David Feuer
Reimplement minusList using Set
tree
|
commitdiff
2017-03-14
Gabor Greif
Typos in manual and comments
tree
|
commitdiff
2017-03-13
Matthew Pickering
Replace debugging trace with a proper WARN
tree
|
commitdiff
2017-03-12
Ömer Sinan Ağacan
Remove `runs` function which already exists in base
tree
|
commitdiff
2017-03-10
Simon Peyton Jones
Fix TcSimplify.decideQuantification for kind variables
tree
|
commitdiff
2017-03-06
Ben Gamari
Read COMPLETE sets from external packages
tree
|
commitdiff
2017-03-03
Ben Gamari
Revert "Read COMPLETE sets from external packages"
tree
|
commitdiff
2017-03-03
Ryan Scott
Read COMPLETE sets from external packages
tree
|
commitdiff
2017-03-02
David Feuer
Eliminate ListSetOps from imp_trust_pkgs
tree
|
commitdiff
2017-03-01
David Feuer
Upgrade UniqSet to a newtype
tree
|
commitdiff
2017-02-23
Reid Barton
Use half as much memory when reading interfaces
tree
|
commitdiff
2017-02-18
Ben Gamari
Type-indexed Typeable
tree
|
commitdiff
2017-02-17
Simon Peyton Jones
Simplify OutputableBndr
tree
|
commitdiff
2017-02-14
Adam Gundry
Implement HasField constraint solving and modify Overlo...
tree
|
commitdiff
2017-02-13
Edward Z. Yang
Setup more error context for Backpack operations.
tree
|
commitdiff
2017-02-12
alexbiehl
Binary: Correct endian issue when cross-compiling
tree
|
commitdiff
2017-02-12
alexbiehl
Binary: Only allocate un-interned FastStrings
tree
|
commitdiff
2017-02-06
alexbiehl
Use proper primitives in Utils.Binary
tree
|
commitdiff
2017-02-03
Sylvain Henry
Ditch static flags
tree
|
commitdiff
2017-02-02
Gabor Greif
Spelling fixes
tree
|
commitdiff
2017-02-01
Luke Maurer
Join points
tree
|
commitdiff
2017-01-31
Ben Gamari
Export callStackDoc
tree
|
commitdiff
2017-01-30
Matthew Pickering
Add a flag to emit error messages as JSON
tree
|
commitdiff
2017-01-30
Erik de Castro Lopo
Fix deprecation warnings from containers
tree
|
commitdiff
2017-01-24
Ben Gamari
UniqSet: Implement unionManyUniqSets in terms of foldl...
tree
|
commitdiff
2017-01-19
Richard Eisenberg
Update levity polymorphism
tree
|
commitdiff
2017-01-18
Gabor Greif
Spelling fixes in comments [ci skip]
tree
|
commitdiff
2017-01-17
Yuras Shumovich
Unbreak build with ghc-7.10.1
tree
|
commitdiff
2017-01-11
Edward Z. Yang
Revamp Backpack/hs-boot handling of type class signatures.
tree
|
commitdiff
2017-01-10
Phil Ruffwind
Fix terminal corruption bug and clean up SDoc interface.
tree
|
commitdiff
2017-01-10
Steffen Forkmann
Fix typo in comment
tree
|
commitdiff
2017-01-10
Demi Obenour
Enable subsections via symbols on iOS
tree
|
commitdiff
2017-01-09
Gabor Greif
Typos in comments (and in a test)
tree
|
commitdiff
2016-12-17
Phil Ruffwind
Improve StringBuffer and FastString docs
tree
|
commitdiff
2016-12-16
Gabor Greif
Typos in comments
tree
|
commitdiff
2016-12-13
John Leo
print * in unicode correctly (fixes #12550)
tree
|
commitdiff
2016-12-12
Alan Zimmerman
Add infix flag for class and data declarations
tree
|
commitdiff
2016-12-12
Simon Peyton Jones
Make dropDerivedSimples restore [WD] constraints
tree
|
commitdiff
2016-12-11
Moritz Angermann
Make globals use sharedCAF
tree
|
commitdiff
2016-12-09
Phil Ruffwind
Disable colors unless printing to stderr
tree
|
commitdiff
2016-12-07
Alan Zimmerman
Add HsSyn prettyprinter tests
tree
|
commitdiff
2016-11-30
Ben Gamari
Revert "Make globals use sharedCAF"
tree
|
commitdiff
2016-11-29
Moritz Angermann
Make globals use sharedCAF
tree
|
commitdiff
2016-11-29
Ben Gamari
OrdList: Add Foldable, Traversable instances
tree
|
commitdiff
2016-11-29
Matthew Pickering
Refactor Pattern Match Checker to use ListT
tree
|
commitdiff
2016-11-29
Phil Ruffwind
Make diagnostics slightly more colorful
tree
|
commitdiff
2016-11-28
Gabor Greif
Typos in comments only [ci skip]
tree
|
commitdiff
2016-11-13
Ben Gamari
Kill Type pretty-printer
tree
|
commitdiff
2016-11-06
Tamar Christina
Fix broken validate build.
tree
|
commitdiff
2016-11-06
Ryan Scott
Allow GeneralizedNewtypeDeriving for classes with assoc...
tree
|
commitdiff
2016-11-02
Sylvain HENRY
Uninstall signal handlers
tree
|
commitdiff
2016-10-14
Ben Gamari
Clean up handling of known-key Names in interface files
tree
|
commitdiff
2016-10-08
Matthew Pickering
Rework renaming of children in export lists.
tree
|
commitdiff
2016-10-08
Edward Z. Yang
The Backpack patch.
tree
|
commitdiff
2016-10-04
Matthew Pickering
Mark zipWithAndUnzipM as INLINABLE rather than INLINE
tree
|
commitdiff
2016-09-23
Matthew Pickering
Mark mapUnionFV as INLINABLE rather than INLINE
tree
|
commitdiff
2016-09-15
Ben Gamari
Unify CallStack handling in ghc
tree
|
commitdiff
2016-09-05
Takano Akio
Turn divInt# and modInt# into bitwise operations when...
tree
|
commitdiff
2016-09-04
Sergei Trofimovich
cleanup: drop 11 years old performance hack
tree
|
commitdiff
2016-09-02
Edward Z. Yang
Fix #10923 by fingerprinting optimization level.
tree
|
commitdiff
2016-08-25
Joachim Breitner
DmdAnal: Add a final, safe iteration
tree
|
commitdiff
2016-08-06
Joachim Breitner
Util.count: Implement as a left-fold instead of a right...
tree
|
commitdiff
2016-08-01
Gabor Greif
Typo in comment
tree
|
commitdiff
2016-07-26
Ömer Sinan Ağacan
MonadUtils: Typos in comments
tree
|
commitdiff
2016-07-22
Simon Marlow
Add deepseq dependency and a few NFData instances
tree
|
commitdiff
2016-07-21
Ömer Sinan Ağacan
Implement unboxed sum primitive type
tree
|
commitdiff
2016-07-16
Thomas Miedema
Pretty: remove a harmful $! (#12227)
tree
|
commitdiff
2016-07-16
Ben Gamari
Binary: Use ByteString's copy in getBS
tree
|
commitdiff
2016-07-11
Thomas Miedema
Pretty: delete really old changelog
tree
|
commitdiff
2016-07-08
Ben Gamari
FastString: Supply mconcat implementation
tree
|
commitdiff
2016-07-08
Ben Gamari
FastString: Add IsString instance
tree
|
commitdiff
2016-07-08
Ben Gamari
FastString: Reduce allocations of concatFS
tree
|
commitdiff
2016-07-07
Ömer Sinan Ağacan
Utils: Fix `lengthIs` and `lengthExceeds` for negative...
tree
|
commitdiff
2016-07-07
Bartosz Nitka
Document some codegen nondeterminism
tree
|
commitdiff
next