summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* unused importsSimon Marlow2006-09-191-1/+0
* remove old commentSimon Marlow2006-09-191-1/+0
* unused importSimon Marlow2006-09-191-2/+2
* reformat importSimon Marlow2006-09-131-2/+3
* minor reformattingSimon Marlow2006-09-131-6/+9
* Added parsing rule for BangPattern in case exprMarkus Lauer2006-09-181-0/+2
* Fix a bug in subsumption, and tweak error messagessimonpj@microsoft.com2006-09-181-58/+88
* Commentssimonpj@microsoft.com2006-09-182-3/+22
* Ensure that only zonked poly_ids are passed to tcSpecPragsimonpj@microsoft.com2006-09-182-24/+31
* Comments onlysimonpj@microsoft.com2006-09-181-8/+12
* Add a missing renamer dump (related to Template Haskell)simonpj@microsoft.com2006-09-171-0/+1
* Instantiate data constructor type variables with the type constructor type va...bringert@cs.chalmers.se2006-09-151-3/+3
* Another s/autrijus/audreyt/ in comments.audreyt@audreyt.org2006-09-121-1/+1
* Take away XXXs in GADT records related code that are no longer TODOs.audreyt@audreyt.org2006-09-123-6/+6
* Simplify desugaring of left sectionssimonpj@microsoft.com2006-09-111-14/+4
* Add commentsimonpj@microsoft.com2006-09-111-1/+1
* Fix linking to expf on WindowsIan Lynagh2006-09-101-1/+1
* Catch errors in pattern matching for unboxed tuplessimonpj@microsoft.com2006-09-082-11/+35
* Fix the handling of names in declaration bracketssimonpj@microsoft.com2006-09-072-21/+53
* urk, the dependencies added in the last commit don't really work properlySimon Marlow2006-09-071-31/+35
* Comments onlysimonpj@microsoft.com2006-09-071-1/+4
* Fix bug in error messagesimonpj@microsoft.com2006-09-071-11/+12
* Result type signatures are no longer supported (partial)simonpj@microsoft.com2006-09-073-12/+17
* Add dependencies on .h files #included into Haskell sourceSimon Marlow2006-09-072-2/+45
* Pattern-match warning policesimonpj@microsoft.com2006-09-062-6/+16
* Improve error reporting for SigTvs, and add commentssimonpj@microsoft.com2006-09-063-13/+27
* Check that top-level binders are unqualified namessimonpj@microsoft.com2006-09-063-29/+32
* Make record selection look cheapsimonpj@microsoft.com2006-09-061-1/+1
* -threaded and -prof do not currently work togetherSimon Marlow2006-09-061-1/+0
* Fix dependency analysis (notably bindInstsOfLocalFuns) in TcBindssimonpj@microsoft.com2006-09-051-72/+57
* Refactoring for derived Readsimonpj@microsoft.com2006-09-041-19/+29
* Enable bang-patterns only when the flag says so (had missed a case before)simonpj@microsoft.com2006-09-041-2/+6
* Improve pretty-printing for HsExprsimonpj@microsoft.com2006-09-041-15/+21
* Remove a tab causing ghci's :? alignment to go wrongIan Lynagh2006-09-031-1/+1
* -fglasgow-exts no longer implies -fbang-patternssimonpj@microsoft.com2006-09-011-2/+1
* Don't trust "ln -sf" to do the right thing (it doesn't on Solaris)Simon Marlow2006-08-291-2/+3
* don't include .depend (attempt to fix Windows stage2 build failure)Simon Marlow2006-08-291-2/+0
* Load the target of a dynamic foreign call into a temporarySimon Marlow2006-08-251-5/+15
* Fix rewriting of Control.Exception.Assert; fixes 875Ian Lynagh2006-08-251-1/+4
* Add a default case to pprDynamicLinkerAsmLabelRoman Leshchinskiy2006-08-251-0/+3
* Make sure GCC uses the Sparc V9 instruction setRoman Leshchinskiy2006-08-251-0/+19
* add dependency on regex-compatSimon Marlow2006-08-251-0/+10
* Add dynCompileExprEsa Ilari Vuokko2006-08-231-2/+24
* Remove a reference to -fglobalise-toplev-names that got left behindIan Lynagh2006-08-241-1/+0
* in the GHCi prompt, print ModuleNames not ModulesSimon Marlow2006-08-231-2/+2
* In the Compiling/Skipping message, print ModuleNames not ModulesSimon Marlow2006-08-231-1/+1
* FastString and StringBuffer need -funbox-strict-fields tooSimon Marlow2006-08-221-5/+3
* minor fix to the clashing export error messageSimon Marlow2006-08-221-1/+1
* findModule: add a fallthrough error caseSimon Marlow2006-08-221-1/+3
* disable .ident generation on darwin_TARGET_OSSimon Marlow2006-08-221-0/+2