summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* wibblePepe Iborra2007-05-241-2/+2
* Improve the interaction of 'seq' and associated data typessimonpj@microsoft.com2007-05-236-230/+236
* In GHCi, bind identifiers at TH level 'impLevel'simonpj@microsoft.com2007-05-232-27/+44
* White-space onlysimonpj@microsoft.com2007-05-231-1/+1
* Drop redundant importsimonpj@microsoft.com2007-05-231-1/+0
* type family normalisationTom Schrijvers2007-05-112-2/+205
* Improve error message when 'main' is not definedsimonpj@microsoft.com2007-05-141-15/+18
* Clean up for code conventions & add some comment Pepe Iborra2007-05-232-40/+76
* OccNames for closure conversion isomorphismsRoman Leshchinskiy2007-05-111-1/+2
* Modify generation of OccNames for closure conversionRoman Leshchinskiy2007-05-101-3/+4
* Add data type information to VectInfoManuel M T Chakravarty2007-05-225-28/+118
* Keep flattenCgStmts from emitting spurious 'goto' after CmmSwitchMichael D. Adams2007-05-211-0/+1
* Get the path right for :listPepe Iborra2007-05-201-1/+3
* wibblePepe Iborra2007-05-201-1/+1
* Clean up & commentsPepe Iborra2007-05-201-130/+109
* cvReconstructType: a faster, types-only version of cvObtainTermPepe Iborra2007-05-201-11/+62
* FastMutInt - make #endif be inside \{code} to match #ifdefIsaac Dupree2007-05-191-1/+1
* FastTypes - delete ugly _signatures, comment on Bool not FastBool where the t...Isaac Dupree2007-04-301-13/+1
* FastTypes - note strictness of fast{Or,And} and make the unboxed versions soIsaac Dupree2007-04-301-2/+8
* fix non-GHC-specific variant of FastTypesIsaac Dupree2007-04-291-1/+42
* Rewrite the unsafe code dealing with unboxed primitives in RtClosureInspectPepe Iborra2007-05-192-55/+64
* 'import M' is now the same as ':module +M' at the promptSimon Marlow2007-05-181-0/+1
* FIX: break011. Simon Marlow2007-05-181-6/+14
* improve break-by-coordinateSimon Marlow2007-05-181-1/+6
* On Windows, don't try to use ANSI bold sequences.Simon Marlow2007-05-181-1/+29
* rethrow exceptions in sandboxIOSimon Marlow2007-05-171-1/+9
* eliminate warningsSimon Marlow2007-05-171-2/+1
* Update the panic msg from #1257 to be an ordinary error, not a panicSimon Marlow2007-05-181-4/+5
* FIX #1052 (NCG doesn't realise shift instructions trash shifted input)Simon Marlow2007-05-181-5/+19
* fix ordering in :helpSimon Marlow2007-05-171-1/+1
* add :cmdSimon Marlow2007-05-171-0/+13
* add a commentSimon Marlow2007-05-161-0/+3
* 'let' expressions: fix scope of the binders (see test break014)Simon Marlow2007-05-161-3/+3
* Avoid some unnecessary ticks in debugging modeSimon Marlow2007-05-161-3/+6
* comment out unused definitionSimon Marlow2007-05-161-2/+2
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-153-60/+85
* small performance improvement: unbox some fieldsSimon Marlow2007-05-151-9/+10
* result_id should be a GlobalIdSimon Marlow2007-05-141-1/+2
* Iface representation of synonym family instancesManuel M T Chakravarty2007-05-154-25/+49
* -findexed-types -> -ftype-familiesManuel M T Chakravarty2007-05-145-38/+38
* remove accidentally-committed changeSimon Marlow2007-05-141-5/+0
* fix for Vista workaround: "PATH" can be spelt "Path"Simon Marlow2007-05-141-1/+2
* Revised signature of tcLookupFamInst and lookupFamInstEnvManuel M T Chakravarty2007-05-145-25/+68
* Correct an egregious typo in LiberateCase that emasculated itsimonpj@microsoft.com2007-05-111-1/+1
* Support for adding custom commands to an individual breakpointSimon Marlow2007-05-112-30/+69
* Fixed copy-and-paste error in the machOps of compiler/cmm/CmmParse.yMichael D. Adams2007-05-111-3/+3
* Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere.Michael D. Adams2007-05-111-6/+0
* Fixed a minor redundancy in the C-- lexerMichael D. Adams2007-05-101-1/+1
* Fixed the C-- lexer to comply with the standard on hex escape sequences.Michael D. Adams2007-05-101-1/+1
* Documented the Unicode tricks that are being played in the lexersMichael D. Adams2007-05-102-9/+12