| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -357/+0 |
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 1 | -3/+3 |
* | Monotonic locations (#17632) | Vladislav Zavialov | 2020-02-29 | 1 | -2/+2 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -2/+2 |
* | improve docs for HeaderInfo.getImports | Adam Sandberg Eriksson | 2020-01-12 | 1 | -1/+2 |
* | Remove HasSrcSpan (#17494) | Vladislav Zavialov | 2019-11-30 | 1 | -32/+31 |
* | Always enable the external interpreter | John Ericson | 2019-10-04 | 1 | -3/+7 |
* | Module hierarchy: Hs (#13009) | Sylvain Henry | 2019-09-20 | 1 | -1/+1 |
* | Remove unused imports of the form 'import foo ()' (Fixes #17065) | James Foster | 2019-08-15 | 1 | -1/+0 |
* | Use an empty data type in TTG extension constructors (#15247) | Ryan Scott | 2019-07-09 | 1 | -1/+1 |
* | Make downsweep return all errors per-module instead of throwing some | Daniel Gröber | 2019-05-30 | 1 | -6/+8 |
* | Implement ImportQualifiedPost | Shayne Fletcher | 2019-05-08 | 1 | -1/+1 |
* | Fix warnings and fatal parsing errors | Vladislav Zavialov | 2019-02-17 | 1 | -5/+2 |
* | [TTG: Handling Source Locations] Foundation and Pat | Shayan-Najd | 2018-11-24 | 1 | -52/+55 |
* | Compiler panic on invalid syntax (unterminated pragma) | roland | 2018-09-04 | 1 | -6/+16 |
* | TTG : complete for balance of hsSyn AST | Alan Zimmerman | 2018-04-27 | 1 | -1/+2 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Udate hsSyn AST to use Trees that Grow | Alan Zimmerman | 2017-06-06 | 1 | -4/+3 |
* | Print warnings on parser failures (#12610). | Dave Laing | 2017-05-15 | 1 | -1/+3 |
* | Support for using only partial pieces of included signatures. | Edward Z. Yang | 2017-01-11 | 1 | -1/+3 |
* | Add HsSyn prettyprinter tests | Alan Zimmerman | 2016-12-07 | 1 | -1/+1 |
* | Typos in comments | Gabor Greif | 2016-12-01 | 1 | -1/+1 |
* | Rework parser to allow use with DynFlags | Dave Laing | 2016-05-18 | 1 | -1/+1 |
* | Delete support for deprecated "-- # ..."-style haddock options | Thomas Miedema | 2016-02-19 | 1 | -4/+0 |
* | Expose enabled language extensions to TH | Ben Gamari | 2015-12-15 | 1 | -1/+2 |
* | Ignore comments in getOptions | Matthew Pickering | 2015-11-12 | 1 | -0/+14 |
* | OPTIONS_GHC compiler flags may contain spaces (#4931) | Thomas Miedema | 2015-11-11 | 1 | -2/+3 |
* | Simplify type of ms_srcimps and ms_textual_imps. | Edward Z. Yang | 2015-10-09 | 1 | -2/+8 |
* | API Annotations tweaks. | Alan Zimmerman | 2015-01-16 | 1 | -1/+2 |
* | Add API Annotations | Alan Zimmerman | 2014-11-21 | 1 | -2/+2 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-21 | 1 | -1/+2 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 1 | -1/+1 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -0/+2 |
* | Avoid trivial cases of NondecreasingIndentation | Herbert Valerio Riedel | 2014-05-15 | 1 | -2/+2 |
* | Minor change to error message wording | Krzysztof Gogolewski | 2013-11-17 | 1 | -1/+1 |
* | Whitespace only in HeaderInfo | Ian Lynagh | 2013-06-22 | 1 | -34/+27 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 1 | -1/+1 |
* | Pass DynFlags down to mk_err_msg | Ian Lynagh | 2012-06-12 | 1 | -25/+27 |
* | fix quadratic performance issue with long module names (#5981) | Simon Marlow | 2012-04-11 | 1 | -11/+15 |
* | Implememt -fdefer-type-errors (Trac #5624) | Simon Peyton Jones | 2012-01-12 | 1 | -1/+1 |
* | Fix parsing of OPTIONS*/LANGUAGE pragmas in haddock mode | Ian Lynagh | 2011-11-30 | 1 | -4/+10 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
* | Refactor the imports of InteractiveContext | Simon Peyton Jones | 2011-08-02 | 1 | -10/+12 |
* | Give a more helpful src location (Trac #5281) | Simon Peyton Jones | 2011-07-27 | 1 | -7/+7 |
* | SafeHaskell: Disable certain ghc extensions in Safe. | David Terei | 2011-06-17 | 1 | -7/+7 |
* | SafeHaskell: Add safe import flag (not functional) | David Terei | 2011-06-17 | 1 | -1/+2 |
* | Refactor SrcLoc and SrcSpan | Ian Lynagh | 2011-06-09 | 1 | -5/+5 |
* | Implement fuzzy matching for the Finder | simonpj@microsoft.com | 2010-12-22 | 1 | -1/+2 |
* | Refactoring and tidyup of HscMain and related things (also fix #1666) | Simon Marlow | 2010-10-27 | 1 | -7/+6 |
* | Change "OPTIONS" to "OPTIONS_GHC" in error messages; fixes #4327 | Ian Lynagh | 2010-09-24 | 1 | -2/+2 |