summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add --verbose and --help flags to gen_contents_index"ghc-7.4Ben Gamari2015-07-061-30/+7
* -package P was loading all versions of P in GHCi (#7030)Simon Marlow2012-08-091-1/+3
* Add --verbose and --help flags to gen_contents_indexThomas Dziedzic2012-06-211-7/+30
* Don't put auto sccs on INLINE functions (#6131)Simon Marlow2012-06-191-3/+33
* Build fix for Hurd.Paolo Capriotti2012-06-171-2/+2
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-06-156-105/+73
* Fix ref to ticket in 7.4.2 release notes.Paolo Capriotti2012-06-111-1/+1
* throwTo: unlock the MSG_THROWTO object before returning (#6103)Simon Marlow2012-06-081-2/+8
* Fix for earger blackholing of thunks with no free variables (#6146)Simon Marlow2012-06-084-12/+16
* Set RELEASE back to NOIan Lynagh2012-06-071-1/+1
* Read the source file timestamp *before* preprocessing (#6106)ghc-7.4.2-releaseSimon Marlow2012-06-051-13/+11
* checkStability: respect -fforce-recomp (#6105)Simon Marlow2012-06-051-2/+4
* Tabs -> Spaces in GhcMake.hs.Paolo Capriotti2012-06-051-458/+458
* escape(): don't forget the final '\0'Simon Marlow2012-06-051-0/+1
* Set RELEASE to YES, and version to 7.4.2Ian Lynagh2012-06-011-2/+2
* Update ANNOUNCE for 7.4.1Ian Lynagh2012-06-011-34/+6
* MERGE: Be less aggressive about the result discountIan Lynagh2012-05-302-25/+39
* Fix typo in 7.4.2 release notes.Paolo Capriotti2012-05-161-1/+1
* Update 7.4.2 release notes.Paolo Capriotti2012-05-161-4/+26
* Build fix.Paolo Capriotti2012-05-081-1/+1
* Catch illegal imports earlier (#6007)Simon Marlow2012-05-081-4/+34
* hs_init(): cope with argc and/or argv being NULL (#6006)Simon Marlow2012-05-081-1/+8
* Cast memory primops in the C backend (#5976)Paolo Capriotti2012-05-081-17/+26
* Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checkerSimon Marlow2012-05-031-6/+32
* Compile link .note section separately from main.cNathan Howell2012-05-031-26/+31
* Doc: updated list of warnings not enabled by -Wall (#4817)Paolo Capriotti2012-04-271-2/+4
* Flags documentation: -fwarn-unrecognized-pragmas is enabled by -Wall (#6050)Paolo Capriotti2012-04-271-1/+0
* Fix worker/wrapper for CPR functionsSimon Peyton Jones2012-04-262-16/+22
* Update 7.4.2 release notes.Paolo Capriotti2012-04-161-0/+51
* Fix crash with tiny initial stack size (#5993)Simon Marlow2012-04-121-2/+2
* Fix a #defineIan Lynagh2012-04-121-1/+1
* Disable the timer signal while blocked in select() (#5991)Simon Marlow2012-04-121-4/+13
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-124-19/+36
* Fix GHC API with respect to safe haskell. (#5989)David Terei2012-04-067-125/+158
* Update safe haskell error/warn formattingDavid Terei2012-04-061-16/+13
* Fix tracking of reason safe inference failed. (#5988)David Terei2012-04-063-22/+51
* Prevent nested TH exceptions from bubbling up to the top level (#5976)Paolo Capriotti2012-04-062-6/+37
* Make the LocalRdrEnv keep track of all the Names that are in scopeSimon Peyton Jones2012-04-065-19/+52
* Revert "Refer to Control.Concurrent instead of GHC.Conc"Paolo Capriotti2012-04-021-5/+5
* Add release notes for 7.4.2.Paolo Capriotti2012-04-023-0/+247
* Fix a bug in threadStackOverflow() (maybe #5214)Simon Marlow2012-04-011-13/+22
* Respect package qualifier when validating imports in GHCi (#5979)Paolo Capriotti2012-03-311-1/+1
* Update documentation of DatatypeContexts (#5964)Paolo Capriotti2012-03-301-2/+3
* Add linker support for ELF on ARMBen Gamari2012-03-303-12/+341
* Update the user guide with details on new flag +RTS -luDuncan Coutts2012-03-281-18/+25
* fix #5534 (ghci -fobject-code strangeness)Simon Marlow2012-03-283-4/+27
* Improve support for LLVM >= 3.0 write barrier. (#5814)Paolo Capriotti2012-03-263-15/+31
* llvmGen: Use new fence instructionBen Gamari2012-03-264-9/+42
* Fix closure_type_names, BLACKHOLE and BLOCKING_QUEUE were swappedJoachim Breitner2012-03-261-1/+1
* PPC: Handle right shift of > 31 bits. Fix #5999.Erik de Castro Lopo2012-03-231-3/+10