summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* Add emptyPA to PrelNamesRoman Leshchinskiy2007-07-251-1/+3
* Get NDP prelnames from the right modulesRoman Leshchinskiy2007-07-161-10/+11
* Stoping constant folding of calls to chr# that are invalidandy@galois.com2007-07-111-2/+7
* PA is now a class instead of a recordRoman Leshchinskiy2007-07-101-10/+9
* Add NDP-related PrelNamesRoman Leshchinskiy2007-06-291-0/+41
* Added "C--" foreign calling conventionMichael D. Adams2007-05-161-1/+2
* remove accidentally-committed changeSimon Marlow2007-05-141-5/+0
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-112-11/+11
* remove now-unused usage information (#1003)Simon Marlow2007-05-101-57/+6
* Make -frewrite-rules into a dynamic flag; off for -O0simonpj@microsoft.com2007-05-041-3/+28
* Use a primop for getting the fields of the AP_STACK rather than an FFI callSimon Marlow2007-05-031-0/+4
* the Unknown types aren't required nowSimon Marlow2007-04-251-6/+1
* Generating synonym instance representation tyconsManuel M T Chakravarty2007-04-251-1/+1
* Fix the GHC.Base.inline builtin rulesimonpj@microsoft.com2007-04-202-6/+18
* Re-working of the breakpoint supportSimon Marlow2007-04-171-7/+2
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-18/+0
* Fixed desugaring of parallel array comprehensionsManuel M T Chakravarty2007-04-021-3/+3
* Fix typo "lazy y x" -> "lazy y"Ian Lynagh2007-03-171-1/+1
* Unbreak Haddock markupsven.panne@aedion.de2007-03-141-1/+1
* Fixed LaTeX markupsven.panne@aedion.de2007-03-141-5/+6
* Update the wired-in name for Data.String.IsStringBrian Alliet2007-03-141-1/+1
* add noDuplicate#Simon Marlow2007-03-061-0/+5
* Use Data.String rather than GHC.Base for IsString/fromStringIan Lynagh2007-03-031-1/+2
* Fix typo in primops docsIan Lynagh2007-03-011-3/+3
* Fix #839 (Generate documentation for built-in types and primitve operations)Simon Marlow2007-02-281-50/+184
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-1/+1
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-4/+22
* Fix an overlapping of uniques in PrelNamesPepe Iborra2006-12-161-4/+4
* Closure inspection in GHCiPepe Iborra2006-12-101-1/+11
* The breakpoint primitivePepe Iborra2006-12-101-3/+15
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-0/+2
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-091-0/+10
* restore compilation with 5.04Simon Marlow2006-11-151-1/+2
* Add literal-shift rewrite rulessimonpj@microsoft.com2006-11-131-1/+25
* Fixups to PelRules (esp using intResult, wordResult)simonpj@microsoft.com2006-11-131-6/+12
* Cosmetics onlysimonpj@microsoft.com2006-11-101-1/+1
* Major overhaul of the Simplifiersimonpj@microsoft.com2006-11-011-117/+128
* Add the primitive type Any, and use it for Dynamicssimonpj@microsoft.com2006-10-183-22/+60
* Add comments about primop rulessimonpj@microsoft.com2006-10-111-0/+19
* Module header tidyup, phase 1Simon Marlow2006-10-112-5/+6
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-113-69/+60
* STM invariantstharris@microsoft.com2006-10-071-0/+7
* Comments onlysimonpj@microsoft.com2006-10-041-0/+2
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-292-10/+0
* Remove dead code concerning coercions from TypeRepsimonpj@microsoft.com2006-09-231-2/+0
* Trim imports, and remove some dead codesimonpj@microsoft.com2006-09-231-1/+1
* Introduce coercions for data instance declsManuel M T Chakravarty2006-09-201-1/+0
* Extend TyCons and DataCons to represent data instance declsManuel M T Chakravarty2006-09-201-1/+4
* newtype fixes, coercions for non-recursive newtypes now optionalManuel M T Chakravarty2006-09-201-7/+3
* Remove argument variance info of tyconsManuel M T Chakravarty2006-09-182-37/+25