ghc-hetmet.git
2011-04-04 Ian LynaghRemove redundant darcs-all script
2011-04-04 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-04 Ian LynaghTurn on autoflush in sync-all
2011-04-04 Ian LynaghAdd some comments to sync-all, based on darcs-all's...
2011-04-04 Edward Z. YangIgnore tags files.
2011-04-04 Edward Z. YangFix typos and add Outputable constraints to aid debugging.
2011-04-04 Edward Z. YangMinor documentation improvement about pointer tagging.
2011-04-04 Simon MarlowAdd "./sync-all set-push"
2011-04-03 Ian LynaghTake strlen of archive filenames.
2011-04-03 Ian LynaghUpdate darcs references to git in README
2011-04-03 Ian LynaghFix build
2011-04-03 Max BolingbrokeTrivial change to HACKING: github testing againh
2011-04-03 Max BolingbrokeTrivial change to README to observe error I get during...
2011-04-03 Max BolingbrokeMake compilation of hscRnImportDecls conditional: fixes...
2011-04-03 Max BolingbrokeMerge branch 'master' of ssh://darcs.haskell.org/srv...
2011-04-03 Max BolingbrokeUse tcRnImports rather than rnImports with GHCi "import...
2011-04-03 Ian LynaghFix parsing constructors containing dots; fixes trac...
2011-04-03 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-03 Ian LynaghUpdate boot scripts for git
2011-04-02 Max BolingbrokeMerge branch 'master' of ssh://darcs.haskell.org/srv...
2011-04-02 Max BolingbrokePrefer builtin commands to macros in GHCi command resol...
2011-04-02 Ian LynaghUpdate README to talk about git rather than darcs
2011-04-02 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-02 Ian LynaghFollow changes in Cabal
2011-04-02 Max BolingbrokeMark scripts executable (boot, and the ones the build...
2011-04-02 Max BolingbrokeIgnore more generated files
2011-04-01 Max BolingbrokePop OS X stack padding even if the foreign call is...
2011-04-01 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-01 Ian LynaghMerge branch 'ticket-5028'
2011-04-01 Ian LynaghReally zap case-binder occurrence info: solves #5028
2011-04-01 Simon Marlowadd "./sync-all fetch" and "./sync-all new"
2011-04-01 Simon Marlowadd a "set-origin" command
2011-04-01 Simon Marlowfix 'sync-all pull'
2011-03-31 Ian LynaghFix bindisttest in git
2011-03-31 Ian LynaghUpdate meta-repo stuff
2011-03-31 dimitris@microsoft.comIntroducing a datatype for WorkLists that properly...
2011-03-31 simonpj@microsoft.comFix Trac #5048: location on AbsBinds
2011-03-31 simonpj@microsoft.comComments and variable naming only
2011-03-31 simonpj@microsoft.comRe-enable assertion now the new type checker is in
2011-03-31 simonpj@microsoft.comAdd a new static flag -fno-opt-coercion
2011-03-31 simonpj@microsoft.comNew statistics flags -ddump-core-stats
2011-03-30 Simon MarlowWindows build fix: ignore pthread.h if it exists (...
2011-03-30 Simon MarlowAdd a debug check for a non-empty FPU stack on x86...
2011-03-30 Simon Marlowimplement double-to-float narrowing in the x86 NCG...
2011-03-30 Simon MarlowscheduleThreadOn: use TSO_LOCKED even on the non-thread...
2011-03-29 Simon Marlowadd atexit (#4456)
2011-03-29 Ian LynaghTurn -vfia-C into a no-op
2011-03-29 Ian LynaghRemove -fvia-C references from the users guide
2011-03-29 Ian LynaghAdd a tool for checking for problems in the built-in...
2011-03-29 Ian LynaghRenumber TH uniques
2011-03-28 Ian LynaghWhitespace only
2011-03-29 Simon Marlowfix typo (#5056)
2011-03-27 Ian LynaghAdd a script for library merging
2011-03-27 Ian Lynaghbindist comparison tool: Some logic improvements, and...
2011-03-26 Ian LynaghFix the build on Windows (disable hsc2hs --cross-safe)
2011-03-25 Ian LynaghBindist comparison tool: Recognise OS X .dylib files too
2011-03-25 Simon MarlowFix #4914 (I hope)
2011-03-25 Edward Z. YangIgnore comments when inlining.
2011-03-25 simonpj@microsoft.comFix typo in documentation (Trac #5035)
2011-03-22 Edward Z. YangSplit out "Raw Cmm" dump to its own flag -ddump-raw-cmm
2011-03-22 Edward Z. YangRednCounts can contain CAFs, so support them in cvtToCl...
2011-03-23 Edward Z. YangImmediately tag initialization code to prevent untagged...
2011-03-21 simonpj@microsoft.comFix Trac #5028: zap occ info when doing the binder...
2011-03-18 Simon MarlowpruneSparkQueue: handle CAFs
2011-03-23 Ian LynaghDocument new hsc2hs flags, and use the --cross-safe...
2011-03-22 Ian Lynaghbindist checker improvements
2011-03-21 Ian LynaghRename System.Event to GHC.Event
2011-03-21 Ian LynaghHack to get the compare tool to work on Windows "bindists"
2011-03-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2011-03-20 Max BolingbrokeFunctionalDependencies should imply MultiParamTypeClasses
2011-03-20 Ian LynaghChange how we compute install paths on cygwin
2011-03-17 Ian LynaghAdd unboxedTupleTName to templateHaskellNames
2011-03-16 Ian Lynaghbindist comparison tool: Improve way-difference behaviour
2011-03-16 Ian LynaghBindist comparison tool: add --ignore-size-changes...
2011-03-16 Ian LynaghBindist comparison tool: Handle differences in the...
2011-03-16 Ian LynaghDon't put includes/rts/Config.h in bindists twice
2011-03-16 Ian LynaghDon't put 2 copies of the RTS libraries in the bindists
2011-03-16 Ian LynaghMake include file paths a little prettier
2011-03-15 Ian LynaghInitial implementation of bindist comparison tool
2011-03-13 Ian LynaghStop explicitly asking for 10.5 support on OS X; fixes...
2011-03-13 Ian LynaghWrite the XCode version test differently
2011-03-11 Ian LynaghConsistently use <sect1> etc rather than <section>...
2011-02-19 Max BolingbrokeDrop dead core that was kept alive by RULES in CorePrep...
2010-10-27 Michal TerepetaOptimise comparisons against min/maxBound (ticket ...
2011-03-09 David TereiLLVM: Fix #4995, llvm mangler broken for large compiles
2011-03-07 Ian LynaghImprove the XCode version detection
2011-03-06 Edward Z. YangImpredicative polymorphism no longer deprecated.
2011-03-06 Ian LynaghFix doc formatting
2011-03-01 Sergei Trofimovichconfigure: amend sanity check
2011-03-01 Sergei Trofimovichconfigure: triplet: accept i486 CPU (and more), more...
2011-03-06 simonpj@microsoft.comDocument -fwarn-missing-import-lists
2011-03-05 Manuel M T... Completed the implementation of VECTORISE SCALAR
2011-03-05 Ian LynaghFix build, and improve ghc-cabal's errors
2011-03-05 Ian LynaghWhitespace only
2011-03-05 Ian LynaghSanity check values that we wrap in single quotes
2011-03-05 Ian LynaghAvoid some shell calls in the build system
2011-03-02 simonpj@microsoft.comMake -fno-enable-rewrite-rules work properly
2011-03-02 simonpj@microsoft.comComments only
2011-02-22 simonpj@microsoft.comRestore SPECIALISE INSTANCE pragmas
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
next