summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* Fix Trac #2130: improve derived Ord for primmitive typessimonpj@microsoft.com2008-02-281-0/+1
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-221-3/+7
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-4/+14
* Optimise desugaring of parallel array comprehensionsRoman Leshchinskiy2007-12-051-1/+3
* Improve the situation for Trac #959: civilised warning instead of a trace msgsimonpj@microsoft.com2007-11-191-1/+3
* (>>>) now comes from GHC.DesugarSimon Marlow2007-11-021-1/+2
* document float2Int# and double2Int#Simon Marlow2007-09-251-0/+7
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-047-7/+7
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-037-14/+14
* Fixed TeX syntaxsven.panne@aedion.de2007-09-011-1/+1
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-017-0/+49
* Remove NDP-related stuff from PrelNamesRoman Leshchinskiy2007-08-311-69/+0
* Fix vectorisation of sum type constructorsRoman Leshchinskiy2007-08-301-0/+6
* Track changes to package ndp (use PArray_Int# instead of UArr Int)Roman Leshchinskiy2007-08-301-4/+4
* Add code for looking up PA methods of primitive TyConsRoman Leshchinskiy2007-08-301-0/+1
* Remove unused vectorisation built-inRoman Leshchinskiy2007-08-241-5/+2
* Add UArr built-inRoman Leshchinskiy2007-08-241-1/+5
* Remove Embed and related stuff from vectorisationRoman Leshchinskiy2007-08-241-4/+4
* Use n-ary sums and products for NDP's generic representationRoman Leshchinskiy2007-08-231-7/+4
* expand docs for unsafeCoerce#, as a result of investigations for #1616Simon Marlow2007-08-301-2/+24
* PR is an explicit record, not a classRoman Leshchinskiy2007-08-221-4/+3
* Add vectorisation-related built-inRoman Leshchinskiy2007-08-221-1/+4
* Use NDP's own (:*:) and (:+:)Roman Leshchinskiy2007-08-221-1/+6
* Rename vectorisation-related stuffRoman Leshchinskiy2007-08-221-3/+3
* Add NDP-related PrelNamesRoman Leshchinskiy2007-08-211-1/+6
* Use lookupOrig to find built-in NDP-related namesRoman Leshchinskiy2007-08-151-0/+1
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-071-2/+0
* Add more NDP functions to PrelNamesRoman Leshchinskiy2007-08-081-1/+9
* PA functions are no longer methodsRoman Leshchinskiy2007-08-081-6/+6
* PA is now an explicit record instead of a typeclassRoman Leshchinskiy2007-08-071-4/+3
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-071-0/+2
* 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