summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed apparent typo in STRICT1(f) of HsVersions.hMichael D. Adams2007-05-041-1/+1
* Remove the distinction between data and newtype familiesManuel M T Chakravarty2007-05-1111-47/+26
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-1140-105/+100
* improve :abandon, it wasn't properly terminating the computation (see comments)Simon Marlow2007-05-111-3/+19
* refactoring onlySimon Marlow2007-05-111-38/+19
* Add a warning flag for when the Prelude is implicitly imported (trac #1317)Isaac Dupree2007-05-112-0/+9
* Comments onlysimonpj@microsoft.com2007-05-111-0/+2
* FIX #1181: parseStaticFlags should not be requiredSimon Marlow2007-05-102-0/+9
* remove now-unused usage information (#1003)Simon Marlow2007-05-101-57/+6
* FIX #1321: problems with accessing the interpreter's HandlesSimon Marlow2007-05-101-42/+45
* Warning fix for unused and redundant importsMichael D. Adams2007-05-1032-63/+10
* Fix cloning bugs in SpecConstrsimonpj@microsoft.com2007-05-101-14/+26