summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-17/+2
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-10/+0
* Update process submodule to process-1.4 releaseHerbert Valerio Riedel2015-11-021-1/+1
* Update process submoduleHerbert Valerio Riedel2015-11-011-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+2
* Make it possible to have different UniqSupply strategiesBartosz Nitka2015-10-271-0/+2
* Suggest chmod 755 instead of 644Ben Gamari2015-10-221-1/+1
* Driver: `ghci -e` should behave like `ghc -e` (#9360)Thomas Miedema2015-10-191-0/+13
* MRP-refactor `GHCi` Applicative/Monad instanceHerbert Valerio Riedel2015-10-181-2/+1
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-142-6/+6
* Fix error msg: ghci can't be used with -prof or -static (#10936)Thomas Miedema2015-10-101-1/+1
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-1/+0
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-2/+17
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-3/+2
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-081-0/+2
* 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