| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup sweep and fix a bug in RTS flag processing. | Simon Marlow | 2011-04-12 | 1 | -1/+0 |
* | Merge branch 'trac_5025' of https://github.com/thoughtpolice/ghc | Simon Marlow | 2011-04-06 | 1 | -1/+1 |
|\ |
|
| * | Teach GHC to compile objective-c files; trac #5025 | Austin Seipp | 2011-04-03 | 1 | -1/+1 |
* | | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 1 | -3/+3 |
|/ |
|
* | Prefer builtin commands to macros in GHCi command resolution (#3858) | Max Bolingbroke | 2011-04-02 | 1 | -1/+4 |
* | Improve GHCi line numbers in errors | Ian Lynagh | 2011-02-27 | 1 | -6/+9 |
* | :script file scripts in GHCi #1363 | Vivian McPhail | 2011-02-26 | 2 | -8/+54 |
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 1 | -44/+1 |
* | Fix ghci in stage3 | Ian Lynagh | 2011-01-23 | 1 | -5/+1 |
* | Manually control more of the Cabal flags for the compiler and ghc packages | Ian Lynagh | 2011-01-21 | 2 | -0/+10 |
* | Remove some hardcoded makefile settings | Ian Lynagh | 2011-01-21 | 2 | -19/+2 |
* | Add NondecreasingIndentation extension to ghc-bin | Ian Lynagh | 2011-01-17 | 1 | -0/+2 |
* | Handle dependencies of programs on libraries correctly | Ian Lynagh | 2011-01-16 | 1 | -5/+0 |
* | Remove some flags that are redundant now GHC gets configured by Cabal | Ian Lynagh | 2011-01-16 | 1 | -10/+0 |
* | Change some HC_OPTS var handling | Ian Lynagh | 2011-01-16 | 1 | -19/+21 |
* | Remove some unnecessary workarounds | Ian Lynagh | 2011-01-16 | 1 | -9/+0 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 2 | -15/+9 |
* | Remove redundant import | Ian Lynagh | 2011-01-08 | 1 | -1/+0 |
* | Improve error message of :set in ghci (ticket #4190). | Michal Terepeta | 2010-11-30 | 1 | -1/+3 |
* | fix up multi-line GHCi patch (#4316) | Simon Marlow | 2011-01-05 | 1 | -5/+5 |
* | multiline commands in GHCi #4316 | Vivian McPhail | 2010-11-05 | 2 | -10/+74 |
* | Comments only | simonpj@microsoft.com | 2010-12-24 | 1 | -1/+2 |
* | add 'make re2' for rebuilding stage2 (similarly re1 and re3) | Simon Marlow | 2010-12-21 | 1 | -0/+14 |
* | Replace uses of the old try function with the new one | Ian Lynagh | 2010-12-18 | 2 | -11/+12 |
* | Replace uses of the old catch function with the new one | Ian Lynagh | 2010-12-18 | 1 | -2/+2 |
* | Create ~/.ghc/ if it doesn't already exist; fixes trac #4522 | Ian Lynagh | 2010-12-18 | 1 | -5/+7 |
* | Remove more dead code now we require GHC >= 6.12 | Ian Lynagh | 2010-12-15 | 2 | -12/+2 |
* | fix warnings | Simon Marlow | 2010-12-09 | 1 | -1/+4 |
* | :unset settings support | Boris Lykah | 2010-11-23 | 1 | -20/+35 |
* | Close .ghci files after reading them; fixes trac #4487 | Ian Lynagh | 2010-12-05 | 1 | -1/+3 |
* | Remove references to Haskell 98 | Ian Lynagh | 2010-11-23 | 1 | -1/+1 |
* | Fix bug #3165 (:history throws irrefutable pattern failed) | pepeiborra@gmail.com | 2010-11-15 | 1 | -2/+2 |
* | Remove no-longer-necessary withFlattenedDynflags | Ian Lynagh | 2010-11-03 | 1 | -23/+11 |
* | Use liftIO rather than io | Ian Lynagh | 2010-11-03 | 2 | -90/+86 |
* | Refactoring and tidyup of HscMain and related things (also fix #1666) | Simon Marlow | 2010-10-27 | 3 | -41/+26 |
* | Remove the need to explicitly flatten the dynflags | Ian Lynagh | 2010-10-23 | 1 | -1/+1 |
* | Replace an outputStr with putStrLn calls; fixes #4332 | Ian Lynagh | 2010-10-03 | 1 | -1/+2 |
* | Don't show the loaded packages in ":show packages"; fixes #4300 | Ian Lynagh | 2010-09-30 | 1 | -5/+0 |
* | use putStrLn instead of Haskeline's outputStrLn | Simon Marlow | 2010-09-24 | 1 | -9/+9 |
* | Add separate functions for querying DynFlag and ExtensionFlag options | Ian Lynagh | 2010-09-18 | 1 | -1/+1 |
* | Bump dependencies | Ian Lynagh | 2010-09-17 | 1 | -1/+1 |
* | Fix warnings | Ian Lynagh | 2010-09-09 | 1 | -1/+2 |
* | Remove context completion | lykahb@gmail.com | 2010-09-01 | 1 | -1/+19 |
* | Disambiguate a function name | Ian Lynagh | 2010-08-28 | 1 | -1/+1 |
* | Pass more -pgm flags in the ghc wrapper; fixes #3863 | Ian Lynagh | 2010-08-27 | 1 | -1/+1 |
* | Refactor the command-line argument parsing (again) | simonpj@microsoft.com | 2010-08-16 | 1 | -23/+4 |
* | Do the dependency-omitting for 'make 1' in a slightly different way | Simon Marlow | 2010-08-10 | 1 | -3/+4 |
* | Flatten flags for ghci's :show | Ian Lynagh | 2010-07-25 | 1 | -1/+1 |
* | Add support for Haskell98 and Haskell2010 "languages" | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
* | Rename "language" varibles etc to "extension", and add --supported-extensions | Ian Lynagh | 2010-07-24 | 2 | -16/+18 |