summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a submodule for the time packageIan Lynagh2012-12-026-44/+4
* Don't get submodules when 'get'ingIan Lynagh2012-12-022-11/+14
* Update haskeline submoduleIan Lynagh2012-12-021-0/+0
* Tweak commentsIan Lynagh2012-12-021-2/+3
* Merge branch 'ticket-7442' of git://github.com/phonohawk/ghcIan Lynagh2012-12-021-4/+12
|\
| * Fix broken -fPIC on Darwin/PPC (#7442)PHO2012-11-241-4/+12
* | Mac OS X 10.6 needed for pthread_threadid_np(), fixes #7356Ian Lynagh2012-12-011-1/+2
* | Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcRichard Eisenberg2012-12-016-4/+4
|\ \
| * \ Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-301-1/+1
| |\ \
| * | | Update submodulesIan Lynagh2012-11-302-0/+0
| * | | Update dependenciesIan Lynagh2012-11-304-4/+4
* | | | Added the docs/core-spec READMERichard Eisenberg2012-12-012-2/+83
* | | | Added GHC formalism to the GHC source tree.Richard Eisenberg2012-12-0114-1/+1103
* | | | Remove case from coreLintExpr dealing with types, as it is not used.Richard Eisenberg2012-11-301-2/+4
| |/ / |/| |
* | | typoGabor Greif2012-11-301-1/+1
|/ /
* | DetabIan Lynagh2012-11-301-1/+1
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-302-14/+18
|\ \
| * \ Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcIavor S. Diatchki2012-11-297-29/+125
| |\ \
| * | | Add ":info!" to GHCi. This shows all instances without filtering first.Iavor S. Diatchki2012-11-292-14/+18
* | | | Link in-tree libffi to rts. Fixes trac #5743.Peter Trommler2012-11-301-0/+6
* | | | Remove unused PYTHON in build systemIan Lynagh2012-11-302-5/+0
* | | | Make ghc-pkg print less on error.Ben Millwood2012-11-301-5/+6
* | | | Extend parser to allow specification of RULES that never fire. #7162Andrew Farmer2012-11-301-0/+1
| |/ / |/| |
* | | Remove accidentally-commited testing aidIan Lynagh2012-11-301-1/+0
* | | libffi build system tweaksIan Lynagh2012-11-305-9/+10
* | | Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-295-7/+111
* | | Remove a use of printfIan Lynagh2012-11-291-2/+1
* | | Small refactoringIan Lynagh2012-11-291-3/+3
* | | Whitespace only in compiler/ghci/LibFFI.hscIan Lynagh2012-11-291-17/+10
|/ /
* | Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-3021-92/+88
* | Fix #7231: don't unload stable modules when there is an error laterSimon Marlow2012-11-271-5/+12
* | typos in noteGabor Greif2012-11-261-3/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-11-2679-566/+1052
|\ \
| * | Use submodules for repositories with upstreamsIan Lynagh2012-11-2515-12/+54
| * | Normalise command names differently in sync-allIan Lynagh2012-11-251-23/+43
| |/
| * Revert "Move seq's fixity declaration info primops.txt.pp"Ian Lynagh2012-11-232-2/+3
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-233-8/+11
| |\
| | * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-11-233-14/+14
| | |\
| | | * typoGabor Greif2012-11-231-2/+2
| | | * add embedded vendorGabor Greif2012-11-231-1/+1
| | * | Use the right environment for tidying the types of a data constructorSimon Peyton Jones2012-11-231-5/+8
| * | | Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-237-11/+30
| * | | de-tab hpcIan Lynagh2012-11-239-335/+336
| * | | Separate warning flags from other flags in validate-settings.mkIan Lynagh2012-11-231-3/+11
| * | | "hpc version" now shows the version number from the .cabal fileIan Lynagh2012-11-232-2/+5
| * | | Fix building on Sparc/Solaris with non-GNU linker; fixes #5407Ian Lynagh2012-11-231-1/+3
| * | | Move seq's fixity declaration info primops.txt.ppIan Lynagh2012-11-232-3/+2
| * | | Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-239-7/+102
| * | | Unconditionally disable DYNAMIC_BY_DEFAULT for nowIan Lynagh2012-11-231-0/+4
| * | | Enable GhcWithInterpreter when DYNAMIC_BY_DEFAULT is onIan Lynagh2012-11-231-1/+1
| | |/ | |/|