summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Relax some dependenciesIan Lynagh2011-07-081-1/+1
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-2/+1
* SafeHaskell: Try to be consistent in naming.David Terei2011-06-291-1/+1
* trac #5265 (support for additional .ghci files)Sam Anklesaria2011-06-261-1/+2
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-0/+1
* SafeHaskell: Change SafeHaskellMode to use Outputable vs ShowDavid Terei2011-06-171-1/+1
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-2/+5
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-0/+1
* SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety infoDavid Terei2011-06-171-1/+48
* SafeHaskell: Fix a warning stopping validationDavid Terei2011-06-171-3/+5
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-172-25/+26
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-1/+0
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-092-34/+51
* Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-042-52/+83
* Merge ghc-new-co into master branchSimon Peyton Jones2011-05-091-3/+4
|\
| * Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-304-29/+45
| |\
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-3/+4
* | | Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured...coloured-coreIan Lynagh2011-05-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Start support for coloured SDoc output.Thomas Schilling2011-04-071-1/+1
* | | We no longer need to pass pgmc etc in the ghc.wrapper scriptIan Lynagh2011-04-291-1/+1
* | | Initialise Settings before DynFlagsIan Lynagh2011-04-221-1/+2
* | | Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-213-19/+32
* | | Make the compiler depend on unlit existingIan Lynagh2011-04-201-11/+13
| |/ |/|
* | Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-1/+0
* | Merge branch 'trac_5025' of https://github.com/thoughtpolice/ghcSimon Marlow2011-04-061-1/+1
|\ \
| * | Teach GHC to compile objective-c files; trac #5025Austin Seipp2011-04-031-1/+1
| |/
* | Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-3/+3
|/
* Prefer builtin commands to macros in GHCi command resolution (#3858)Max Bolingbroke2011-04-021-1/+4
* Improve GHCi line numbers in errorsIan Lynagh2011-02-271-6/+9
* :script file scripts in GHCi #1363Vivian McPhail2011-02-262-8/+54
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-44/+1
* Fix ghci in stage3Ian Lynagh2011-01-231-5/+1
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-212-0/+10
* Remove some hardcoded makefile settingsIan Lynagh2011-01-212-19/+2
* Add NondecreasingIndentation extension to ghc-binIan Lynagh2011-01-171-0/+2
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-161-5/+0
* Remove some flags that are redundant now GHC gets configured by CabalIan Lynagh2011-01-161-10/+0
* Change some HC_OPTS var handlingIan Lynagh2011-01-161-19/+21
* Remove some unnecessary workaroundsIan Lynagh2011-01-161-9/+0
* Build system improvementsIan Lynagh2011-01-152-15/+9
* Remove redundant importIan Lynagh2011-01-081-1/+0
* Improve error message of :set in ghci (ticket #4190).Michal Terepeta2010-11-301-1/+3
* fix up multi-line GHCi patch (#4316)Simon Marlow2011-01-051-5/+5
* multiline commands in GHCi #4316Vivian McPhail2010-11-052-10/+74
* Comments onlysimonpj@microsoft.com2010-12-241-1/+2
* add 'make re2' for rebuilding stage2 (similarly re1 and re3)Simon Marlow2010-12-211-0/+14
* Replace uses of the old try function with the new oneIan Lynagh2010-12-182-11/+12
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-2/+2
* Create ~/.ghc/ if it doesn't already exist; fixes trac #4522Ian Lynagh2010-12-181-5/+7
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-152-12/+2