summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* New version of the patch for #5461.Paolo Capriotti2012-06-251-3/+5
* Implemented feature request on reconfigurable pretty-printing in GHCi (#5461)Vitaly Bragilesky2012-06-251-0/+15
* Remove sortLe usesIan Lynagh2012-06-221-7/+6
* Remove 'on' from UtilIan Lynagh2012-06-221-8/+9
* Fix buildIan Lynagh2012-06-191-0/+1
* Build fixesIan Lynagh2012-06-181-1/+1
* Make -ignore-dot-ghci a dynamic flagIan Lynagh2012-06-181-3/+2
* Fix ghc/ following -dppr-user-length changesIan Lynagh2012-06-141-2/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-131-1/+1
|\
| * fix spelling: "infered" -> "inferred"Simon Marlow2012-06-111-1/+1
* | Pass DynFlags down to showSDocIan Lynagh2012-06-123-23/+31
* | Pass DynFlags down to showPprIan Lynagh2012-06-121-1/+1
* | Build fixesIan Lynagh2012-06-123-9/+14
* | Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
* | Pass DynFlags to prettyPrintGhcErrorsIan Lynagh2012-06-111-1/+1
* | Change how pprPanic worksIan Lynagh2012-06-111-0/+3
|/
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-2/+1
* Replace printDump with a new SeverityIan Lynagh2012-05-291-1/+3
* Updates for haskeline-0.7's new MonadException API.Judah Jacobson2012-05-262-11/+15
* Use transformers directly, rather than using mtlIan Lynagh2012-05-193-3/+5
* Use pprInfixName in pprInfo (#6091)Paolo Capriotti2012-05-141-1/+1
* Build fixIan Lynagh2012-05-061-1/+1
* Follow changes in haskelineIan Lynagh2012-05-061-2/+1
* Fix the stage1 ghc hschooks.cIan Lynagh2012-04-301-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-271-5/+39
|\
| * Catch illegal imports earlier (#6007)Simon Marlow2012-04-271-5/+39
* | Build fixesIan Lynagh2012-04-261-1/+1
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-261-6/+5
|\ \ | |/
| * make -XNoImplicitPrelude work properly in GHCiSimon Marlow2012-04-251-6/+5
* | Win64 build fixIan Lynagh2012-04-261-2/+3
|/
* ghci: write exceptions to stderr (#5980)Paolo Capriotti2012-04-231-5/+7
* Revert "Added ':runmonad' command to GHCi"Simon Peyton Jones2012-04-131-9/+0
* Added ':runmonad' command to GHCiDavid Terei2012-04-121-0/+9
* Do not re-encode correctly encoded inputs and arguments (#5795)Paolo Capriotti2012-04-111-8/+3
* Add support for additional .ghci files in GHCi (#5265)Paolo Capriotti2012-04-111-2/+2
* Revert "trac #5265 (support for additional .ghci files)"Paolo Capriotti2012-04-111-2/+1
* Respect package qualifier when validating imports in GHCi (#5979)Patrick Palka2012-03-311-1/+2
* Tabs -> SpacesDavid Terei2012-03-231-12/+5
* Fix building with devel snapshotsIan Lynagh2012-03-171-0/+9
* Tweak to flag parsing (#5921)Simon Marlow2012-03-131-0/+5
* In ghci, reload after :e. Patch from Paolo Capriotti. Fixes #5343Ian Lynagh2012-03-111-6/+7
* Fix crash caused by allowing duplicate *-modules in the context (#5904)Simon Marlow2012-03-021-2/+13
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-013-72/+154
* tyopsGabor Greif2012-02-271-1/+1
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-1/+1
* Update dependenciesIan Lynagh2012-02-221-1/+1
* Remove unused ghciHandleGhcExceptionIan Lynagh2012-02-161-5/+0
* tweak error messageSimon Marlow2012-02-161-2/+1
* Refactoring: make IIModule contain ModuleName, not Module, for consistencySimon Marlow2012-02-141-73/+81
* Refactoring, and fix a couple of SafeHaskell-related thingsSimon Marlow2012-02-141-33/+58