| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework parser to allow use with DynFlags | Dave Laing | 2016-05-18 | 1 | -2/+2 |
* | Remove unused import of emptyNameEnv | Simon Peyton Jones | 2016-04-19 | 1 | -1/+0 |
* | ErrUtils: Add timings to compiler phases | Ben Gamari | 2016-03-24 | 1 | -30/+33 |
* | Print which flag controls emitted SafeHaskell warnings | Herbert Valerio Riedel | 2016-02-27 | 1 | -5/+9 |
* | Unconditionally handle TH known key names. | Edward Z. Yang | 2016-02-26 | 1 | -3/+1 |
* | HscMain: Delete some unused code | Ömer Sinan Ağacan | 2016-02-25 | 1 | -68/+0 |
* | Remove unused LiveVars and SRT fields of StgCase | Ömer Sinan Ağacan | 2016-02-08 | 1 | -2/+2 |
* | Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape" | Ömer Sinan Ağacan | 2016-02-06 | 1 | -2/+2 |
* | Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape | Ömer Sinan Ağacan | 2016-02-04 | 1 | -2/+2 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -2/+4 |
* | Fix #10872. | Richard Eisenberg | 2016-01-15 | 1 | -3/+30 |
* | Enable stack traces with ghci -fexternal-interpreter -prof | Simon Marlow | 2016-01-08 | 1 | -3/+3 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -24/+31 |
* | Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flags | David Luposchainsky | 2015-12-16 | 1 | -4/+4 |
* | An assortment of typos | Gabor Greif | 2015-12-08 | 1 | -1/+1 |
* | Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging." | Edward Z. Yang | 2015-11-16 | 1 | -66/+3 |
* | Move usage calculation to desugaring, simplifying ModGuts. | Edward Z. Yang | 2015-11-16 | 1 | -5/+2 |
* | s/FrontendMerge/FrontendInterface/g | Edward Z. Yang | 2015-11-16 | 1 | -2/+2 |
* | Turn ImportedModsVal into a data type | Joachim Breitner | 2015-11-13 | 1 | -6/+6 |
* | Give helpful advice when a fully qualified name is not in scope | Joachim Breitner | 2015-11-13 | 1 | -2/+2 |
* | Implement function-sections for Haskell code, #8405 | Simon Brenner | 2015-11-12 | 1 | -1/+1 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -5/+0 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 1 | -2/+11 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 1 | -11/+2 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-29 | 1 | -2/+11 |
* | Rename package key to unit ID, and installed package ID to component ID. | Edward Z. Yang | 2015-10-14 | 1 | -10/+10 |
* | Move orphan instance/rule warnings to typechecker/desugarer. | Edward Z. Yang | 2015-10-08 | 1 | -3/+3 |
* | Deduplicate one-shot/make compile paths. | Edward Z. Yang | 2015-10-05 | 1 | -147/+163 |
* | HscMain: Place CPP macro invocation on one line | Ben Gamari | 2015-09-22 | 1 | -2/+1 |
* | Unify hsig and hs-boot; add preliminary "hs-boot" merging. | Edward Z. Yang | 2015-09-21 | 1 | -9/+86 |
* | Revert "Clean up handling of knownKeyNames" | Ben Gamari | 2015-08-27 | 1 | -10/+2 |
* | Clean up handling of knownKeyNames | Ben Gamari | 2015-08-26 | 1 | -2/+10 |
* | Allow proper errors/warnings in core2core passes | Simon Peyton Jones | 2015-08-05 | 1 | -0/+2 |
* | Add a few comments from SPJ on fixity declarations | Ben Gamari | 2015-07-23 | 1 | -1/+19 |
* | ghci: fixity declarations for infix data constructors (#10018) | Thomas Miedema | 2015-07-23 | 1 | -1/+3 |
* | Switch from recording IsBootInterface to recording full HscSource. | Edward Z. Yang | 2015-07-22 | 1 | -1/+1 |
* | GHCi: fix scoping for record selectors | Simon Peyton Jones | 2015-06-15 | 1 | -10/+9 |
* | Add parseExpr and compileParsedExpr and use them in GHC API and GHCi | Simon Marlow | 2015-06-12 | 1 | -30/+41 |
* | ApiAnnotations : strings in warnings do not return SourceText | Alan Zimmerman | 2015-06-01 | 1 | -1/+1 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 1 | -10/+1 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 1 | -1/+10 |
* | Fix imports in HscMain (stage2) | Simon Peyton Jones | 2015-05-13 | 1 | -3/+1 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 1 | -7/+0 |
* | New handling of overlapping inst in Safe Haskell | David Terei | 2015-05-11 | 1 | -6/+8 |
* | Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382. | Edward Z. Yang | 2015-05-11 | 1 | -3/+1 |
* | Revert stage 1 template-haskell. This is a combination of 5 commits. | Edward Z. Yang | 2015-05-09 | 1 | -1/+3 |
* | Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382. | Edward Z. Yang | 2015-05-09 | 1 | -3/+1 |
* | Axe ModFinderCache, folding it into a generalized FinderCache. | Edward Z. Yang | 2015-02-24 | 1 | -4/+1 |
* | API Annotations tweaks. | Alan Zimmerman | 2015-01-16 | 1 | -1/+5 |
* | Make the location in TcLclEnv and CtLoc into a RealSrcSpan | Simon Peyton Jones | 2015-01-06 | 1 | -4/+5 |