summaryrefslogtreecommitdiff
path: root/compiler/main/HeaderInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* improve docs for HeaderInfo.getImportsAdam Sandberg Eriksson2020-01-121-1/+2
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-32/+31
* Always enable the external interpreterJohn Ericson2019-10-041-3/+7
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-1/+1
* Make downsweep return all errors per-module instead of throwing someDaniel Gröber2019-05-301-6/+8
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+1
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-5/+2
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-52/+55
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-041-6/+16
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-1/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-4/+3
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-1/+3
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-111-1/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-1/+1
* Typos in commentsGabor Greif2016-12-011-1/+1
* Rework parser to allow use with DynFlagsDave Laing2016-05-181-1/+1
* Delete support for deprecated "-- # ..."-style haddock optionsThomas Miedema2016-02-191-4/+0
* Expose enabled language extensions to THBen Gamari2015-12-151-1/+2
* Ignore comments in getOptionsMatthew Pickering2015-11-121-0/+14
* OPTIONS_GHC compiler flags may contain spaces (#4931)Thomas Miedema2015-11-111-2/+3
* Simplify type of ms_srcimps and ms_textual_imps.Edward Z. Yang2015-10-091-2/+8
* API Annotations tweaks.Alan Zimmerman2015-01-161-1/+2
* Add API AnnotationsAlan Zimmerman2014-11-211-2/+2
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-1/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Avoid trivial cases of NondecreasingIndentationHerbert Valerio Riedel2014-05-151-2/+2
* Minor change to error message wordingKrzysztof Gogolewski2013-11-171-1/+1
* Whitespace only in HeaderInfoIan Lynagh2013-06-221-34/+27
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-25/+27
* fix quadratic performance issue with long module names (#5981)Simon Marlow2012-04-111-11/+15
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-1/+1
* Fix parsing of OPTIONS*/LANGUAGE pragmas in haddock modeIan Lynagh2011-11-301-4/+10
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-10/+12
* Give a more helpful src location (Trac #5281)Simon Peyton Jones2011-07-271-7/+7
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-7/+7
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-171-1/+2
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-5/+5
* Implement fuzzy matching for the Findersimonpj@microsoft.com2010-12-221-1/+2
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-7/+6
* Change "OPTIONS" to "OPTIONS_GHC" in error messages; fixes #4327Ian Lynagh2010-09-241-2/+2
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-1/+1
* Add support for Haskell98 and Haskell2010 "languages"Ian Lynagh2010-07-241-2/+2