summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-6/+6
* Make GHCi permissions checks ignore root user.Mathieu Boespflug2014-07-201-14/+11
* Fix ghci tab completion of duplicate identifiers.Shachaf Ben-Kiki2014-07-131-2/+2
* Do not print the result of 'main' after invoking ':main' (fixes #9086).Gintautas Miliauskas2014-07-071-3/+4
* Simplify package dump for -v4Edward Z. Yang2014-06-221-3/+5
* Fixes #95 :edit command should jump to the last errorLorenzo Tabacchini2014-06-132-27/+64
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-031-1/+1
* Convert `ghc-bin.cabal` to use others-extensionsHerbert Valerio Riedel2014-05-154-6/+15
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-1/+0
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-4/+5
* Separate thousands when printing allocated bytesErlend Hamberg2014-04-211-1/+6
* Don't preprocess .s filesSimon Marlow2014-04-081-2/+3
* Don't perform permission checks for scripts named with -ghci-script (#6017)Simon Marlow2014-03-272-8/+19
* Typos in commentsGabor Greif2014-03-051-1/+1
* Fix #8754 again.Austin Seipp2014-02-202-1/+39
* Revert "Fix #8754 in a round-about way."Austin Seipp2014-02-181-4/+0
* Revert "Add comments explaining #8754"Austin Seipp2014-02-181-20/+1
* Add comments explaining #8754Austin Seipp2014-02-171-1/+20
* Fix #8754 in a round-about way.Austin Seipp2014-02-171-0/+4
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-4/+6
* A little refactoring so that we print package-qualified modules names if nece...Simon Peyton Jones2014-01-091-10/+11