[commit: ghc] tc-arrows's head updated: Merge remote-tracking branch 'origin/master' into tc-arrows (47d2265)
Simon Peyton Jones
simonpj at microsoft.com
Fri Mar 1 14:11:51 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
Branch 'tc-arrows' now includes:
f20312f Comments only
3234a4a Add OverloadedLists, allowing list syntax to be overloaded
6518ebe Follow changes to HsPat
d31036e Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
9b6e931 isAlive needs to look through BLACKHOLE indirections
3c1fd68 removeIndirections: look through BLACKHOLE indirections
599aaf4 Better pretty-printing for HsType, fixes Trac #7645
30cf978 Better pretty-printing for Type
9572477 Merge branch 'master' of http://darcs.haskell.org/ghc
99af12a Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
c043732 Fix issues with finding llvm tools again (#7661).
16389d1 Another go at tidying VectInfo
1b81f15 Improve documentation of overloaded lists
b2a9fbf Allow different customizations per cross target by obtaining GlobalCrossCompilePrefix from mk/config.mk and using that to include mk/$(GlobalCrossCompilePrefix)build.mk instead of mk/build.mk when present.
536ee09 Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
192789a Don't push to submodules on "./sync-all push"
d8ab46d Check sub-modules are OK before pushing
ed21082 Make :kind in GHCi do kind generalisation, always (Trac #7688)
bc00d90 Look through type synonyms when deciding if something is a type literal.
a187310 Squash some typos
6c743b6 Stop using the deprecated System.Cmd
3c839ac Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
cdf1655 Build system tweak: Do the package checks at configure time
00a9b91 Update submodule versions
4c821f0 Whitespace tweak
ac5a314 Build the stage0 ghc-pkg with Cabal
137b229 Fix build on Windows: We don't build terminfo on Windows
9857a6a Add a missing $ to a dependency
b893286 Define utils/ghc-pkg_dist_PROG correctly for Windows
c39d315 Build fix for dyn way on Windows; patch from nus
097f723 Small refactoring; patch from nus
5855496 Update submodules
94914b9 iOS patch no 1: Select operating system; from StephenBlackheath
c476494 iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699
fe46059 Add missing ;; in aclocal.m4
6d67af9 Whitespace only
4ebcdbe Remove support for the --enable-hc-boot flag in configure
d227713 Layout only
ffe795d Hardcode "BootingFromHc = NO" for now
b8bf9a3 Finish removing BootingFromHc
09316bc Remove utils/Makefile
68c6d00 Fix line endings in rts/win32/ThrIOManager.c
8d1e91a Simplify some code; patch from Bill Tutt
b46da7c Set repositories to have core.autocrlf == false; fixes #7673
d362d93 Fix the autocrlf test in sync-all
cd31b29 Remove the MACOSX_DEPLOYMENT stuff; fixes #7559
af16aba Remove utils/lndir/Makefile (part of the old build system)
5858bb3 Update submodules
e5e8709 Put the main ghc tree last in packages
eaab794 Update submodules
1bb3313 Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix)
29e86f9 Primitive bitwise operations on Int# (Fixes #7689)
391f287 fix PrimOp dependencies
dca3a28 declare stable_ptr_table (should fix via-C compilation)
767663b DPH: free top-level variables don't prevent encapsulation
5700479 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
99c80a0 fix some dependencies
a5879a6 Fix segfault in retainer profiling when using multiple cores (#5909)
7ae0f5b Remove gblock and gunblock
8a50e63 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
1d7cac7 Add a "deprecated in" pragma
ffd68b4 Remove printExceptionAndWarnings (deprecated since 7.2)
f469eff Fix bug in setNumCapabilities
355002c Better handling of find llvm tools. Use IFS as opposed to more hacky tr approach. This way can handle spaces in paths.
49f54dc Update submodules
96e3ae1 Package 'binary' is not a boot package any more
47235c3 Some -dynamic-too fixes
e7729b4 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
84742c0 Fix #7710: do not AutoDeriveTypeable for synonyms and type families
2e010ce Small build system refactoring; no functional changes
676235f Rename hs-suffix-rules to hs-suffix-way-rules
eb90651 Rename hs-suffix-rules-srcdir to hs-suffix-way-rules-srcdir
0565f88 Split non-way-specific variables off from distdir-way-opts into distdir-opts
f136805 Separate the non-way-specific hs-suffix rules
807c294 Build fixes following build system refactoring
96ce0b0 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
1a3247f Always quote arguments to removeFiles (fixes Windows install).
1abfa87 Fix displayed string
a49e9cf Add separate rules for all .hi files, rather than using %.hi style
e2249ff Make the build system use -dynamic-too if both way v and dyn are being built
8a6b565 Add another chapter to the hi-rule novel
02a489e Tweak the sed command so that it works on OSX
06edacf Turn -dynamic-too off in the build system for now
085e814 x86: promote arguments to C functions according to the ABI (#7383)
e2bea60 Use unicode quote characters in error messages etc; fixes #2507
cb34ce9 Fix the compiler plugin example; patch from edsko; fixes #7682
cdae665 Fix autoconf code to find LLVM tools.
890f465 Split SettingsCCompilerFlags into non-link and link portions
20b98f3 Change how unboxed tuples are lexed; fixes #7627
b7ae3cd Only emit %write_barrier primitive for THREADED_RTS
c68aac1 Fix parsing of pragmas containing unicode characters; fixes #7671
9010ab9 Fix a TODO in the compiler
11bfb4f Update submodule
0ee3165 Clarify comment
47d2265 Merge remote-tracking branch 'origin/master' into tc-arrows
More information about the ghc-commits
mailing list