summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dead code eliminationsimonpj@microsoft.com2007-05-101-1/+0
* improve comments about x86-64 relative-offset hackerySimon Marlow2007-05-101-1/+2
* FIX BUILD: remove accidentally committed hunkSimon Marlow2007-05-101-2/+1
* FIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfoSimon Marlow2007-05-101-1/+1
* Two more small bugs in abstractFloatssimonpj@microsoft.com2007-05-092-3/+14
* fix confusion with return value of runStmtSimon Marlow2007-05-091-22/+28
* eliminate a crash when trying to use :break on a compiled module (test: break...Simon Marlow2007-05-091-1/+1
* Store the constructor name in the info table in UTF-8Simon Marlow2007-05-096-36/+61
* FIX: Linker.getHValue should be linking in any dependencies it requiresSimon Marlow2007-05-094-28/+33
* Fix a missing prime spotted by -fwarn-unused-bindsSimon Marlow2007-05-091-1/+1