2007-05-21 |
Simon Marlow | use relative dir for uploading to avoid problems on... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Pepe Iborra | Get the path right for :list |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Simon Marlow | doc: 'import M' is the same as ':module +M' |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Ian Lynagh | Use -cpp when building installPackage, so we can build... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Pepe Iborra | wibble |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Pepe Iborra | Clean up & comments |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Pepe Iborra | cvReconstructType: a faster, types-only version of... |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Isaac Dupree | FastMutInt - make #endif be inside \{code} to match... |
commit | commitdiff | tree | snapshot |
2007-04-30 |
Isaac Dupree | FastTypes - delete ugly _signatures, comment on Bool... |
commit | commitdiff | tree | snapshot |
2007-04-30 |
Isaac Dupree | FastTypes - note strictness of fast{Or,And} and make... |
commit | commitdiff | tree | snapshot |
2007-04-29 |
Isaac Dupree | fix non-GHC-specific variant of FastTypes |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Pepe Iborra | Rewrite the unsafe code dealing with unboxed primitives... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Ian Lynagh | Avoid the need to rerun configure when we install |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | 'import M' is now the same as ':module +M' at the prompt |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | FIX: break011. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | improve break-by-coordinate |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | On Windows, don't try to use ANSI bold sequences. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Simon Marlow | rethrow exceptions in sandboxIO |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Simon Marlow | eliminate warnings |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Simon Marlow | xref to the docs for +RTS -xc |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | FIX #767 (withMVar family have a bug) |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | remove old comments and commented-out code |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | Update the panic msg from #1257 to be an ordinary error... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | autodetect BINDIST_DOC_WAYS again |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | FIX #1052 (NCG doesn't realise shift instructions trash... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | Add dist/ to $(PublishLocation) |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Simon Marlow | remove _split and autogen dirs for binary-dist |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Simon Marlow | fix ordering in :help |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Simon Marlow | complete documentation of the GHCi debugger |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Simon Marlow | add :cmd |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | Rework the GHCi debugger docs |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | add a comment |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | raise#: break *after* stripping the stack, not before |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Ian Lynagh | Add a missing semicolon causing publish-binary-dist... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Ian Lynagh | FIX BUILD Use the right find on Windows systems; fixes... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | later mingw runtimes have gettimeofday, it seems |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | 'let' expressions: fix scope of the binders (see test... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | Avoid some unnecessary ticks in debugging mode |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | comment out unused definition |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | FIX BUILD for way=u in RTS |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Simon Marlow | FIX BUILD with ghc-6.2.x |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Ian Lynagh | Add a missing backslash that was breaking building... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Simon Marlow | GHCi debugger: new flag -fbreak-on-exception |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Simon Marlow | small performance improvement: unbox some fields |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Simon Marlow | result_id should be a GlobalId |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Ian Lynagh | Fix invalid simplification I made while moving the... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Manuel M T... | Iface representation of synonym family instances |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Manuel M T... | Added -ftype-families to the user's manual |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Ian Lynagh | Add filepath modules to compat/ |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Manuel M T... | -findexed-types -> -ftype-families |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Simon Marlow | remove accidentally-committed change |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Simon Marlow | fix for Vista workaround: "PATH" can be spelt "Path" |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Manuel M T... | Revised signature of tcLookupFamInst and lookupFamInstEnv |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Ian Lynagh | Remove non-functional uninstall Makefile target |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Ian Lynagh | Move the libraries bindist generation code into librari... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ian Lynagh | Cabal now uses filepath, so we need a bootstrapping... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Ian Lynagh | Tweak generation of generated files |
commit | commitdiff | tree | snapshot |
2007-05-11 |
simonpj@microsoft.com | Correct an egregious typo in LiberateCase that emascula... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Simon Marlow | don't remove c++ files from Windows binary distribution |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Simon Marlow | Support for adding custom commands to an individual... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Michael D.... | Fixed copy-and-paste error in the machOps of compiler... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Michael D.... | Removed UNBOX_FIELD from HsVersions.h since it is not... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Michael D.... | Fixed a minor redundancy in the C-- lexer |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Michael D.... | Fixed the C-- lexer to comply with the standard on... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Michael D.... | Documented the Unicode tricks that are being played... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Michael D.... | Fixed apparent typo in STRICT1(f) of HsVersions.h |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Manuel M T... | Remove the distinction between data and newtype families |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Simon Marlow | FIX BUILD: revert accidentally-committed patch |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Simon Marlow | Store a SrcSpan instead of a SrcLoc inside a Name |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Simon Marlow | improve :abandon, it wasn't properly terminating the... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Simon Marlow | refactoring only |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Isaac Dupree | Add a warning flag for when the Prelude is implicitly... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | FIX #1181: parseStaticFlags should not be required |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | FIX: loading the ghc package under GHCi |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | remove now-unused usage information (#1003) |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | FIX #1321: problems with accessing the interpreter... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Michael D.... | Warning fix for unused and redundant imports |
commit | commitdiff | tree | snapshot |
2007-05-10 |
simonpj@microsoft.com | Fix cloning bugs in SpecConstr |
commit | commitdiff | tree | snapshot |
2007-05-10 |
simonpj@microsoft.com | Dead code elimination |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | improve comments about x86-64 relative-offset hackery |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | FIX #1343: regex bug in the x86_64 mangler settings |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | FIX BUILD: remove accidentally committed hunk |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Simon Marlow | FIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo |
commit | commitdiff | tree | snapshot |
2007-05-09 |
simonpj@microsoft.com | Two more small bugs in abstractFloats |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ian Lynagh | Remove ghc_ge_504 (it's required to be true now anyway) |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Simon Marlow | fix confusion with return value of runStmt |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Simon Marlow | eliminate a crash when trying to use :break on a compil... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Simon Marlow | Store the constructor name in the info table in UTF-8 |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Simon Marlow | FIX: Linker.getHValue should be linking in any dependen... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Simon Marlow | Fix a missing prime spotted by -fwarn-unused-binds |
commit | commitdiff | tree | snapshot |
2007-05-09 |
simonpj@microsoft.com | Tidy up the interface to lookupInstEnv |
commit | commitdiff | tree | snapshot |
2007-05-09 |
simonpj@microsoft.com | Fix a bug in (the new function) SimplUtils.abstractFloats |
commit | commitdiff | tree | snapshot |
2007-05-09 |
simonpj@microsoft.com | Improve full laziness by floating allocations out of... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Pepe Iborra | Fixed a badly defined pattern match |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Simon Marlow | Allow you to say :unset -f<flag> (see #1328) |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Simon Marlow | overhaul :help, group the debugging commands together |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Simon Marlow | let you :show things that you can :set (e.g. args,... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Simon Marlow | improvements to :history |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Simon Marlow | FIX BUILD (non-profiling RTS was broken in previous... |
commit | commitdiff | tree | snapshot |
next |