summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* second attempt to fix C compiler warnings with -fhpcSimon Marlow2007-10-191-2/+5
* Zonk quantified tyvars with skolemsManuel M T Chakravarty2007-10-195-15/+56
* Fix typo that prevented zonking of rhs of EqInstsManuel M T Chakravarty2007-10-181-3/+5
* implement #1468, :browse on its own uses the currently-loaded moduleSimon Marlow2007-10-191-9/+21
* fix :print when !tablesNextToCodeSimon Marlow2007-10-181-0/+8
* re-instate missing parts of "put the @N suffix on stdcall foreign calls in .c...Simon Marlow2007-10-171-3/+17
* Don't barf on error message with non-tc tyvarsManuel M T Chakravarty2007-10-182-3/+4
* Fix deferring on tyvars in TcUnify.subFunTysManuel M T Chakravarty2007-10-181-7/+8
* TcUnify.subFunTys must take type families into accountManuel M T Chakravarty2007-10-172-16/+46
* fix warning on WindowsSimon Marlow2007-10-171-1/+2
* document float2Int# and double2Int#Simon Marlow2007-09-251-0/+7
* Update HsExpr.hi-boot-6 for view pattern changessimonpj@microsoft.com2007-10-171-2/+5
* Fix #1709: do not expose the worker for a loop-breakersimonpj@microsoft.com2007-10-161-7/+19
* Fix #1662: do not simplify constraints for vanilla pattern matchessimonpj@microsoft.com2007-10-161-17/+55
* Eliminate over-zealous warning in CoreToStgsimonpj@microsoft.com2007-10-162-2/+9
* Show inlined function in the header of 'Inlining done' messagesimonpj@microsoft.com2007-10-161-1/+1
* Show program size in the simplifier-bailing-out messagesimonpj@microsoft.com2007-10-161-1/+1
* View patterns, record wildcards, and record punsDan Licata2007-10-1048-1164/+2337
* More docu for skolemOccursManuel M T Chakravarty2007-10-151-3/+48
* Slightly improved comments in TcTyClsDeclsManuel M T Chakravarty2007-10-101-4/+7
* TcTyFuns: remove some duplicate codeManuel M T Chakravarty2007-10-041-42/+25
* TcTyFuns.eqInstToRewriteManuel M T Chakravarty2007-10-032-54/+73
* FIX #1759 while respecting the ticksandy@galois.com2007-10-151-9/+21
* Fix DoCon: Another try at getting extractResults rightsimonpj@microsoft.com2007-10-121-44/+36
* Fix Trac #1680; check for unboxed tuples in TcType.marshalableTyConsimonpj@microsoft.com2007-10-111-0/+1
* Fix Trac #1759: do not let ticks get in the way of spotting trivially-true gu...simonpj@microsoft.com2007-10-101-4/+15
* Fix Trac #1755; check for stage errors in TH quoted Namessimonpj@microsoft.com2007-10-101-7/+37
* checkWellStaged: reverse comparsion (no change in semantics), plus some commentssimonpj@microsoft.com2007-10-101-4/+4
* Add traceTc in tcSimplifyDefaultsimonpj@microsoft.com2007-10-101-1/+1
* Improve pretty-printing of splices in HsSynsimonpj@microsoft.com2007-10-101-1/+1
* Fix Trac #1678; be more careful about catching and reporting exceptions in sp...simonpj@microsoft.com2007-10-101-11/+49
* Comments onlysimonpj@microsoft.com2007-10-101-1/+3
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-103-4/+17
* FIX #1681: withBreakAction had too large a scope in runStmtSimon Marlow2007-10-101-4/+4
* tiny refactoringSimon Marlow2007-10-091-1/+1
* small reworking of the loop-breaker-choosing algorithmSimon Marlow2007-10-091-22/+29
* Fix warnings when build w/o readlineManuel M T Chakravarty2007-10-101-8/+12
* FIX: tidy up TcSimplify following equality constraints additionssimonpj@microsoft.com2007-10-101-98/+112
* Improve pretty-printing for HsSynsimonpj@microsoft.com2007-10-101-5/+5
* Fix Trac #1746: make rule-matching work properly with Cast expressionssimonpj@microsoft.com2007-09-293-17/+48
* Small comment onlysimonpj@microsoft.com2007-09-291-1/+1
* FIX #1743, create a fresh unique for each Id we bind at a breakpointSimon Marlow2007-10-091-1/+8
* remove the "-unreg" flag and the unregisterised way, see #1008Simon Marlow2007-10-091-6/+0
* warning removalSimon Marlow2007-10-091-20/+28
* warning removalSimon Marlow2007-10-031-14/+18
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-0322-154/+149
* warning removalSimon Marlow2007-10-031-22/+28
* warning removalSimon Marlow2007-10-031-2/+2
* warning removalSimon Marlow2007-10-031-9/+6
* warning removalSimon Marlow2007-10-031-56/+86