summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Respect GHC_CHARENC environment variable #10762Michael Snoyman2015-08-291-2/+12
* Transliterate unknown characters at outputMichael Snoyman2015-08-181-0/+3
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-3/+3
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-4/+0
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-2/+3
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-171-3/+6
* Build system: delete two unused filesThomas Miedema2015-07-131-1/+0
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-051-14/+28
* Comments only [skip ci]Thomas Miedema2015-07-041-0/+4
* Mask to avoid uncaught ^C exceptionsSimon Marlow2015-06-291-7/+14
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-121-14/+32
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-3/+2
* Always force the exception in enqueued commandsZejun Wu2015-06-092-8/+9
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-3/+4
* Catch canonicalizePath exceptions, fix #10101Flaviu Andrei Csernik (archblob)2015-06-011-6/+3
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-18/+28
* Do not check dir perms when .ghci doesn't existZejun Wu2015-05-141-5/+4
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-121-40/+40
* More accurate allocation stats for :set +sSimon Marlow2015-05-112-41/+61
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-141-0/+1
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-2/+3
* Suggest how to fix .ghci when it is group writeable (#8248)Vikas Menon2015-04-071-1/+3
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-072-0/+16
* fix typoJavran Cheng2015-04-061-1/+1
* Change which files --make thinks are 'Haskellish' (#10220)Thomas Miedema2015-04-011-1/+1
* Explicitly check for -C on registerised build (#7563)Thomas Miedema2015-03-311-1/+6
* Rename C(obj)cplusplus to C(obj)cxxThomas Miedema2015-03-281-1/+1
* Rename driver phases C(obj)cpp to C(obj)cplusplusThomas Miedema2015-03-271-1/+1
* Remove mention of `-unreg` in error messageThomas Miedema2015-03-181-1/+1
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-161-3/+6
* Update filepath submodule to filepath-1.4 snapshotHerbert Valerio Riedel2015-03-111-1/+1
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2014-12-281-0/+1
* Make ghc -e fail on invalid declarationsReid Barton2014-12-232-5/+9
* Make ghc -e not exit on valid import commands (#9905)Reid Barton2014-12-232-8/+15
* Comments onlySimon Peyton Jones2014-12-221-1/+5
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-221-2/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-211-19/+32
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-0/+1
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-212-50/+64
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-0/+4
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-211-0/+1
* Add API AnnotationsAlan Zimmerman2014-11-211-1/+1
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-3/+4
* Filter input to abiHash earlyMateusz Kowalczyk2014-11-191-3/+9
* Typo fix; Trac #9787Austin Seipp2014-11-101-2/+2
* Top-level comment for keepPackageImports.Edward Z. Yang2014-11-071-1/+4
* Extra CRs are now filtered out from the source file for :list.Gintautas Miliauskas2014-10-291-1/+2
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-3/+3
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-071-4/+0
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-3/+3