| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add Outputable instance for Node | Matthew Pickering | 2017-05-11 | 1 | -0/+3 |
* | Typos [ci skip] | Gabor Greif | 2017-05-10 | 1 | -2/+2 |
* | Add an Eq instance for UniqSet | David Feuer | 2017-05-04 | 2 | -0/+23 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 2 | -11/+11 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-28 | 1 | -1/+1 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -7/+1 |
* | Caret diag.: Avoid decoding whole module if only specific line is needed | alexbiehl | 2017-04-17 | 1 | -1/+39 |
* | Use intersect and minus instead of filter | Bartosz Nitka | 2017-04-17 | 2 | -3/+6 |
* | utils: Lazily decode UTF8 strings | Ben Gamari | 2017-04-17 | 3 | -17/+25 |
* | Drop special handling of iOS | Moritz Angermann | 2017-04-12 | 1 | -8/+1 |
* | Revert "Enable new warning for fragile/incorrect CPP #if usage" | Ben Gamari | 2017-04-05 | 1 | -1/+1 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-05 | 1 | -1/+1 |
* | Replace Digraph's Node type synonym with a data type | Matthew Pickering | 2017-04-04 | 1 | -14/+16 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 1 | -1/+1 |
* | FastMutInt: fix Int and Ptr sizes when crosscompiling | Sergei Trofimovich | 2017-04-02 | 1 | -9/+5 |
* | Fixed error messages for RecursiveDo (#8501) | Rupert Horlick | 2017-03-29 | 1 | -0/+15 |
* | Allow colors to be customized | Phil Ruffwind | 2017-03-23 | 3 | -72/+118 |
* | UniqMap implementation. | Edward Z. Yang | 2017-03-20 | 1 | -0/+210 |
* | Introduce and use EnumSet in DynFlags | Ben Gamari | 2017-03-15 | 1 | -0/+33 |
* | Reimplement minusList using Set | David Feuer | 2017-03-14 | 1 | -3/+27 |
* | Typos in manual and comments | Gabor Greif | 2017-03-14 | 2 | -2/+2 |
* | Replace debugging trace with a proper WARN | Matthew Pickering | 2017-03-13 | 2 | -2/+10 |
* | Remove `runs` function which already exists in base | Ömer Sinan Ağacan | 2017-03-12 | 1 | -19/+2 |
* | Fix TcSimplify.decideQuantification for kind variables | Simon Peyton Jones | 2017-03-10 | 1 | -18/+24 |
* | Read COMPLETE sets from external packages | Ben Gamari | 2017-03-06 | 1 | -1/+0 |
* | Revert "Read COMPLETE sets from external packages" | Ben Gamari | 2017-03-03 | 1 | -0/+1 |
* | Read COMPLETE sets from external packages | Ryan Scott | 2017-03-02 | 1 | -1/+0 |
* | Eliminate ListSetOps from imp_trust_pkgs | David Feuer | 2017-03-02 | 1 | -5/+1 |
* | Upgrade UniqSet to a newtype | David Feuer | 2017-03-01 | 6 | -43/+121 |
* | Use half as much memory when reading interfaces | Reid Barton | 2017-02-23 | 1 | -1/+1 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 2 | -4/+174 |
* | Simplify OutputableBndr | Simon Peyton Jones | 2017-02-17 | 1 | -12/+6 |
* | Implement HasField constraint solving and modify OverloadedLabels | Adam Gundry | 2017-02-14 | 1 | -1/+4 |
* | Setup more error context for Backpack operations. | Edward Z. Yang | 2017-02-12 | 1 | -1/+10 |
* | Binary: Correct endian issue when cross-compiling | alexbiehl | 2017-02-11 | 1 | -30/+55 |
* | Binary: Only allocate un-interned FastStrings | alexbiehl | 2017-02-11 | 1 | -2/+3 |
* | Use proper primitives in Utils.Binary | alexbiehl | 2017-02-05 | 1 | -93/+96 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -28/+43 |
* | Spelling fixes | Gabor Greif | 2017-02-02 | 1 | -1/+1 |
* | Join points | Luke Maurer | 2017-02-01 | 2 | -0/+23 |
* | Export callStackDoc | Ben Gamari | 2017-01-31 | 1 | -1/+1 |
* | Add a flag to emit error messages as JSON | Matthew Pickering | 2017-01-30 | 1 | -0/+54 |
* | Fix deprecation warnings from containers | Erik de Castro Lopo | 2017-01-30 | 3 | -8/+8 |
* | UniqSet: Implement unionManyUniqSets in terms of foldl' instead of foldr | Ben Gamari | 2017-01-24 | 1 | -4/+4 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 2 | -1/+13 |
* | Spelling fixes in comments [ci skip] | Gabor Greif | 2017-01-18 | 1 | -1/+1 |
* | Unbreak build with ghc-7.10.1 | Yuras Shumovich | 2017-01-17 | 1 | -0/+2 |
* | Revamp Backpack/hs-boot handling of type class signatures. | Edward Z. Yang | 2017-01-11 | 1 | -5/+32 |
* | Fix terminal corruption bug and clean up SDoc interface. | Phil Ruffwind | 2017-01-10 | 1 | -12/+39 |
* | Fix typo in comment | Steffen Forkmann | 2017-01-10 | 1 | -1/+1 |