2010-11-12 |
simonpj@microsoft.com | Allow the old [$foo| ... |] syntax for quasi-quotes |
commit | commitdiff | tree | snapshot |
2010-11-11 |
simonpj@microsoft.com | Fix multi-line string (minor glitch in stage-1 compiler) |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Roman Leshchinskiy | Add upstream URLs for vector and primitive |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Ian Lynagh | Obey the -rtsopts flag when making shared libraries... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Ian Lynagh | Avoid scary message from tar if dph isn't in the tree |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Ian Lynagh | Whitespace only |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Ian Lynagh | Remove no-longer-necessary withFlattenedDynflags |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Ian Lynagh | Use liftIO rather than io |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Ian Lynagh | Fix a #if test |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Ian Lynagh | Fix building genprimopcode with GHC 7.0, and remove... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Ian Lynagh | On Windows, when returning memory to the OS, we try... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ian Lynagh | Whitespace only, in rts/win32/OSMem.c |
commit | commitdiff | tree | snapshot |
2010-11-01 |
simonpj@microsoft.com | Improve error messages |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ian Lynagh | Uncomment and fix an OS X linker debug print |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Simon Marlow | fix bugs in tryTakeMVar/tryPutMVar |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Simon Marlow | Remove duplicate PrimopWrappers generation |
commit | commitdiff | tree | snapshot |
2010-10-29 |
benl@ouroborus.net | Comment out bogus debug line that broke build on OSX |
commit | commitdiff | tree | snapshot |
2010-10-29 |
benl@ouroborus.net | Fix import warning |
commit | commitdiff | tree | snapshot |
2010-10-29 |
benl@ouroborus.net | Cleanup comments and formatting only |
commit | commitdiff | tree | snapshot |
2010-10-29 |
benl@ouroborus.net | Nicer error message for #3782 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Ian Lynagh | Replace some exit(n) calls with stg_exit(n); fixes... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
simonpj@microsoft.com | Remove -ds-multi-tyvar static flag |
commit | commitdiff | tree | snapshot |
2010-10-28 |
simonpj@microsoft.com | Deprecate -fmethod-sharing, which no longer does anything |
commit | commitdiff | tree | snapshot |
2010-10-28 |
simonpj@microsoft.com | Do w/w *recursive* things even if they are small |
commit | commitdiff | tree | snapshot |
2010-10-27 |
simonpj@microsoft.com | Two signficant changes to the simplifier |
commit | commitdiff | tree | snapshot |
2010-10-27 |
simonpj@microsoft.com | Yet another go at CoreArity |
commit | commitdiff | tree | snapshot |
2010-10-27 |
simonpj@microsoft.com | Buglet in tcIface, now that nested binders can have... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
simonpj@microsoft.com | Add strictness for raiseIO# primop |
commit | commitdiff | tree | snapshot |
2010-10-27 |
simonpj@microsoft.com | Don't worker-wrapper INLINABLE things |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Simon Marlow | Refactoring and tidyup of HscMain and related things... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Simon Marlow | follow changes in the GHC API |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Simon Marlow | tweaks |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Simon Marlow | comment |
commit | commitdiff | tree | snapshot |
2010-10-27 |
simonpj@microsoft.com | Warn (not error) for SPECIALISE pragmas without INLINE |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Simon Marlow | fix stage1_libs pseudo-target |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Thomas Schilling | Fix #4424. Allow `-hide-all-packages` to be set dynami... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Michal Terepeta | Fix whitespace and layout in PrelRules. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
gwright@antiope.com | Fix for #4318 (Linker failure on OS X 10.6) |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ian Lynagh | Use removeDups to find top-level duplicate names |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ian Lynagh | Remove unnecessary imports |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ian Lynagh | Add NoFoo form to the extensions list that dummy-ghc... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
simonpj@microsoft.com | Fix a long-standing bug the float-out pass |
commit | commitdiff | tree | snapshot |
2010-08-31 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2010-10-26 |
simonpj@microsoft.com | Fix initialisation of strictness in the demand analyser |
commit | commitdiff | tree | snapshot |
2010-10-26 |
simonpj@microsoft.com | Don't look through SCC in exprIsConApp_maybe |
commit | commitdiff | tree | snapshot |
2010-10-26 |
simonpj@microsoft.com | Make isIrrefutableHsPat say True for existentials;... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
simonpj@microsoft.com | Serialise nested unfoldings across module boundaries |
commit | commitdiff | tree | snapshot |
2010-10-25 |
simonpj@microsoft.com | Do not (ever) use substExprSC in the simplifier |
commit | commitdiff | tree | snapshot |
2010-10-25 |
simonpj@microsoft.com | Use new showMultiLineString to fix Trac #4436 |
commit | commitdiff | tree | snapshot |
2010-10-25 |
simonpj@microsoft.com | For a non-recursive let, make sure we extend the value... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
simonpj@microsoft.com | instance Outputable IntMap |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Ian Lynagh | Make the ffi.h->ffitarget.h dep a proper dep, rather... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
pho@cielonegro.org | libffi: missing dependency on ffitarget.h |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Lynagh | Remove the need to explicitly flatten the dynflags |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Lynagh | Follow GHC.Bool/GHC.Types merge |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Lynagh | Don't build packages that need TH if we are making... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Lynagh | OS X uninstaller: Pass create-links its argument |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Lynagh | Tweak the OS X installer uninstaller script |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Ian Lynagh | Improve the OS X installer |
commit | commitdiff | tree | snapshot |
2010-10-22 |
dimitris@microsoft.com | Optimised the representation of Inert Sets to use Maps... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
simonpj@microsoft.com | Add rebindable syntax for if-then-else |
commit | commitdiff | tree | snapshot |
2010-10-22 |
simonpj@microsoft.com | Lint should check for duplicate top-level bindings... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Ian Lynagh | Fix unused import warning on OS X |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Switch more uniqFromSupply+splitUniqSupply's to takeUni... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Whitespace only |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Whitespace only |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Whitespace only |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Windows installer improvements from Claus |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Fix Trac #4396, by localising pattern binders in the... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | White space only |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Add an assertion |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Use takeUniqFromSupply in ByteCodeGen |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Fix some whitespace |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Use takeUniqFromSupply in emitProcWithConvention |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Use takeUniqFromSupply in IfaceEnv |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Define takeUniqFromSupply |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Remove some extraneous whitespace |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Ian Lynagh | Add a comment on why some seq's are done |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Tidy up RuntimeUnkSkols a bit more |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Fix haddock markup |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Improve rule checking, to fix panic Trac #4398 |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Improve the simple expression optimiser so it does... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Reiner Pope | Template Haskell: add view patterns (Trac #2399) |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Tidy-up sweep, following the Great Skolemisation Simpli... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Fix haddock markup |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Tweak the haddock rules; no functional change |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Don't seq unfoldings |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Avoid hanging on to old unfoldings; fixes #4367 (compil... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
simonpj@microsoft.com | Comments and layout only |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Look for sources in Cabal's autogen directory too |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Follow Cabal change: Use usedExtensions rather than... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Simon Marlow | fix markup |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Simon Marlow | remove xref to hasktags |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Neil Mitchell | Update the documentation on using DLL's from Windows... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
dimitris@microsoft.com | (1) More lenient kind checking, (2) Fixed orientation... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
dimitris@microsoft.com | Midstream changes to deal with spontaneous solving... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Simon Marlow | hasktags was dropped in GHC 6.12, remove it from the... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
simonpj@microsoft.com | Refactor, plus fix Trac #4418 |
commit | commitdiff | tree | snapshot |
2010-10-20 |
simonpj@microsoft.com | Add a comment, connecting the seq to the test (#4367... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ian Lynagh | Define setIdUnfoldingLazily, and use it in Vectorise |
commit | commitdiff | tree | snapshot |
next |