summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Say where we're booting to aid debuggingIan Lynagh2007-05-241-0/+2
* add a rule for creating makefiles as <dir>/CabalMakefileSimon Marlow2007-05-241-0/+7
* process is now split off from baseIan Lynagh2007-05-232-1/+2
* old-locale is now split outIan Lynagh2007-05-192-2/+3
* Refactor libraries/Makefile a bit; also, we don't need a bootstrapping prettyIan Lynagh2007-05-191-12/+11
* rebuild.library.<foo> is now a shorthand for clean then buildIan Lynagh2007-05-191-0/+9
* directory, old-time and random are now split off from baseIan Lynagh2007-05-192-1/+5
* Add parallel extralibIan Lynagh2007-05-182-0/+2
* We now need a bootstrapping pretty package as Cabal depends on itIan Lynagh2007-05-182-3/+6
* 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
* Document -fomit-interface-pragmas, -fignore-interface-pragmassimonpj@microsoft.com2007-05-211-3/+47
* 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
* follow removal of Distribtion.Compat.FilePathSimon Marlow2007-05-212-4/+0
* separate the Windows version of uploading the docs, and fix itSimon Marlow2007-05-211-2/+11
* use relative dir for uploading to avoid problems on WindowsSimon Marlow2007-05-211-1/+1
* Get the path right for :listPepe Iborra2007-05-201-1/+3
* doc: 'import M' is the same as ':module +M'Simon Marlow2007-05-211-2/+10
* Use -cpp when building installPackage, so we can build the Cabal/filepath codeIan Lynagh2007-05-201-1/+2
* 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
* Avoid the need to rerun configure when we installIan Lynagh2007-05-182-22/+81
* '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
* xref to the docs for +RTS -xcSimon Marlow2007-05-171-1/+3
* FIX #767 (withMVar family have a bug)Simon Marlow2007-05-181-1/+6
* remove old comments and commented-out codeSimon Marlow2007-05-181-10/+1
* Update the panic msg from #1257 to be an ordinary error, not a panicSimon Marlow2007-05-181-4/+5
* autodetect BINDIST_DOC_WAYS againSimon Marlow2007-05-181-16/+22
* FIX #1052 (NCG doesn't realise shift instructions trash shifted input)Simon Marlow2007-05-181-5/+19
* Add dist/ to $(PublishLocation)Simon Marlow2007-05-181-2/+2