| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up cross-compiling | Simon Marlow | 2013-01-17 | 1 | -2/+2 |
* | Update dependencies | Ian Lynagh | 2012-11-30 | 2 | -2/+2 |
* | Make ghc-pkg print less on error. | Ben Millwood | 2012-11-30 | 1 | -5/+6 |
* | Add a --reset-hpcdirs flag to hpc | Ian Lynagh | 2012-11-23 | 6 | -6/+17 |
* | de-tab hpc | Ian Lynagh | 2012-11-23 | 8 | -335/+335 |
* | "hpc version" now shows the version number from the .cabal file | Ian Lynagh | 2012-11-23 | 2 | -2/+5 |
* | Add fixity information to primops (ticket #6026) | Michal Terepeta | 2012-11-23 | 5 | -3/+58 |
* | Add a stddef.h #include to C file generated by DeriveConstants | Ian Lynagh | 2012-11-17 | 1 | -0/+1 |
* | We now assume that offsetof() is always defined | Ian Lynagh | 2012-11-16 | 1 | -9/+4 |
* | Fix the OFFSET macro | Ian Lynagh | 2012-11-13 | 1 | -8/+20 |
* | Fix build on Windows | Ian Lynagh | 2012-11-13 | 1 | -1/+1 |
* | Replace mkDerivedConstants.c with DeriveConstants.hs | Ian Lynagh | 2012-11-12 | 3 | -0/+892 |
* | fix typo, courtesy of Jon Cave, thanks! | Gabor Greif | 2012-11-08 | 1 | -1/+1 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2012-10-31 | 1 | -11/+43 |
|\ |
|
| * | Attach proper jump liveness information to generated C-- code. | Geoffrey Mainland | 2012-10-30 | 1 | -11/+43 |
* | | Improve touchy | Ian Lynagh | 2012-10-31 | 1 | -55/+28 |
* | | Change how touchy sets the file time | Ian Lynagh | 2012-10-31 | 1 | -5/+86 |
|/ |
|
* | Fix a makefile rule | Ian Lynagh | 2012-10-29 | 1 | -1/+1 |
* | Move ghc-pkg's generated Version.hs inside the dist directories | Ian Lynagh | 2012-10-29 | 1 | -6/+9 |
* | Revert "Always use --force when registering packages" | Ian Lynagh | 2012-10-25 | 1 | -2/+2 |
* | Make "ghc-pkg check" check for prof and dyn ways, as well as vanilla | Ian Lynagh | 2012-10-25 | 1 | -17/+23 |
* | Remove an outdated comment | Ian Lynagh | 2012-10-25 | 1 | -1/+1 |
* | Always use --force when registering packages | Ian Lynagh | 2012-10-25 | 1 | -2/+2 |
* | Make it possible to build with only way dyn | Ian Lynagh | 2012-10-24 | 4 | -9/+21 |
* | Use Cabal to build mkUserGuidePart | Ian Lynagh | 2012-10-24 | 2 | -5/+20 |
* | Follow 'flags' -> 'generalFlags' rename | Ian Lynagh | 2012-10-18 | 1 | -1/+1 |
* | Fix some dependencies | Ian Lynagh | 2012-10-14 | 2 | -1/+3 |
* | Use Cabal to build ghctags | Ian Lynagh | 2012-10-14 | 2 | -3/+23 |
* | Use Cabal to build hpc-bin | Ian Lynagh | 2012-10-14 | 2 | -4/+11 |
* | Move the RPATH computation into the build rules | Ian Lynagh | 2012-10-14 | 1 | -4/+0 |
* | Add TRANSITIVE_DEPS variables to package-data.mk files | Ian Lynagh | 2012-10-14 | 1 | -0/+3 |
* | ghc-pkg: Print something when no packages are found; fixes #6119 | Ian Lynagh | 2012-10-11 | 1 | -1/+4 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -7/+7 |
* | Actually build things the dynamic way | Ian Lynagh | 2012-10-04 | 1 | -2/+4 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 12 | -63/+119 |
* | Tweak the build system handling of shell wrappers | Ian Lynagh | 2012-09-27 | 2 | -2/+2 |
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 5 | -5/+5 |
* | make sure to remove the right link before calling 'ln -s' (could we use 'ln -... | Gabor Greif | 2012-08-30 | 1 | -2/+2 |
* | Follow changes in Cabal | Ian Lynagh | 2012-08-23 | 2 | -1/+3 |
* | Start separating out the RTS and Haskell imports of MachRegs.h | Ian Lynagh | 2012-08-06 | 1 | -1/+1 |
* | Update dependencies. | Paolo Capriotti | 2012-07-19 | 2 | -4/+4 |
* | ghc-pkg: restore -no-user-package-conf flag. | Paolo Capriotti | 2012-07-18 | 1 | -0/+2 |
* | typos in comments | Gabor Greif | 2012-07-18 | 1 | -3/+3 |
* | Write locale character encoding to hpc html report (#5006) | Bas van Dijk | 2012-07-16 | 1 | -3/+19 |
* | improve the --help docs a bit (#7008) | Simon Marlow | 2012-07-02 | 1 | -4/+6 |
* | Follow changes in base | Ian Lynagh | 2012-06-19 | 1 | -1/+0 |
* | Create versioned runghc wrapper (#5873) | Paolo Capriotti | 2012-06-19 | 1 | -0/+3 |
* | Pass DynFlags to the LogAction | Ian Lynagh | 2012-06-11 | 1 | -2/+2 |
* | Accept -package-conf so cabal-install works | Ian Lynagh | 2012-05-27 | 1 | -1/+1 |
* | escape(): don't forget the final '\0' | Simon Marlow | 2012-05-23 | 1 | -0/+1 |