summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-6/+8
* Add more modes to mkDerivedConstantsIan Lynagh2012-09-131-3/+10
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* Move ldInputs into DynFlagsIan Lynagh2012-09-031-10/+10
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-031-2/+6
|\
| * Disable the MR by default in GHCi (#3202)Paolo Capriotti2012-09-031-2/+6
* | Refactor the ways code a bitIan Lynagh2012-09-031-2/+2
|/
* make sure to remove the right link before calling 'ln -s' (could we use 'ln -...Gabor Greif2012-08-301-2/+2
* Fix :issafe command (#7172).David Terei2012-08-231-31/+17
* Improve Safe Haskell warn/error output.David Terei2012-08-231-5/+1
* Improve compile times by enabling +RTS -H for GHC (only when bootstrapped)Simon Marlow2012-08-211-0/+8
* Give suggestions for unrecognised command line argumentsJoachim Breitner2012-08-131-2/+7
* Respect verbosity for "flags changed" message (#7139)Paolo Capriotti2012-08-131-1/+3
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-6/+6
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-191-0/+1
|\
| * First batch of file additions for cross-compiler:Gabor Greif2012-07-181-0/+1
* | Add a separate FastZString typeIan Lynagh2012-07-151-7/+5
|/
* Allow 'default' declarations in GHCiPatrick Palka2012-07-111-1/+1
* Make a little more of the GHCi internal API configurableDavid Terei2012-07-103-32/+76
* prefer later defined commands (fixes #3858)Peter Hercek2012-07-041-8/+6
* 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