Timeline
02/09/12: Today
- 12:54 Holes edited by
- More about ranges, made examples consistent (diff)
- 12:05 Holes edited by
- Used a bit better example, updated info on implicit parameters (diff)
- 08:30 Ticket #5520 (Spurious warning with new associated types and MultiParamTypeClasses) closed by
- fixed: Done already […] Simon
- 08:22 Ticket #5637 (runhaskell ghc panic running netwire 2 demo) closed by
- fixed: No response from submitter, so assuming this is fixed.
- 08:09 Ticket #5399 (GHC 7.0.3 produces corrupt .hi files for qtHaskell) closed by
- fixed: No response from submitter, so closing. Please reopen if you think it's …
- 08:08 Ticket #4462 (-dcore-lint error in simplifier phase 0 when profiling) closed by
- fixed: No response from submitter, so optimistically assuming this is fixed. …
- 08:06 Ticket #3675 (load fails with Literate target contents) closed by
- invalid: No response from submitter, so closing.
- 06:09 ViewPatterns edited by
- typo (diff)
- 06:06 Ticket #5860 (Ambiguity between redundant imports) closed by
- invalid: Looks ok to me. The error message points to line 4, and the import of …
02/08/12: Yesterday
- 16:18 Changeset [6e87d4b138b8c20f4ad6f842758b21f8509d4f60] by
- Fix '-distrust-all-packages' flag.
- 11:29 Ticket #5860 (Ambiguity between redundant imports) created by
- GHC reports this program: […] as having a redundant import of …
- 11:07 Ticket #5808 (nofib/spectral/hartel/transform is crashing with -fllvm (LLVM 2.7)) closed by
- wontfix: OK can reproduce. This only happens with LLVM 2.7. any higher versions are …
- 10:53 Ticket #5845 (Change description of old-locale to NOT say its deprecated) closed by
- fixed: Fixed in 9f4b00d4ef5b37adffa01742a09b6f9ad2df1a09. I also pulled in the …
- 09:38 Ticket #5859 (unsafeInterleaveIO duplicates computation when evaluated by multiple ...) created by
- When the following code is compiled with -O1 or -O2, the interleaved …
- 09:08 Ticket #5858 (type inference of an OverloadedString for a class instance with type ...) created by
- We have some code in Yesod: […] When I use it in my application, I am …
- 08:09 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 08:03 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 07:53 Changeset [a77e46226e09bd3f318b86ad57f113f8887aff37] by
- Port the old CmmLint? to the new Cmm representation
- 07:53 Changeset [b80c2c7b20e52aaf4f48c300fba1012f5fdb7534] by
- just comments
- 07:53 Changeset [3a47819657f6b8542107d14cbd883d93f6fbf442] by
- a build system fix that is already on HEAD
- 07:51 Changeset [05b8ee21850855f5cb0348b1762f0c264b9348fb] by
- Build info tables with the new stack layout code
- 07:51 Changeset [b9d3e608a67af2bec0fd201d789b985b4aff1cd4] by
- fix a bug
- 07:50 Changeset [76999b605423f530ec17562d772eda1c1672db53] by
- New stack layout algorithm Also: - improvements to code generation: push …
- 07:25 Ticket #5449 (Build failure with ghc 7.2.1: Missing (or bad) header file: runProcess.h) closed by
- fixed: It's now on hackage.
- 06:49 Ticket #5848 (Calling ghc without -o overwrites symbolic links) closed by
- invalid: Thanks for the report. The behaviour when the output file is a symlink is …
- 06:47 Ticket #5857 (GHC Panic when using unbound type variables with Template Haskell) created by
- I received the following GHC panic report: ghc: panic! (the 'impossible' …
- 02:58 Changeset [2a58aa112a1e5736154fb3d93f65281405404a78] by
- MERGE from 7.4 branch: Update dependencies
02/07/12:
- 17:11 Ticket #5856 (numrun012 test fails on i686 works on x86_64) created by
- I have built ghc on both x86_64 and i686 for archlinux. make test has no …
- 15:16 Ticket #5855 (Computation Hangs Using PolyKinds) created by
- I have tried to distill this down to a minimal example. The following …
- 15:11 Changeset [15cd666c82f5baaa941763a59f0a751c029273ba] by
- Remove a workaround for building with GHC 6.12.2
- 14:41 Holes created by
- Still very much a work in progress: proposal of bringing the holes of Agda …
- 10:59 Ticket #5852 (methods and associated types treated differently wrt. qualification) closed by
- fixed: Now that I have installed GHC 7.4.1 (for a different reason than this …
- 08:30 Ticket #5854 (TH: INLINABLE pragma support (patch)) created by
- I needed it for my data-dword library, …
- 06:45 Building/Porting edited by
- Update for GHC 7.4.1 (diff)
- 05:33 WikiStart edited by
- (diff)
- 05:24 Changeset [59ddfa4edf31233dae49c709c6d54f26060e358c] by
- ARM StgRun?: Ensure r11 state is preserved
- 05:23 Changeset [9c685f44e873f01403fd83209487faa64aeb47fb] by
- Ignore -C when not unregisterised (reported on ghc-users)
- 05:23 Changeset [a0c7808243b2e785d3365cd5146316b6cc8b0138] by
- comments
- 05:23 Changeset [e46d26686034448a311f48f7e685f159af865d7c] by
- Check that imported modules actually exist (#5836)
- 05:23 Changeset [bf456a09f9ef68436db48eb5ea25193d3b2f2ed5] by
- avoid 32-bit integer overflow (#5831)
- 02:44 Ticket #5853 (Out-of-memory crash when using RULES and type families) created by
- GHC(i) 7.4.1 crashes with an OOM error on the following code: […]
- 01:45 Ticket #5852 (methods and associated types treated differently wrt. qualification) created by
- Say I have the following module: […] Now I use this module in another …
- 01:38 Ticket #5818 (gcd and fizzled reversed in event SparkCounters) closed by
- wontfix: Thanks! I'll close the bug then.
- 00:34 Ticket #5851 (RTS Crashes on Exit with double free) created by
- On compiling with […] or […] RTS crashes on exit (normal or …
02/06/12:
- 23:48 Ticket #5847 (Error message trying to use SOE) closed by
- fixed: I redownloaded the latest SOE zip file and it seems to be working! I …
- 17:50 Ticket #5850 (Greater customization of GHCi prompt) created by
- GHCi is bit more than a Haskell interpreter. With the :! and …
- 10:45 DataParallel/LiveFusion edited by
- Improve SF section. (diff)
- 10:18 Building/Unregisterised edited by
- (diff)
- 07:56 Ticket #5849 (Buliding on arm broke in 7.4.1) created by
- As you can see here: …
- 05:38 Ticket #5848 (Calling ghc without -o overwrites symbolic links) created by
- This might not be a bug (might even be a feature...) but I find it …
- 04:15 DataParallel edited by
- (diff)
- 04:13 DataParallel/LiveFusion created by
- 02:17 Ticket #5847 (Error message trying to use SOE) created by
- I've had a really hard time getting the SOE package up and running. I …
- 00:52 Ticket #5792 (PolyKinds and recompilation causes internal error) closed by
- fixed: And I fixed the HEAD thus: […] Plus a regression test. Done! Simon
- 00:50 Ticket #5833 (PolyKinds10 fails an assert) closed by
- fixed: Fixed by […] Thanks for reporting Simon
- 00:50 Ticket #5798 (PolyKinds: couldn't match kind `BOX' against `*') closed by
- fixed: Fixed by […] Thanks for reporting Simon
- 00:48 Ticket #5829 (break003, break006, print019 fail with a DEBUG compiler) closed by
- fixed: Thanks. I believe these failures are now fixed […] Simon
- 00:47 Ticket #5832 (PolyKinds03 and PolyKinds13 fail an ASSERT) closed by
- fixed: Fixed by […]
- 00:42 Changeset [0053aa290021ac7611e8ae6a1f3dfebdcce0c9f5] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 00:42 Changeset [542dd73658709e8fde109b459427db84c34d5aaf] by
- Refactor tcUserStmt, to fix Trac #5829 The problem was that the FunBind? …
- 00:40 Changeset [af26d558fb57150a0035cc72d15f829975db2e9f] by
- Give promoted DataCons? a tyConArity and promoted TyCons? a tyConKind ..and …
- 00:38 Changeset [f92591defcb5c4803c301558d51e3f8c9c92a985] by
- Refactor HsDecls? again, to put family instances in InstDecl? This …
02/05/12:
- 15:38 Building/Porting edited by
- all .hsc files have the issue (diff)
- 12:14 Building/Porting edited by
- drop duplicate (diff)
- 12:07 Building/Porting edited by
- I got issues with the stat struct (diff)
- 11:41 Ticket #5846 (Add GHC.Stats.gcStatsEnabled) created by
- It would be nice if GHC.Stats exported a new, top-level constant, …
02/04/12:
- 17:18 Ticket #5845 (Change description of old-locale to NOT say its deprecated) created by
- Would everyone be OK if I changed the description of 'old-locale' package …
- 16:29 Ticket #5844 (Panic on generating Core code) created by
- STEPS TO REPRODUCE 1. Create the file "Panic.hs" with the contents: …
02/03/12:
- 17:49 Ticket #5843 (hGetBufSome blocks when all available input is buffered (on Windows only)) created by
- See the attached program. On Windows, it blocks on hGetSome. If I take …
- 14:49 Ticket #5842 (pretty tests from GHC's testsuite) created by
- We've been moving tests into the library that they test (#1161). I'm …
- 10:24 Ticket #5810 (OSX Lion building 7.4 head causes Haddock Divide By Zero) closed by
- fixed: I think this is fixed by: commit 552504663774d4ad2528d466f08841b5b78c7518 …
- 08:44 Ticket #5841 (seg fault in ghci but not ghc when using chart-gtk code) created by
- I don't know if this is os x lion specific, but when running (attached …
- 07:02 Changeset [cd38928495f9186646273432151259f3d654b7e2] by
- add mapSuccessors
- 07:01 Changeset [846a43cbeac2c93f445cd0c7716ba6200141a9f5] by
- Small improvement to control-flow optimisation
- 07:01 Changeset [df3f5f93d9233ebf966fa26b7a690b38cbd312ce] by
- comments
02/02/12:
- 23:55 Debugging/InstallingPackagesInplace edited by
- update instructions: --with-ghc does not work for me, but --with-compiler … (diff)
- 17:58 Ticket #5817 (dph-diophantine-copy-opt fails) closed by
- fixed: Was a bad rewrite rule in the DPH library.
- 15:10 Changeset [bc9f8b0b13d7eda8f636dc01ee686a2abe6b7b88] by
- Add a "tag" command to sync-all
- 14:02 Changeset [8fbdaa5975dbd1176791a3d85faf7a7a8c9451e0] by
- Add a "tag" command to sync-all
- 11:21 Changeset [bbe2d21a110f2eb3f3c3c06536816bd28179f38d] by
- Don't include Cabal in mkDocs Cabal no longer has a userguide that we …
- 10:52 Ticket #5840 (Extend the supported environment sizes of vectorised closures) created by
- […]
- 05:23 Changeset [d05b19fb2a2bb113b97b95e5d2e846cdee1b5493] by
- Merge branch 'ghc-7.4' of http://darcs.haskell.org/ghc into ghc-7.4
- 05:21 Changeset [bd0ce7d72a62100157355e3bab50bee3c953ee62] by
- Fix dependency-analysis of type/class decls Family instances don't define …
- 04:46 Changeset [c8c811a7dce121e174775e82970562f936f6ac25] by
- Set RELEASE back to NO
- 02:48 Ticket #5803 (Chash on terminate during getLine) closed by
- duplicate: Thanks for the report. I believe this is fixed in 7.2 and later; see …
02/01/12:
- 08:48 Changeset [97741318c541288038c8a564294fed7f0143f586] by
- When type-checking kinds, be sure to promote list and tuple syntax This …
- 08:07 Status/SLPJ-Tickets edited by
- (diff)
- 07:02 Ticket #5839 (ARM linker support) created by
- This patch adds ARM support in the RTS linker and enables ghci in the …
- 05:31 Ticket #5838 (integer overflow in rts/RtsUtils:heapOverflow()) created by
- When failing with a heap exhaustion, the RTS truncates the reported …
- 03:52 Ticket #5812 (Nasty interaction between MagicHash and CPP LANGUAGE pragmas) closed by
- wontfix: Then my suggestion is to use ++ instead of string gaps. GHC will optimise …
- 00:13 Ticket #5837 (Context reduction stack overflow can take very long) created by
- The following code, taken from the "Haskell Type Constraints Unleashed" …
01/31/12:
- 14:41 Ticket #5806 (Make TimeLocale an instance of Def) closed by
- wontfix: You mean "data-default depends on old-locale" I assume? If so then that's …
- 14:29 Ticket #5802 (GHC Panic with PolyKinds and TypeFamilies) closed by
- fixed: Thanks for the report. This seems fine to me in HEAD and 7.4 (if I change …
- 14:21 Ticket #5825 (GHC can't build C program that uses exported Haskell function) closed by
- invalid: You need to add -no-hs-main to the second command, or you will end up …
- 07:58 Changeset [9802620a85be4fed21db86830320fa8d98b4365d] by
- Update ANNOUNCE for 7.4.1
- 07:52 Changeset [421b6b612d2c33ab82657240ba197f7c8b5929bd] by
- Set version to 7.4.1, and RELEASE to YES
- 04:52 Changeset [0d196ccb34f7a2b0bd86d5f460aff8f499f7c96a] by
- Add a note that PolyKinds? are not yet fully mature and that bug reports …
- 04:43 Changeset [5a984f4388ef85d5c3af973b21a12c12b36c1ed4] by
- ARM StgRun?: Ensure r11 state is preserved
- 04:43 Changeset [4647278919ce724717db93af605741b4a419b3b2] by
- Fix register clobber list in StgRun? for ARM The ARM implementation of …
- 02:38 Ticket #5836 (GHCi silently fails to import non-existing modules) created by
- E.g.: […] whereas in GHC 7.2.2, it behaved like: […]
01/30/12:
- 18:39 Changeset [d2d5ee16cf21c5b32333ff57ba0a65f89ff7e988] by
- Improve support for LLVM >= 3.0 write barrier. (#5814)
- 16:04 Changeset [766da942097613fed56417e3e149997812f83105] by
- llvmGen: Use new fence instruction Signed-off-by: David Terei …
- 14:02 Ticket #5835 (Make better use of known dictionaries) created by
- Example: […] GHC generates this for bar: […] Note how it want …
- 13:45 Ticket #5834 (Allow both INLINE and INLINABLE for the same function) created by
- Sometimes you really want both. Here is a small example: […] […] …
- 12:58 Ticket #5819 ("Language options" section doesn't describe -XDataKinds) closed by
- fixed: Merged as 5cccc82609d6e38ab027ce5d711fdb87aec4e881
- 11:54 Ticket #5833 (PolyKinds10 fails an assert) created by
- With a slow validate build on OSX x86_64, PolyKinds?10 fails: […]
- 11:51 Ticket #5832 (PolyKinds03 and PolyKinds13 fail an ASSERT) created by
- With a slow validate build on OSX, PolyKinds03 fails: […] …
- 11:29 Ticket #5831 (space_leak_001(ghci) segfaults on OS X x86_64) created by
- In 7.4 branch and HEAD, space_leak_001(ghci) segfaults on OS X x86_64. I …
- 10:28 CrossCompilation edited by
- (diff)
- 10:09 Changeset [5db3b4cff15fbcaa74c881b5dd5e39f7cade08d5] by
- Don't record outputFile in the hashed flags We don't want ghc --make …
- 10:08 Changeset [5cccc82609d6e38ab027ce5d711fdb87aec4e881] by
- MERGED: FIX #5819: add -XDataKinds to the language options section of the …
- 09:47 Ticket #5830 (Arrow if/then/else sugar breaks type inference) closed by
- fixed: Thanks for the report. A few arrow bugs have been fixed recently, and this …
- 09:28 Ticket #5830 (Arrow if/then/else sugar breaks type inference) created by
- Starting in GHC 7.0, using the Arrows if/then/else syntactic sugar for …
- 06:43 Changeset [6b086342e1bf83d2aab6021703498bbf975beeed] by
- Validate fix: no cross compilation for bindists Maybe we could revisit …
- 05:00 Changeset [7a4643ee9a559593fe358f048b2c1dbbeba2f432] by
- don't inline foldExpDeep
- 03:54 Ticket #5568 (Add Show and Binary instances for TypeRep) closed by
- fixed: Closing - if anyone needs something more, please re-open and give details.
- 03:29 Changeset [884a28d32ae468e2788ca772841aa4193664cf61] by
- message tweak
- 03:19 Changeset [9fff25eaf08016c4c0e32a7087a1249d586550c0] by
- Improve support for cross-compilation Patchset from Stephen Blackheath …
- 03:08 Changeset [4ff3a642fbb61cf329d468993e9f732940f9f680] by
- Fix register clobber list in StgRun? for ARM The ARM implementation of …
- 03:08 Changeset [50c07f743330edc193ee406beb85c4bb6b5e20ee] by
- Remove bogus extra definition of $(dir) This was preventing things like …
- 01:15 Ticket #5394 (GHC hangs on compile of anything) closed by
- worksforme: Lacking a way to reproduce it, let's close pending more information.
01/29/12:
- 15:25 Ticket #5829 (break003, break006, print019 fail with a DEBUG compiler) created by
- break003 fails with a DEBUG compiler: […] […] break006 and …
- 10:16 Ticket #5828 (OSHaiku) created by
- Since OSUnknown doesn't specify ELF platform, we need OSHaiku in …
- 09:48 Ticket #5827 (/usr/local hard-coded in cabal) created by
- libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:defaultInstallDirs …
- 08:24 Ticket #5826 (Refer to Control.Concurrent instead of GHC.Conc in GHC 7.4.1 User's Guide) created by
- GHC 7.4.1 RC 2 User's Guide "RTS options for SMP parallelism" section …
- 08:04 Ticket #5825 (GHC can't build C program that uses exported Haskell function) created by
- GHC 7.4.1 RC2 can't build foreign export example on Mac OS X and Windows. …
- 07:52 Ticket #5822 (Assertion failed in rts/Schedule.c in Stage 2 on ARM) closed by
- duplicate
- 07:51 Ticket #5822 (Assertion failed in rts/Schedule.c in Stage 2 on ARM) closed by
- invalid: This ended up being #5824.
01/28/12:
- 16:28 Ticket #5579 (alex and happy found during ./configure not used) closed by
- fixed: Fixed by: commit 2a54a0d622a4fa4b62accb2537eb4fc7736d6bb4 […]
- 15:33 Changeset [2a54a0d622a4fa4b62accb2537eb4fc7736d6bb4] by
- Pass alex and happy locations to ghc-cabal; fixes #5579 We only use …
- 14:25 Ticket #5536 (IO performance regression in 7.2 vs 7.0) closed by
- fixed: Perf test added.
- 14:11 Ticket #5824 (ARM StgRun register clobber list is broken) created by
- The ARM implementation of StgRun? does not claim that it clobbers r7-r12. …
- 13:31 Ticket #5701 (SafeHaskell causes deepseq to fail to compile) closed by
- fixed: deepseq in the 7.4 branch has a < 0.5 dep on array.
- 12:01 Ticket #5823 (FFI and CAPI needs {-# INCLUDE #-} back?) created by
- Now that we have CAPI, do we want {-# INCLUDE #-} back?
- 09:32 Changeset [41678b9e4e8e4b0fd0ebd944ba2ec3259f027626] by
- Start on 7.6.1 release notes
01/27/12:
- 16:14 Ticket #5822 (Assertion failed in rts/Schedule.c in Stage 2 on ARM) created by
- Compiling a registerised ARM build against LLVM results in an unusable …
- 15:26 Ticket #5821 (SPECIALISE fails with a cryptic warning) created by
- Example: […] GHC produces this warning: […] Given that rewrite …
- 12:56 Ticket #5820 (defining instance in GHCi leads to duplicated instances) created by
- Bizarre: […] I get an extra Num instance (where from? same source …
- 05:40 Changeset [3692c6f49530037744eee3c30fe0974e6de80135] by
- FIX #5819: add -XDataKinds to the language options section of the user's …
- 05:18 Ticket #5819 ("Language options" section doesn't describe -XDataKinds) created by
- GHC HEAD and ghc-7.4 branch splited -XDataKinds from -XPolyKinds, now. But …
- 03:22 Changeset [79c8c5cb20aa57e7b0a9fa27cbf3e4287acb203f] by
- Move the 2nd control-flow optimisation pass It was causing wrong info …
- 02:48 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 02:47 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 02:38 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 02:03 Changeset [293054a611f3f43126e1f45c2fb3c973cee87c15] by
- Thread the UniqSupply? around properly
- 01:53 Changeset [ed90dd62e7846d42cc44b43c199d58697b031a19] by
- Make the old codegen run in constant space too
- 01:52 Changeset [1fdb39b5a648bac2a7c68ae8f69b074e39b0ea2e] by
- Don't call computeSRTs when -fnew-codegen is on
01/26/12:
- 20:53 Ticket #5818 (gcd and fizzled reversed in event SparkCounters) created by
- There is a bug in RTS when emitting the spark counters event: the order of …
- 15:16 Ticket #3339 (Data.Monoid: Add (<>) as a synonym for mappend) closed by
- fixed: This was done in f4b71242b05285a5b901123ad463f3aa74a472c7.
- 13:18 Ticket #5767 (Integer inefficiencies) closed by
- fixed: Fixed by 9be779d9025f01badf2afec92fb0c7f3bcf71412 in the HEAD and …
- 11:54 Changeset [806c31ffdcb9351778452e7c4002cfe4c4eb874a] by
- Just rename a local variable
- 11:54 Changeset [e3f689f745e36384c93ce7dff64d3a06360ace97] by
- Rename polyKindsErr to dataKindsErr
- 11:54 Changeset [d16f5c74627eec1e2f30153bb56e0e9fbdcf64b8] by
- de-tabbed the hs-boot files
- 10:51 Changeset [8d016e156fddf6361cccf6169e1432340c0aaf0d] by
- Remove accidentally commited 'trace' statements
- 10:51 Changeset [ae359d4cb5460f05651bd31c85dbddbb190529ab] by
- Fix validation error, import only in GHCi
- 08:01 Changeset [46a772f8efb7aa9d350227e8fd5d5809757c3f1e] by
- Run the complete backend (Stg -> .S) incrementally on each StgBinding? …
- 07:58 Changeset [94b6cf4231be484bc632dbca6017679aed85a2e4] by
- Finish the release note TODOs
- 06:58 Changeset [88745c9120f408e53ad1de2489963ede2ac9a668] by
- remove SCCs
- 01:54 Changeset [2c428d2a159000d89081bf4ab064993f08a0bb20] by
- Improve source documentation for Ghci stmt IO lifting
- 01:51 Changeset [47c04040f66c7d00d9c8a03bbdbe4c924eab0061] by
- Fix mistake in previous commits.
- 01:50 Changeset [54b7afc5b56406459dc41b7e4e91f8d062e741ba] by
- Fix missing import in HscMain?.
- 01:49 Changeset [3e8b37d1282a7e04d6726892015a8a99bd3efb5b] by
- Fix warning in GhciMonad?.
01/25/12:
- 23:50 Changeset [9e238da6f0defe6397eb67603af868125fe5398f] by
- Code cleaning
- 23:37 Changeset [cda58f7c7d87a5c13070d2a1bebe1628a7a6e9bb] by
- Have hscStmtWithLocation return (IO [HValue]).
- 22:23 ExplicitCallStack edited by
- fix link to JHC's SRCLOC_ANNOTATE pragma (diff)
- 19:13 Changeset [6f217d828fbd604359b0f59443552e511d92ef21] by
- Improve release notes
- 18:43 Changeset [08784e937c3a708089f94b846f066e896b8fd051] by
- Formatting wibbles.
- 18:43 Changeset [a1edfab75b3f0aaa4cf730fae80415339427a2a0] by
- Improve source code documentation og GHCi main.
- 18:43 Changeset [0120d0d2ef80c7268deed747bb5888b3a2ef1b39] by
- Tabs -> Spaces
- 14:46 Changeset [d4c906354ac382fbdb587477778e37f31b9e7a6a] by
- Remove old dead safe haskell setting
- 09:44 Ticket #5817 (dph-diophantine-copy-opt fails) created by
- […]
- 09:13 Ticket #5773 (main = forever (putStrLn =<< getLine) continuously saturates a CPU when ...) closed by
- fixed: Merged as 7a5f8048fb4a9d620724a47d92762102089a6c9a.
- 08:03 Changeset [7a5f8048fb4a9d620724a47d92762102089a6c9a] by
- Fix bug introduced in fac8ecbbafde17dd92439c41747223c43e9d2b80 Fixes …
- 08:02 Changeset [51bfcc0e6baad4032a6892a3e7d44a9e52b0961e] by
- Allow default superclass methods for multi-parameter type classes They …
- 08:02 Changeset [902650db87f770a83c507a19f63d4e1a86fdad0f] by
- DataConIds? need to be treated specially in VectInfo?
- 08:00 Changeset [6af4a4b3d9fdae7c8b796f925711539edea4e1eb] by
- Fix vectorisation of classes - Make sure that we have no implicit names …
- 06:49 Changeset [91eadd51108b6d03493bf57cea83dd9ceb02c353] by
- small refactor
- 06:49 Ticket #5816 (static linking silently fails in ghc) created by
- On OS X, ghci uses dylib versions of C libraries when linking, and ghc …
- 06:49 Changeset [5d5a01483643ea7b06189878975e67801950a8cc] by
- delete some no-longer-relevant notes
- 06:48 Commentary/Compiler/NewCodeGenStupidity edited by
- (diff)
- 06:41 Commentary/Compiler/NewCodeGenStupidity edited by
- rearraged to put open issues at the top (diff)
- 06:25 Changeset [e0eeaf3cddba438a18cac32384f2d8cecb1ef54a] by
- Add a couple of release note TODOs
- 05:52 Changeset [f7b5c3f36e757abb7a9204abc9f47dfac5d20b7f] by
- Fix build
- 05:23 Changeset [3bbb7e5842b18c93238a9fc402cb86b4f9596bbe] by
- Documentation for -XDataKinds
- 05:20 Changeset [003bf6156fb5c76dd0320ef1b78d85b4db6fbaaa] by
- MERGED: Split -XDataKinds from -XPolyKinds commit …
- 05:16 Changeset [01903ebf23b0041dec721aec9a6d6ff168d2b804] by
- add an SCC
- 05:16 Changeset [5a1a263355326bec778410b1d875e246db342d79] by
- Use an ordered list for the work list, which is a bit quicker than IntSet?
- 05:03 Ticket #5815 (Can't install cabal or SOE graphics on Win XP or 7) closed by
- invalid: Please try asking on either an SOE mailing list (if there is one), or the …
- 04:51 Ticket #5538 (Foldable typeclass: make foldl' and foldr' class methods) closed by
- fixed: Applied as 6b05d1536c4511ac1edd2ccc39f2832d741dab7e
- 02:08 Changeset [19be2021689f9134316ba567e0a7c8198f0487ae] by
- Different implementation of MkGraph?
- 02:07 Changeset [9b6dbdea12e607a7012c73c38f1e876d43cf1274] by
- Further optimisations to the fixpoint algorithm
- 02:06 Changeset [21267d31fcb9474ef573e8417b521d3a3eeb76c6] by
- optimise OrdList?
- 02:06 Changeset [b94f30bdb6b205a124bad3e8993749c930c1d32e] by
- Use Set instead of Map for CAFSet
- 02:06 Changeset [d855955d1bcf304f83553994897ab9ec55aaed79] by
- optimise foldExpDeep
01/24/12:
- 22:11 Changeset [5851f84733f4ef1ee158b911febd753ced619555] by
- Add support for type-level "strings". These are types that look like …
- 19:40 Changeset [9c1575228173218a3cfa06ddbec3865b12d87713] by
- Merge remote-tracking branch 'origin/master' into type-nats Conflicts: …
- 19:34 Ticket #5815 (Can't install cabal or SOE graphics on Win XP or 7) created by
- I'm taking a class and I need the School of Expression graphics package …
- 14:54 Ticket #5679 (Provide Arrow lift functions for Control.Arrow) closed by
- wontfix: Thanks for the suggestion, but library proposals should first be discussed …
- 14:40 Ticket #5814 (LLVM 3.0 doesn't support llvm.memory.barrier) created by
- Support for the llvm.memory.barrier intrinsic was removed in LLVM 3.0 …
- 14:19 Ticket #5667 (Data.Unique.Unique and Data.Graph.SCC are not instances of Show) closed by
- wontfix: Thanks for the suggestion, but please see …
- 13:58 Ticket #5776 (Rule matching regression) closed by
- fixed: Merged as 4703ff3b67ccbd8007ebe81f7d00aabacec6d243
- 13:56 Changeset [f7e8798aa6afd866c87953557618efac16447ac8] by
- Add a missing newline in the ghci :h text; spotted by Alexander McPhail?
- 13:18 Ticket #5627 (Proposal: Add Applicative instances for the remaining monads in base) closed by
- fixed: Thanks for the patch. Applied as c01010387a0c1d4d71de55f2957800337c00264d.
- 12:17 Changeset [4703ff3b67ccbd8007ebe81f7d00aabacec6d243] by
- MERGED: Do not combine dictionaries in the EvVarCache? when simplEqsOnly is …
- 11:41 Ticket #5811 (Compiler cannot deduce that type function is injective) closed by
- invalid: So just substitute! GHC's consistent view is that instance heads …
- 11:09 Changeset [f438722414782adfb9800b574ec8a1d7d5eafbbf] by
- Add a missing newline in the ghci :h text; spotted by Alexander McPhail?
- 11:08 Blog: New directions for Template Haskell edited by
- 09:55 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 02:30 Ticket #5813 (Offer a compiler warning for failable pattern matches) created by
- This started off with a mailing list discussion: …
01/23/12:
- 23:01 Ticket #5812 (Nasty interaction between MagicHash and CPP LANGUAGE pragmas) created by
- Found this problem when trying to use MagicHash? and CPP in the same source …[…]
- 14:32 Ticket #5811 (Compiler cannot deduce that type function is injective) created by
- Suppose I have a datatype […] Then, ExprTyp? is injective and creates …
- 13:50 Ticket #5810 (OSX Lion building 7.4 head causes Haddock Divide By Zero) created by
- After installing 7.2.2 64 bit onto a GHC-free system, I tried to build the …
- 11:29 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 11:26 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 11:21 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 11:21 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 11:19 Platforms edited by
- (diff)
- 08:48 Ticket #5799 (internal error: evacuate: strange closure type 15) closed by
- worksforme: Probably a transient hardware problem then.
- 08:03 Changeset [489edbed6891080e09fd2f59a477e0f378ff9ad3] by
- make it compile with earlier GHCs
- 06:12 Ticket #5783 (Data.Text.isPrefixOf fails to terminate) closed by
- invalid: In Data.Text there is this: […] It looks to me like GHC has applied …
- 05:39 Changeset [9be5fadb74613b465b144e77db1ed9b4696e1394] by
- snapshot of latest improvements
- 05:38 Changeset [cd35b83b914075265e37c98626a0cc5ef5c135ba] by
- strictness annotations
- 05:38 Changeset [2e2297dfb4ebd2615195d8062bcea801ea1e393d] by
- deepBwdRw3 -> mkBRewrite3
- 05:38 Changeset [3751cdcd817b5a65bdb5750fb2793babce2fd241] by
- strictness annotations
- 04:12 Changeset [d0e3776f8e4d954160437db27465f1af3c2aea36] by
- Merge in more HEAD, fix stuff up
- 03:43 Records/NameSpacing edited by
- more programming languages (diff)
- 02:39 Ticket #5809 (Arity analysis could be better) created by
- Here's an example I tripped over while optimising Hoopl. Given the …
- 01:42 Ticket #5808 (nofib/spectral/hartel/transform is crashing with -fllvm (LLVM 2.7)) created by
- From the i386/Linux nightly builder: […]
01/22/12:
- 16:58 Ticket #5807 (DPH library functions don't work without -fvectorise.) created by
- Mukesh Tiwari reports: […]
- 15:14 Ticket #5806 (Make TimeLocale an instance of Def) created by
- Whenever I use formatTime it's always with defaultTimeLocale. Why not make …
- 12:51 Records/NameSpacing edited by
- explain Agda (diff)
- 12:38 Records edited by
- downside of polymorphic record fields (diff)
- 12:29 Records edited by
- (diff)
- 12:28 Records edited by
- update with Agda (diff)
- 03:45 NewPlugins edited by
- Add a linke to the relevant section in GHC's User's Guide (diff)
- 03:42 NewPlugins edited by
- Change future tense to present tense (diff)
- 03:38 NewPlugins edited by
- Properly link to Plugin in API documentation (diff)
- 03:34 NewPlugins edited by
- Properly link to ModGuts? in API documentation (diff)
01/21/12:
- 21:35 Ticket #5805 (Test 5558 fails with new code generator) created by
- […] It doesn't segfault if you turn off threads. Note that …
- 15:10 Records/NestedModules created by
- Pasted from emails. Needs editing.
- 03:17 Ticket #5804 (Registration capture issue) created by
- After trying to register with account name stkurilin I was redirected to …
- 03:09 Ticket #5803 (Chash on terminate during getLine) created by
- My steps 1) run ghci 2) load module 3) run function 4) interrupt on …
01/20/12:
- 14:17 Changeset [921ccf7cc0a346999073076017af1d4bc82e888c] by
- Port "Add new primtypes 'ArrayArray?#' and 'MutableArrayArray?#'" to new …
- 06:46 Ticket #5802 (GHC Panic with PolyKinds and TypeFamilies) created by
- The following crashes: […] Potentially related to 5717 and 5768, …
- 06:16 Changeset [02ad9a75e09da34821ad66ccb67248049eb6ad08] by
- snapshot: fastest version so far
- 04:47 Changeset [8de2a036954195748260aa070c5883432a7d4a12] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 04:46 Ticket #5658 (Strict bindings are wrongly floated out of case alternatives.) closed by
- fixed: Merged as 55e4870d39c5267bd272423c5118527e20455b04
- 04:17 Changeset [7f06d92570effdfde67d398ddd471c82a04c8c6f] by
- Follow Cabal version bump
- 03:31 Changeset [23ac7e91b50fcf38449cb1fc92d291ff6bb9dcff] by
- implement RegSet? by Set, not UniqSet?
01/19/12:
- 14:46 Changeset [55e4870d39c5267bd272423c5118527e20455b04] by
- Fix Trac #5658: strict bindings not floated in Two changes here * The …
- 14:46 Changeset [befef2343cb1aded4172df800f72453eb5695b79] by
- Add comments about the meaning of can_fail and has_side_effects Taken …
- 13:40 Ticket #5801 (Document GHC Optimisation Passes) created by
- The various GHC optimisations aren't very well documented. Simply a one …
- 08:22 Ticket #5781 (Add Data.List.at :: [a] -> Int -> Maybe a) closed by
- wontfix: Thanks for the suggestion. However, library API proposals should be …
- 08:21 Changeset [d2dcac6a0291d5271bf7f8ff1394121abd6901d2] by
- Fix bug introduced in fac8ecbbafde17dd92439c41747223c43e9d2b80 Fixes …
- 08:19 Ticket #5773 (main = forever (putStrLn =<< getLine) continuously saturates a CPU when ...) closed by
- fixed: Merged as e3b7e3352c6bba0bf7b6991e5485264a868e4800
- 08:19 Ticket #5742 (compiler option -XDoRec crash) closed by
- fixed: Merged as d87990feec8a9fb360b4d92ea7b5cfa36152b8ca
- 08:19 Ticket #5760 (lib/settings file wrong) closed by
- fixed: Merged as e71ee1b6638ea3cb5896805c3ada042f44106081
- 08:18 Ticket #5785 (Test failures on i386 with LLVM backend) closed by
- fixed: Merged as 13968dc3646e8d516a6eff19297cc0bb5864c0fa
- 08:18 Ticket #5788 (Missing document about RTS's -T option) closed by
- fixed: Merged as e7bb988089e35d38f661c1527696bf72e18e20db
- 07:06 Changeset [e7bb988089e35d38f661c1527696bf72e18e20db] by
- Document -T RTS flag in manual. Signed-off-by: Edward Z. Yang …
- 07:06 Changeset [13968dc3646e8d516a6eff19297cc0bb5864c0fa] by
- Incorrect type conversion in LLVM backend (#5785).
- 07:04 Changeset [d87990feec8a9fb360b4d92ea7b5cfa36152b8ca] by
- Use nested tuples to desugar recursive do-notation Easy fix for Trac …
- 07:03 Changeset [e3b7e3352c6bba0bf7b6991e5485264a868e4800] by
- Fix bug causing polling instead of blocking in the non-threaded RTS …
- 06:24 Commentary/Compiler/HooplPerformance edited by
- (diff)
- 06:24 Commentary/Compiler/HooplPerformance edited by
- (diff)
- 05:36 Changeset [10300ecbab43e9f3411b6aa5fe02e713fb253d05] by
- Remove getDOptsSmpl; use getDynFlags instead
- 05:34 Changeset [3bc62f5cb52ff40bbd9b1d898f98b3ee973256ca] by
- Remove typecheck/TcSimplify.lhs-old It hasn't been touched for more than …
- 05:31 Changeset [9dacfcbfe83e1b4b32d38a2d0cdc9f4b558d702a] by
- Remove getDOpts; use getDynFlags instead
- 05:28 Changeset [c0037d256bc33a08ce76d79094848fa953fb972a] by
- Rename the testsuite tarball It's now ghc-<version>-testsuite.tar.bz2 …
- 05:17 Changeset [3220e571006d9ec1fc20aaf210187189b4b146cc] by
- Remove getDOptsDs; use getDynFlags instead
- 05:02 Changeset [6c969e2283bcea55ea4805b14096bf8b518604fc] by
- add an SCC
- 04:51 Changeset [8bdcc5cf6896260eb520f18fa2475af10a969dbe] by
- Fix validate This patch defines a flag -fno-warn-pointless-pragmas, and …
- 03:16 Ticket #5800 (hp2ps produces unescaped backslashes for nested functions) created by
- ghc 7.4, when compiling with -prof -auto-all, includes nested functions as …
- 02:22 Ticket #5799 (internal error: evacuate: strange closure type 15) created by
- I encountered following error in ghci: […] I don't know if it is of …
- 02:05 Changeset [c6d557e8ee41bfd910d6fe439c91179bbb2cc030] by
- tiny refactoring
- 02:05 Changeset [2fa41b0838dcbcc19056e84f6ba2e77c5f3651c1] by
- A little unpacking and strictness
- 01:43 Ticket #5784 (Forked thread running infinite loop blocks other threads from running) closed by
- duplicate: Yes, this is just an instance of #367. Bound threads are a red herring I …
01/18/12:
- 15:59 Changeset [a12c8a00dd0e606374f193f95fcecb7e3cacf2aa] by
- Rename the testsuite tarball It's now ghc-<version>-testsuite.tar.bz2 …
- 15:27 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 14:23 Ticket #5798 (PolyKinds: couldn't match kind `BOX' against `*') created by
- This module fails to compile: […] The compilation error is […] …
- 07:29 Changeset [4127a4ab92df732aae9921717f820ebc415ba7b2] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 05:54 Changeset [51d89a55c3b98fab0bcbdf69020e9527dfb130d9] by
- Do not inherit "SPECIALISE instance" for INLINE default methods Nor …
- 04:55 Changeset [7707eeffd8d113955a42f150720b74bde9310da5] by
- Merge branch 'master' into simd
- 03:17 Ticket #5797 (readRawBufferPtr cannot be interrupted by exception on Windows with ...) created by
- On Windows, in a program compiled with -threaded, if a thread receives …
- 03:17 Changeset [f9f223869f632e1ca3f080f2e37910835f47630d] by
- unpack the Label in CmmEntry?
- 02:37 Records/NameSpacing edited by
- quote code (diff)
- 02:36 Records/NameSpacing edited by
- Add referece to Agda and Opa (diff)
01/17/12:
- 22:51 Ticket #5796 (Runtime caught in an infinite loop) closed by
- duplicate: Yes, I do believe it is a combination of the bugs above.
- 20:56 Ticket #5788 (Missing document about RTS's -T option) closed by
- fixed: […]
- 20:56 Changeset [3e63df8732b3e8556c32c060a114e997c990ccd7] by
- Document -T RTS flag in manual. Signed-off-by: Edward Z. Yang …
- 20:28 Ticket #5796 (Runtime caught in an infinite loop) created by
- Triggering this bug seems a little fragile; but the program and method …
- 20:22 Records/NameSpacing edited by
- add SORF type resolution comment from SPJ's e-mail (diff)
- 20:09 Records/NameSpacing edited by
- add Johan's case for name-spacing (diff)
- 20:02 Records/DotOperator edited by
- add note on mappings (diff)
- 19:55 Records/NameSpacing edited by
- type class interaction (diff)
- 19:52 Records/NameSpacing edited by
- (diff)
- 19:52 Records/DotOperator created by
- from Records/NameSpacing
- 19:48 Records edited by
- link to DotOperator? (diff)
- 19:11 Ticket #5795 (Breaking the staging restriction in type splices causes GHC panic) created by
- Test case: […] The error message is: […] This is the same error …
- 18:15 Ticket #5794 (Nofib nightly regressions with pretty graphs) created by
- It would be great to have nofib run nightly and display pretty graphs and …
- 18:03 Ticket #5793 (make nofib not suck) created by
- Nofib is the standard tool GHC developers use to benchmark changes to the …
- 17:40 Changeset [e86a7c7c75df3377ce961dc240f75abc845847bf] by
- Incorrect type conversion in LLVM backend (#5785).
- 17:15 Ticket #5792 (PolyKinds and recompilation causes internal error) created by
- Given these two files: […] and […] We can cause an internal GHC …
- 14:28 WikiStart edited by
- Delete spam (diff)
- 08:57 Ticket #5791 (Defer other kinds of errors until runtime, not just type errors) created by
- In #5624 we added -fdefer-type-errors to turn type errors into warnings. …
- 08:47 Ticket #5624 (Delay Errors Until Runtime) closed by
- fixed: Thank you for suggesting the idea. It's done! Simon
- 08:40 Ticket #5790 (Missing document about .eventlog's u flag) created by
- GHC 7.4.1 RC 1 User's Guide and Debug.Trace modules' document doesn't …
- 08:40 Changeset [16b628319561f54260b5d9fef070195c2047c5cd] by
- Eliminate {| and |} vestiges in lexer/parser They weren't being lexed any …
- 08:40 Changeset [bb50135b1c35fda5289c88dbcb6ed7fb936d92c0] by
- Use nested tuples to desugar recursive do-notation Easy fix for Trac …
- 08:23 Ticket #5789 (Bad link to documentation) created by
- The paper "The Design of a Pretty-printing Library" referenced on the …
- 08:20 Ticket #5788 (Missing document about RTS's -T option) created by
- Users Guide doesn't describe RTS's -T option except 7.4.1's release note. …
- 08:03 Ticket #5779 (SPECIALISE pragma generates wrong activations) closed by
- fixed: OK I added the warnings
- 08:01 Changeset [51ba3c27b88ba9bec175342d22e17fe0bfc547d2] by
- Comments only (to support debug tracing in DmdAnal?)
- 08:01 Changeset [6acf6cd7a8156b40979321ff94fe836736b46175] by
- Warn when a SPECIALISE pragma gives rise to a totally inactive rule See …
- 07:21 Changeset [1ebefd3dabc865b7608201ecbf5d89bbbb2233f2] by
- remove unused code
- 04:39 Changeset [00c3616cfebad6b3e8bff6fa0eb1513ca0bd188c] by
- add missing files
- 04:15 Changeset [f002a461768cb334355c17053dcd331aa9ed1e06] by
- Do not combine dictionaries in the EvVarCache? when simplEqsOnly is on …
- 03:26 Changeset [46b03136fd39d033b6e0ee5e56c6df0bc4248feb] by
- Snapshot
- 02:56 Changeset [1584f29e837616b61fba8fa840305414f13687ae] by
- Switch TcEvidence? to Unix line endings
- 02:30 Changeset [1aa022846d82f2f26a65a8d8259884c8cd221146] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 00:42 Ticket #5782 (llvm --enable-tbaa forces LLVM to be 2.9 or above) closed by
- fixed: Fixed in 878371810de61632d58962608fb3db588d9c2fbd.
- 00:35 Changeset [157dd07ab4f3435eeba9de7b77223fbeeb75c5ab] by
- Allow default superclass methods for multi-parameter type classes They …
- 00:23 Changeset [878371810de61632d58962608fb3db588d9c2fbd] by
- Only use TBAA when LLVM > 2.8. (#5782)
01/16/12:
- 19:12 Changeset [7bbc1b05b6bade4b31e07d862b4d99ee6b042694] by
- Tabs -> Spaces
- 19:01 Ticket #5787 (Add instances to ZipList) created by
- There was a reasonably uncontroversial vote on the libraries list to add …
- 18:30 Ticket #5786 (Dynanmic way fails when GHC built with LLVM backend) created by
- If I build GHC with the LLVM backend then the 'Dyn' testsuite way fails …
- 18:24 Ticket #5785 (Test failures on i386 with LLVM backend) created by
- Currently we get the following testsuite results on i386: […] Need to …
- 18:20 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 18:19 Commentary/Compiler/Backends edited by
- (diff)
- 18:15 Commentary/Compiler/Backends edited by
- (diff)
- 18:15 Commentary/Compiler/Backends edited by
- (diff)
- 18:15 Commentary/Compiler/Backends edited by
- (diff)
- 17:25 Commentary/Compiler/Backends edited by
- (diff)
- 16:11 Commentary/SourceTree edited by
- (diff)
- 15:26 Ticket #5784 (Forked thread running infinite loop blocks other threads from running) created by
- When I compile the following under GHC 7.2.2 with -O1 or -O2, it spins in …
- 12:54 Ticket #5783 (Data.Text.isPrefixOf fails to terminate) created by
- The function Data.Text.isPrefixOf fails to terminate with GHC …
- 12:40 Commentary/Rts/HaskellExecution/HeapChecks edited by
- typo (diff)
- 12:26 Ticket #5782 (llvm --enable-tbaa forces LLVM to be 2.9 or above) created by
- I compiled the latest master against LLVM 2.8. The compile worked …
- 10:25 Ticket #5781 (Add Data.List.at :: [a] -> Int -> Maybe a) created by
- Don't know how this can _not_ exist.
- 07:45 Ticket #5778 (GHCi won't load compiled object files outside of a package) closed by
- invalid: This is a feature, not a bug! GHC has to recompile the source file, just …
- 06:39 Changeset [b81aa25ff7b04fc0327f0179ec29eb6a06445bea] by
- Add missing initialisation of cap->disabled
- 06:30 Changeset [11a3b267422a66942b6556498fb8d6fe9c7a0771] by
- Merge branch 'master' into simd Conflicts: …
- 06:11 NewAxioms edited by
- (diff)
- 06:09 NewAxioms edited by
- (diff)
- 06:03 Changeset [e932d30817b04104deb19d7fc8b4fba7497c13b3] by
- Documentation for -XDataKinds
- 06:00 Commentary edited by
- (diff)
- 05:27 Changeset [25d3e4ba84c0127acd43edded86e293637c6939b] by
- Remove unnecessary extra use of orphan_hash
- 05:27 Changeset [a9e17cc2fdadf34b6f2bdd1e8889259327d31578] by
- Fix for tick intervals greater than one second.
- 05:27 Changeset [fac8ecbbafde17dd92439c41747223c43e9d2b80] by
- Fix bug causing polling instead of blocking in the non-threaded RTS …
- 05:27 Changeset [395ef284545bb5e7a57c180cc1f2a1b66fa30f37] by
- Revert "Add -faggressive-primops plus refactoring in CoreUtils?" (#5780) …
- 05:26 Ticket #5780 (-faggressive-primops change caused a failure in perf/compiler/parsing001) created by
- The commit 601c983dd0bada6b49bdadd8f172fd4eacac4b0c apparently caused a …
- 05:18 Changeset [384f60996747b74aad7f3477e55433e822dd6398] by
- Split -XDataKinds from -XPolyKinds
- 04:10 Records/OverloadedRecordFields edited by
- (diff)
- 03:58 Status/SLPJ-Tickets edited by
- (diff)
- 03:58 Status/SLPJ-Tickets edited by
- (diff)
- 03:29 Ticket #5779 (SPECIALISE pragma generates wrong activations) closed by
- invalid: On the contrary it's vital that specialisations don't kick in too early. …
- 02:05 Commentary/Compiler/NewCodeGen edited by
- (diff)
- 02:01 Commentary/Compiler/HooplPerformance edited by
- (diff)
- 01:59 Records/OverloadedRecordFields edited by
- (diff)
- 01:55 Records edited by
- (diff)
- 01:51 Records edited by
- (diff)
- 01:50 Records edited by
- (diff)
- 00:39 NewAxioms edited by
- (diff)
- 00:38 NewAxioms edited by
- (diff)
- 00:35 NewAxioms created by
- 00:35 Commentary edited by
- (diff)
01/15/12:
- 17:58 Changeset [3c67c9aff70298ca9963cc6c8ee48bc29795998a] by
- DataConIds? need to be treated specially in VectInfo?
- 14:59 Ticket #5779 (SPECIALISE pragma generates wrong activations) created by
- It seems that in the current HEAD, the SPECIALISE pragma generates a …
- 14:45 Ticket #5778 (GHCi won't load compiled object files outside of a package) created by
- […] […]
- 13:19 Changeset [b68bbd86f3b2b3cd6f22ef9d10cb5ae0649e19f2] by
- Fix vectorisation of classes - Make sure that we have no implicit names …
- 13:19 Changeset [5dc73fdb47cfa208b7409e34dc251c386d30a21e] by
- Merge wibble
- 13:14 Ticket #5740 (Remove tabs from parser/LexCore.hs) closed by
- fixed: Applied, thanks.
- 12:34 Records/OverloadedRecordFields edited by
- (diff)
- 12:05 Records/OverloadedRecordFields edited by
- (diff)
- 11:21 Changeset [54121fffb5ee069d9b7a5628104ff1114ea87182] by
- Fix a #define I don't think it was causing any problems, but …
- 10:42 Records/OverloadedRecordFields edited by
- misspelt word (diff)
- 10:26 Records/OverloadedRecordFields edited by
- (diff)
- 08:33 Ticket #5756 (Specialize sequence into sequence_ automatically) closed by
- wontfix: Note that with -Wall you get a warning if you ignore a non-() result: …
- 08:22 Ticket #5755 (cabal install ghc-core fails on Mac Lion on latest Haskell Platform) closed by
- invalid: I'm afraid you'll need to mail the maintainer of the package, unless you …
- 08:11 Ticket #5777 (core lint error with arrow notation and GADTs) created by
- The following code panics GHC (with 7.0.3, 7.2 and 7.4.0.20111219): …
- 08:00 Ticket #5744 (List layouts) closed by
- wontfix: I think there are still some open design questions here that would be …
- 07:11 Changeset [e0383e29bee3903ebbe8a123a34ce0b174fdb02b] by
- Remove trailing whitespace in compiler/parser/LexCore.hs
- 07:11 Changeset [e4dda61dee8cf2dce5f8762558df11fff49cf1ff] by
- remove tabs (+ ignore tabs option) from LexCore?.hs
- 04:55 Records/OverloadedRecordFields edited by
- (diff)
01/14/12:
- 16:50 Changeset [42dda24e1a43ebd8a61657a92d0506b58eca0e71] by
- Remove some "0 +"s that look redundant
- 16:49 Changeset [10f58476b7c58b2270765caf03c7ec4fbdc14c50] by
- Remove an out-of-date comment
- 15:51 Commentary/Compiler/HooplPerformance edited by
- (diff)
- 15:49 Commentary/Compiler/HooplPerformance edited by
- (diff)
- 15:49 Commentary/Compiler/HooplPerformance edited by
- some updates from my perspective (diff)
- 15:09 Changeset [2e09c8290ae3c9c613efd5a22de08cacece271e5] by
- When configuring, handle $topdir/ in the ghc --info output It might make …
- 15:09 Changeset [e71ee1b6638ea3cb5896805c3ada042f44106081] by
- Define "ar command" correctly in settings file on Windows We want to use …
- 14:17 Ticket #5776 (Rule matching regression) created by
- This shows up in the Quickhull benchmark from the vector package. I …
- 14:04 Changeset [ee250e51d9677c7282a8a4f64d1082e5e55a9af6] by
- When configuring, handle $topdir/ in the ghc --info output It might make …
- 13:35 Changeset [2719cacde99fd3127a3569feebdf7183030e000d] by
- Define "ar command" correctly in settings file on Windows We want to use …
- 11:44 Ticket #5699 (Use sharing in the Alternative instance of Maybe) closed by
- fixed: Applied: […]
- 11:43 Ticket #5775 (Inconsistency in demand analysis) created by
- A small program: […] GHC infers the demand LU(L) for loop, only …
- 09:07 Changeset [08894f96407635781a233145435a78f144accab0] by
- Switch to using the time package, rather than old-time
- 09:06 Commentary/Compiler/HooplPerformance edited by
- link to Google Plus discussion (diff)
- 09:03 Commentary/Compiler/HooplPerformance created by
- first draft
- 08:45 Commentary edited by
- creating page for Hoopl performance (diff)
- 06:59 Changeset [0c8acc3997f5c0b841d61f0d32597cc2f2bf66b1] by
- Improve the documentation of the Num superclass changes in the release …
- 06:58 Changeset [0877e14e3b4accd706c80b5087f1b8e5a08bec59] by
- Document the Num superclass divergence from H98/H2010
- 06:57 Ticket #5593 (Proposal: Remove Num superclass of Bits) closed by
- fixed: Thanks, applied: […] commit 804108f0c0fbc2c5f926e4cb4d30b3891443a079 …
- 06:57 Ticket #5685 (Proposal: Move the instances from Control.Monad.Instances into GHC.Base) closed by
- fixed: Thanks, applied: […]
- 06:01 Changeset [7bc456d776608051163aa08cee48e21599e129ae] by
- Document the extra instances divergence from H98/H2010 Now that they've …
- 05:54 Changeset [39291ddba48be9504985a40eeabe94eaf6dab85d] by
- Document the Bits superclass divergence from Haskell 2010
- 05:46 Changeset [57b1d54a56b406648dd198092419441b990b3ae1] by
- Document the Num superclass divergence from H98/H2010
- 05:04 Ticket #5774 (main = forever (putStrLn =<< getLine) continuously saturates a CPU when ...) closed by
- duplicate: Duplicate of #5773.
01/13/12:
- 21:34 Ticket #5774 (main = forever (putStrLn =<< getLine) continuously saturates a CPU when ...) created by
- […]
- 21:33 Ticket #5773 (main = forever (putStrLn =<< getLine) continuously saturates a CPU when ...) created by
- […]
- 16:53 Changeset [804108f0c0fbc2c5f926e4cb4d30b3891443a079] by
- Add extra Num constraints since the Num superclass of Bits is removed
- 14:10 Ticket #5745 (import-hidden symbol is still re-exported) closed by
- wontfix: I think this is a bug 7.2, but is not a bug in 7.4 or HEAD. Do …
- 13:51 Changeset [6b58460309598b399fba1bdd223da7bc96d07431] by
- Add some llvm build options to build.mk.sample
- 13:13 Ticket #5772 (Failed kind inference in class declaration (regression error)) closed by
- invalid: This is not really a regression; 7.2 was too liberal. The Haskell report …
- 13:04 Ticket #5772 (Failed kind inference in class declaration (regression error)) created by
- Consider the following code: […] This compiles fine in 7.2.1 but …
- 12:38 Ticket #5771 (Confusing printout with PolyKinds) created by
- If I load the following into ghci: […] and then get the info on …
- 12:33 Ticket #5770 (Non-sensical error message when compiling with PolyKinds and a type family) created by
- When I compile the following code: […] I get the following error …
- 12:13 Ticket #5769 (Incorrect error message when compiling with PolyKinds and a type family) created by
- When trying to compile […] I get the following error message: […] …
- 12:09 Ticket #5767 (Integer inefficiencies) closed by
- fixed: Good spot; merged as 102df6a7bc5657eef85f26d88ab6c071ec9b0b24 and I've …
- 12:07 Ticket #5768 (GHC Panic compiling type family with -XPolyKinds) created by
- I received the following error message: […] I was compiling the …
- 11:02 Changeset [102df6a7bc5657eef85f26d88ab6c071ec9b0b24] by
- Get the knownKeyNames for doubleFromInteger right There was a trivial …
- 10:07 Changeset [74af5a62196b5af703bd38110409cd1c4f858dce] by
- last_free_capability should never be NULL
- 10:07 Changeset [89a02784246e722ba6d572cd9133db87d669cacf] by
- Make "make sdist" generate a testsuite tarball as well as the src tarball
- 10:07 Changeset [2f0f55d23fd7c9e61fb09ea3579a42a42d21cee1] by
- Fix typo in Makefile sdist output was being redirected to $src_log, which …
- 09:50 Changeset [601c983dd0bada6b49bdadd8f172fd4eacac4b0c] by
- Add -faggressive-primops plus refactoring in CoreUtils? I'm experimenting …
- 09:31 Changeset [23075169a7d85073cadb211835854436e533f046] by
- Mainly, rename LiteralTy? to LitTy?
- 07:51 Changeset [c96022cbfae44ea9180b78e3c37467613ac98cec] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 07:48 Changeset [a30c2df58c319c99550c9c66827c1a984622866a] by
- Comments only
- 07:46 Changeset [1074c2da93cc89cd183375ae414a18dc536a7b5d] by
- Get the knownKeyNames for doubleFromInteger right There was a trivial …
- 06:10 Changeset [919a298f8c55a343621d5f97d69fca7d74e0888b] by
- Optimise FuelUniqSM
- 06:10 Changeset [f409ff94e9fa6fcbb4a01389414c77c1e9829028] by
- Optimise UniqSM
01/12/12:
- 18:47 Changeset [cea630797e9cb3a2bcd424a18fa29d4373092e86] by
- Fix validation error
- 17:56 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 17:54 Commentary/Compiler/Backends/LLVM/Alias edited by
- (diff)
- 16:42 Changeset [e10589a505b44f4f0394500c6a0d2db5baa7f3f4] by
- Improve LLVM TBAA hierachy (#5567).
- 16:42 Changeset [c55bb6036af6437aee35db42e45eb23ef0c17567] by
- Update '.gitignore'
- 16:42 Changeset [ba52053b95ccb417ca7ce08e85a45e49b5f49b0a] by
- Add '-fllvm-tbaa' flag for controlling LLVM TBAA opt.
- 16:42 Changeset [167d2d42f02e4e2a7bbbe02f584b289d6a39ee37] by
- Formatting fixes to flags.xml
- 16:42 Changeset [4ef5ce6f463ae1ffc6afc1f50a99ecf226bcbf1b] by
- Add '-freg-liveness' flag to control if STG liveness information is used …
- 16:42 Changeset [ff4be2130be619c18d7e39cc1f32472c08e8a076] by
- Consistent: Enbaled -> enabled in flag doc.
- 16:42 Changeset [e2ec71c9172381dd70ddc71f6ad90765ae6f3e01] by
- Fix mistake in flags.xml
- 16:18 Changeset [38e897c285524ca0f786fa5f9e9301553abee6f7] by
- Make "make sdist" generate a testsuite tarball as well as the src tarball
- 16:11 Ticket #5767 (Integer inefficiencies) created by
- Here is a small program: […] GHC 7.2.2 generates this optimal code: …
- 15:53 Records/NameSpacing edited by
- (diff)
- 15:50 Records/NameSpacing edited by
- comment on update tuple syntax (diff)
- 14:10 Records/NameSpacing edited by
- (diff)
- 12:38 Ticket #5766 (Asynchronous exception bugs in readProcess and readProcessWithExitCode) created by
- As [ http://www.haskell.org/pipermail/libraries/2012-January/017406.html …
- 12:36 Ticket #5535 (Performance regression vs. 7.2.1) closed by
- wontfix: OK, in the end I don't think there's anything bad actually going wrong …
- 09:21 Changeset [50fd5a991f8a941f7357f48c98463d0ed1991fab] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 09:18 Changeset [4ada19d8ed90b03c3ced30be8fff3950a884748a] by
- Fix if-def-ery for DEBUG
- 09:18 Changeset [3b75c4e6dbb46a0d29a9a70d9c749ed8678dadfc] by
- Comments only
- 09:18 Changeset [3beb1a831b37f616b5e8092def2e51cd9825735f] by
- Fix Trac #5658: strict bindings not floated in Two changes here * The …
- 08:30 Changeset [3a3dcc31e401e48771d430f3bf02d5e019b6f997] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 07:11 Changeset [a686d1cb6dbaa28b629f6e7aa9a5a6b44d1f3ab1] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 07:10 Changeset [5508ada4b1d90ee54d92f69bbff7f66b3e8eceef] by
- Implememt -fdefer-type-errors (Trac #5624) This patch implements the idea …
- 05:56 Changeset [c2121ec425c806ea423916af41d5f371e3acaf50] by
- TOP/includes/dist doesn't exist (yet?) and makes ghcpkg05 fail, so remove …
- 04:23 Records/NameSpacing edited by
- (diff)
- 04:17 Records/NameSpacing edited by
- add Control.Category.<<< (diff)
- 01:47 Ticket #5765 (ghc-cabal build failure with nonsense error message) created by
- Trying to install a second user instance of ghc-7.2.2 from …
- 01:37 Ticket #5764 (Double addition error) closed by
- invalid: It's an artifact of fixed-precision floating point not being able to …
- 01:21 Ticket #5764 (Double addition error) created by
- ghci>0.1+0.2 ghci>3.000000000000004 ghc produces the same result with: …
- 00:48 Changeset [234a526fbaec8ed38ab0a0cfe17ddb3b4ba30105] by
- More improvements to llvm output style (#5750)
- 00:48 Changeset [0f15f8a76d334becf992a83870d0b327cc3c40b6] by
- Add Metadata support to LLVM bindings.
- 00:48 Changeset [71e5ee7d1656444ad23d0610ddaf9fc99a58b190] by
- Use Type Based Alias Analysis (TBAA) in LLVM backend (#5567) TBAA allows …
- 00:14 Commentary/Compiler/Backends/LLVM/Alias edited by
- Added base type to hierachy. (diff)
01/11/12:
- 17:15 Ticket #5631 (Compilation slowdown from 7.0.x to 7.2.x) closed by
- fixed: language-python (with a handful of build fixes) just compiled for me …
- 15:15 Ticket #5738 (System.Posix.Temp mkstemp bugs and addition of mkdtem) closed by
- fixed: After the feature freeze, so not merging to 7.4; sorry.
- 14:50 Ticket #5758 (Add a safe index to Data.Foldable) closed by
- wontfix: Thanks for the suggestion, but library API change proposals should be sent …
- 14:16 Ticket #5726 (GHC 7.4.1 RC1 doesn't work with Xcode 4.2.1) closed by
- fixed: Fixed in HEAD and 7.4: commit 6ce7d8008c59fd6cf0be975a503d202866d45744 …
- 14:15 Ticket #5748 (ghci segfault on OS X after dlsym failed lookup) closed by
- fixed: Merged as 68d6c346143866764aa61f3207d3541cc9a23c77
- 14:14 Ticket #5697 (loadObj() fails with a Unicode file path on Windows) closed by
- fixed: Merged as f3ed736d147549748db9c552bb8e9311b5be2353
- 14:11 Ticket #5707 (internal error: Invalid object in processHeapClosureForDead(): 0) closed by
- fixed: Thanks for letting us know!
- 13:16 Changeset [37f70cdbc1975b02d0c27023c0ccb8993f7b6498] by
- Use /usr/bin/gcc when making the OS X installer On XCode 4.1, we use …
- 13:16 Changeset [6ce7d8008c59fd6cf0be975a503d202866d45744] by
- Don't try to use gcc-4.2 on XCode >= 4.2 It was removed in 4.2.
- 13:00 Changeset [0b5e57e035fd5d71074f528827f425914b8e18ad] by
- Use /usr/bin/gcc when making the OS X installer On XCode 4.1, we use …
- 11:02 Changeset [ce706636d5ec8337e1bf5714e1be94e6b556d809] by
- Don't try to use gcc-4.2 on XCode >= 4.2 It was removed in 4.2.
- 10:47 Changeset [68d6c346143866764aa61f3207d3541cc9a23c77] by
- check for failed external symbol lookups (partial fix for #5748)
- 10:44 Changeset [f3ed736d147549748db9c552bb8e9311b5be2353] by
- Make the RTS linker API use wide-char pathnames on Windows (#5697) I …
- 10:26 Ticket #5731 (Bad code for Double literals) closed by
- fixed: HEAD and 7.4 now have rules for all Integer functions except those that …
- 09:37 Changeset [b56e7b20605d742536441ed721a4fa21598782d5] by
- check for failed external symbol lookups (partial fix for #5748)
- 07:54 Changeset [a83b02adcadef83ccc9ea66b1d9fc20bcd035214] by
- Clean more files in "make clean" The libraries get configured during …
- 07:50 Changeset [ce545f0dca832d0df12e8601c1288c849a7194f5] by
- Fix cleaning buildinfo files We were applying $(wildcard ...) to the …
- 07:40 Changeset [6d2435e952e28f94164043841da31a02ed9e261c] by
- Whitespace only
- 07:39 Changeset [359f27f092cae35d36b405fd53481addcf16040d] by
- Add prelude rules for encode{Float,Double}Integer and …
- 07:39 Changeset [10916ab567e80151d8e30800e4a96263092a0367] by
- Add prelude rules for quotInteger, remInteger
- 03:37 Records/NameSpacing edited by
- fix wiki syntax (diff)
- 03:34 Records/NameSpacing edited by
- compatibility (diff)
- 02:08 Records/NameSpacing edited by
- remove emphasis (diff)
- 02:05 Records/NameSpacing edited by
- fix wiki link (diff)
- 00:32 Changeset [6496c6f1421c3890e7fe72823c29584e5200f3fd] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 00:26 Ticket #5763 (Confusing error message) created by
- For test indexed-types/should_fail/T4272 we get this type error […] …
01/10/12:
- 20:01 Ticket #5750 (Pretty-print LLVM .ll output files) closed by
- fixed: Works for me.
- 18:03 Records/NameSpacing edited by
- compatibility (diff)
- 17:52 Changeset [b8fe21e9ba5486256c83784ca8b9a839b5c527f4] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 16:54 Changeset [85fa980ff3ffcb477975a8ec3b4a37f47fdb0e8c] by
- Whitespace only
- 16:45 Changeset [17f89fd133a94e37e214d52251424099a31acf66] by
- Add prelude rules for encode{Float,Double}Integer and …
- 14:09 Changeset [56a7c6045b11c28df9b34d0dccda89dd29c716f1] by
- Add prelude rules for quotInteger, remInteger
- 13:20 Records/NameSpacing edited by
- restructure (diff)
- 12:29 Ticket #5739 (Please make LLVM binary names configurable) closed by
- fixed: Committed: e6bfc5962e7d889a9cafcf1829c5177206ccabfd
- 11:58 Changeset [e6bfc5962e7d889a9cafcf1829c5177206ccabfd] by
- Enable llvm tool paths to be set with ./configure Patch from Karel …
- 08:44 Status/SLPJ-Tickets edited by
- (diff)
- 08:44 Status/SLPJ-Tickets edited by
- (diff)
- 08:31 Status/SLPJ-Tickets edited by
- (diff)
- 08:30 Ticket #5762 (GHC gives incorrect warnings with simple applications of the view patterns ...) created by
- GHC is not able to infer exhaustivity of f1 in the following example …
- 07:32 Ticket #5761 (Getting stdout and stderr as a single handle from createProcess does not ...) created by
- The following test case works on Linux (an as far as I know on Mac OS X …
- 06:33 Ticket #5760 (lib/settings file wrong) created by
- This is what ghc-7.2.2/lib/settings looks like on my machine after normal …
- 06:11 Changeset [f0c760ce548a2f2889abfe6a1a726994a418e675] by
- Merge branch 'master' of http://darcs.haskell.org/ghc
- 02:53 Ticket #5754 (Cabal cannot register a package in a directory with Unicode chars) closed by
- invalid: I understand a bit more about what is going on here. I removed …
- 00:10 Ticket #5759 (Infinite recursion while deriving type) closed by
- fixed: Thank you. I think I agree. And happily it works in 7.2 and 7.4. So I'll …
- 00:02 Changeset [4a0eb925b4e5cfc917365521caee1d9041fb2d98] by
- Improve style of '-ddump-llvm' output. (#5750)
Note: See TracTimeline
for information about the timeline view.
