summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't re-export `Alternative(..)` from Control.Monad (re #9586)Herbert Valerio Riedel2014-09-261-1/+1
* Delete hack when takeDirectory returns ""Thomas Miedema2014-09-231-3/+3
* Add the ability to :set -l{foo} in ghci, fix #1407.archblob2014-09-161-0/+11
* Make Applicative a superclass of MonadAustin Seipp2014-09-092-3/+7
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-312-7/+6
* Add a ghc -show-packages mode to display ghc's view of the package envDuncan Coutts2014-08-291-3/+13
* ghci: tweak option list indentation in ':show packages'Sergei Trofimovich2014-08-071-3/+3
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-052-11/+8
* Refactor PackageFlags so that ExposePackage is a single constructor.Edward Z. Yang2014-08-051-3/+4
* Make PackageState an abstract type.Edward Z. Yang2014-08-051-15/+8
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-2/+3
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-2/+6