2007-06-13 |
Simon Marlow | FIX #1424: x86_64 NCG generated wrong code for foreign... |
tree | commitdiff |
2007-06-13 |
Simon Marlow | FIX #1418 (partially) |
tree | commitdiff |
2007-06-12 |
Ian Lynagh | Tweak banner printing 2007-06-12 |
tree | commitdiff |
2007-06-01 |
cdsmith@twu.net | FIX #1378 Add option for a shorter banner on GHCi startup |
tree | commitdiff |
2007-06-09 |
Ian Lynagh | Fix the ghc package in bindists |
tree | commitdiff |
2007-06-05 |
Ian Lynagh | Install the RTS from a bindist correctly |
tree | commitdiff |
2007-06-12 |
Simon Marlow | don't add -threaded in stage2/3 if we didn't build... |
tree | commitdiff |
2007-06-12 |
Simon Marlow | fix compile error in the !GHCI_TABLES_NEXT_TO_CODE... |
tree | commitdiff |
2007-06-09 |
andy@galois.com | Using blacklist of places not to cover, rather than... |
tree | commitdiff |
2007-06-08 |
andy@galois.com | Not adding ticks to compiler generated derived code. |
tree | commitdiff |
2007-06-08 |
Manuel M T Chakravarty | Fix worker/wrapper ids for newtype instances |
tree | commitdiff |
2007-06-08 |
Manuel M T Chakravarty | Fix deriving of indexed data types |
tree | commitdiff |
2007-06-06 |
simonpj@microsoft.com | Don't suggest -fno-monomorphism-restriction if it's... |
tree | commitdiff |
2007-06-06 |
simonpj@microsoft.com | Remove unnecessary free-variables from renamer |
tree | commitdiff |
2007-06-06 |
simonpj@microsoft.com | FIX #1385: make sure tuple instances are loaded |
tree | commitdiff |
2007-06-05 |
simonpj@microsoft.com | Typo in comments |
tree | commitdiff |
2007-06-05 |
Isaac Dupree | remove #if branches for pre-ghc-6.0 |
tree | commitdiff |
2007-06-05 |
Ian Lynagh | Typo, spotted by Stefan Holdermans |
tree | commitdiff |
2007-06-05 |
Simon Marlow | fix panic in #1379 |
tree | commitdiff |
2007-06-05 |
bjpop@csse.unimelb... | Add missing newline from ghci :help output |
tree | commitdiff |
2007-06-01 |
Isaac Dupree | implement FastMutInt in non-GHC using IORefs (#1405) |
tree | commitdiff |
2007-06-01 |
Simon Marlow | FIX #1110: the linker also needs the workaround |
tree | commitdiff |
2007-05-21 |
Simon Marlow | FIX BUILD: GHC doesn't use filepath (yet) |
tree | commitdiff |
2007-05-30 |
simonpj@microsoft.com | Fix bogus check for strictness in newtypes |
tree | commitdiff |
2007-05-30 |
Simon Marlow | export noSrcLoc, noSrcSpan |
tree | commitdiff |
2007-05-30 |
simonpj@microsoft.com | Fix bug in tcSimplifyInfer (Trac #1382) |
tree | commitdiff |
2007-05-30 |
simonpj@microsoft.com | Reject newtypes with strictness annotations; fixes... |
tree | commitdiff |
2007-05-25 |
iavor.diatchki@gma... | refactor: combine repeated code in file reloading |
tree | commitdiff |
2007-05-25 |
iavor.diatchki@gma... | Changes the behavior of the "edit" command in GHCi. |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | #1318: lex negative unboxed literals |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | #1318: remove negative-prim-literal old hackish impleme... |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | parseInteger->parseUnsignedInteger to clarify meaning |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | only comments, spacing, alpha-renaming |
tree | commitdiff |
2007-05-25 |
Michael D. Adams | Removed defunct compiler/codeGen/CgUsages.hi-boot-6 |
tree | commitdiff |
2007-05-24 |
Pepe Iborra | wibble |
tree | commitdiff |
2007-05-23 |
simonpj@microsoft.com | Improve the interaction of 'seq' and associated data... |
tree | commitdiff |
2007-05-23 |
simonpj@microsoft.com | In GHCi, bind identifiers at TH level 'impLevel' |
tree | commitdiff |
2007-05-23 |
simonpj@microsoft.com | White-space only |
tree | commitdiff |
2007-05-23 |
simonpj@microsoft.com | Drop redundant import |
tree | commitdiff |
2007-05-11 |
Tom Schrijvers | type family normalisation |
tree | commitdiff |
2007-05-14 |
simonpj@microsoft.com | Improve error message when 'main' is not defined |
tree | commitdiff |
2007-05-23 |
Pepe Iborra | Clean up for code conventions & add some comment |
tree | commitdiff |
2007-05-11 |
Roman Leshchinskiy | OccNames for closure conversion isomorphisms |
tree | commitdiff |
2007-05-10 |
Roman Leshchinskiy | Modify generation of OccNames for closure conversion |
tree | commitdiff |
2007-05-22 |
Manuel M T Chakravarty | Add data type information to VectInfo |
tree | commitdiff |
2007-05-21 |
Michael D. Adams | Keep flattenCgStmts from emitting spurious 'goto' after... |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | Get the path right for :list |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | wibble |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | Clean up & comments |
tree | commitdiff |
2007-05-20 |
Pepe Iborra | cvReconstructType: a faster, types-only version of... |
tree | commitdiff |
2007-05-19 |
Isaac Dupree | FastMutInt - make #endif be inside \{code} to match... |
tree | commitdiff |
2007-04-30 |
Isaac Dupree | FastTypes - delete ugly _signatures, comment on Bool... |
tree | commitdiff |
2007-04-30 |
Isaac Dupree | FastTypes - note strictness of fast{Or,And} and make... |
tree | commitdiff |
2007-04-29 |
Isaac Dupree | fix non-GHC-specific variant of FastTypes |
tree | commitdiff |
2007-05-19 |
Pepe Iborra | Rewrite the unsafe code dealing with unboxed primitives... |
tree | commitdiff |
2007-05-18 |
Simon Marlow | 'import M' is now the same as ':module +M' at the prompt |
tree | commitdiff |
2007-05-18 |
Simon Marlow | FIX: break011. |
tree | commitdiff |
2007-05-18 |
Simon Marlow | improve break-by-coordinate |
tree | commitdiff |
2007-05-18 |
Simon Marlow | On Windows, don't try to use ANSI bold sequences. |
tree | commitdiff |
2007-05-17 |
Simon Marlow | rethrow exceptions in sandboxIO |
tree | commitdiff |
2007-05-17 |
Simon Marlow | eliminate warnings |
tree | commitdiff |
2007-05-18 |
Simon Marlow | Update the panic msg from #1257 to be an ordinary error... |
tree | commitdiff |
2007-05-18 |
Simon Marlow | FIX #1052 (NCG doesn't realise shift instructions trash... |
tree | commitdiff |
2007-05-17 |
Simon Marlow | fix ordering in :help |
tree | commitdiff |
2007-05-17 |
Simon Marlow | add :cmd |
tree | commitdiff |
2007-05-16 |
Simon Marlow | add a comment |
tree | commitdiff |
2007-05-16 |
Simon Marlow | 'let' expressions: fix scope of the binders (see test... |
tree | commitdiff |
2007-05-16 |
Simon Marlow | Avoid some unnecessary ticks in debugging mode |
tree | commitdiff |
2007-05-16 |
Simon Marlow | comment out unused definition |
tree | commitdiff |
2007-05-15 |
Simon Marlow | GHCi debugger: new flag -fbreak-on-exception |
tree | commitdiff |
2007-05-15 |
Simon Marlow | small performance improvement: unbox some fields |
tree | commitdiff |
2007-05-14 |
Simon Marlow | result_id should be a GlobalId |
tree | commitdiff |
2007-05-15 |
Manuel M T Chakravarty | Iface representation of synonym family instances |
tree | commitdiff |
2007-05-14 |
Manuel M T Chakravarty | -findexed-types -> -ftype-families |
tree | commitdiff |
2007-05-14 |
Simon Marlow | remove accidentally-committed change |
tree | commitdiff |
2007-05-14 |
Simon Marlow | fix for Vista workaround: "PATH" can be spelt "Path" |
tree | commitdiff |
2007-05-14 |
Manuel M T Chakravarty | Revised signature of tcLookupFamInst and lookupFamInstEnv |
tree | commitdiff |
2007-05-11 |
simonpj@microsoft.com | Correct an egregious typo in LiberateCase that emascula... |
tree | commitdiff |
2007-05-11 |
Simon Marlow | Support for adding custom commands to an individual... |
tree | commitdiff |
2007-05-11 |
Michael D. Adams | Fixed copy-and-paste error in the machOps of compiler... |
tree | commitdiff |
2007-05-11 |
Michael D. Adams | Removed UNBOX_FIELD from HsVersions.h since it is not... |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Fixed a minor redundancy in the C-- lexer |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Fixed the C-- lexer to comply with the standard on... |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Documented the Unicode tricks that are being played... |
tree | commitdiff |
2007-05-04 |
Michael D. Adams | Fixed apparent typo in STRICT1(f) of HsVersions.h |
tree | commitdiff |
2007-05-11 |
Manuel M T Chakravarty | Remove the distinction between data and newtype families |
tree | commitdiff |
2007-05-11 |
Simon Marlow | Store a SrcSpan instead of a SrcLoc inside a Name |
tree | commitdiff |
2007-05-11 |
Simon Marlow | improve :abandon, it wasn't properly terminating the... |
tree | commitdiff |
2007-05-11 |
Simon Marlow | refactoring only |
tree | commitdiff |
2007-05-11 |
Isaac Dupree | Add a warning flag for when the Prelude is implicitly... |
tree | commitdiff |
2007-05-11 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2007-05-10 |
Simon Marlow | FIX #1181: parseStaticFlags should not be required |
tree | commitdiff |
2007-05-10 |
Simon Marlow | remove now-unused usage information (#1003) |
tree | commitdiff |
2007-05-10 |
Simon Marlow | FIX #1321: problems with accessing the interpreter... |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Warning fix for unused and redundant imports |
tree | commitdiff |
2007-05-10 |
simonpj@microsoft.com | Fix cloning bugs in SpecConstr |
tree | commitdiff |
2007-05-10 |
simonpj@microsoft.com | Dead code elimination |
tree | commitdiff |
2007-05-10 |
Simon Marlow | improve comments about x86-64 relative-offset hackery |
tree | commitdiff |
2007-05-10 |
Simon Marlow | FIX BUILD: remove accidentally committed hunk |
tree | commitdiff |
2007-05-10 |
Simon Marlow | FIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo |
tree | commitdiff |
next |