summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 1998-01-08 18:03:08 by simonm]simonm1998-01-085-391/+423
| | | | | | | | | | | | | | | | | | | The Great Multi-Parameter Type Classes Merge. Notes from Simon (abridged): * Multi-parameter type classes are fully implemented. * Error messages from the type checker should be noticeably improved * Warnings for unused bindings (-fwarn-unused-names) * many other minor bug fixes. Internally there are the following changes * Removal of Haskell 1.2 compatibility. * Dramatic clean-up of the PprStyle stuff. * The type Type has been substantially changed. * The dictionary for each class is represented by a new data type for that purpose, rather than by a tuple.
* [project @ 1997-09-04 19:56:48 by sof]sof1997-09-041-12/+9
| | | | ppr tidy up
* [project @ 1997-07-05 02:52:48 by sof]sof1997-07-052-171/+1
|
* [project @ 1997-05-26 02:35:56 by sof]sof1997-05-262-9/+4
| | | | Imports tidied up
* [project @ 1997-05-18 23:21:16 by sof]sof1997-05-181-4/+6
| | | | 2.0x bootable
* [project @ 1997-05-18 23:20:49 by sof]sof1997-05-181-10/+14
| | | | new PP;2.0x bootable
* [project @ 1997-05-18 23:20:05 by sof]sof1997-05-181-0/+1
| | | | 2.0x bootable
* [project @ 1997-05-18 23:19:37 by sof]sof1997-05-181-87/+110
| | | | 2.04 updates
* [project @ 1997-05-18 23:17:25 by sof]sof1997-05-181-0/+2
| | | | 2.0x bootable
* [project @ 1997-03-14 07:52:06 by simonpj]simonpj1997-03-142-26/+195
| | | | Major update to more-or-less 2.02
* [project @ 1997-01-06 21:08:42 by simonpj]simonpj1997-01-064-317/+6
| | | | Pragmas in interface files added
* [project @ 1997-01-03 06:18:45 by sof]sof1997-01-031-16/+12
| | | | Brought upto 2.01 speed
* [project @ 1996-12-19 09:10:02 by simonpj]simonpj1996-12-196-549/+37
| | | | SLPJ new renamer and lots more
* [project @ 1996-06-26 10:26:00 by partain]partain1996-06-267-24/+24
| | | | SLPJ 1.3 changes through 96/06/25
* [project @ 1996-06-05 06:44:31 by partain]partain1996-06-058-8/+8
| | | | SLPJ changes through 960604
* [project @ 1996-05-16 09:42:08 by partain]partain1996-05-164-7/+7
| | | | SLPJ changes through 960515
* [project @ 1996-05-06 11:01:29 by partain]partain1996-05-061-2/+1
| | | | SLPJ 1.3 changes through 960505
* [project @ 1996-05-01 18:36:59 by partain]partain1996-05-011-14/+8
| | | | SLPJ 1.3 changes through 960501
* [project @ 1996-04-30 17:34:02 by partain]partain1996-04-302-5/+4
| | | | SLPJ 1.3 changes to 960430
* [project @ 1996-04-25 16:31:20 by partain]partain1996-04-251-12/+11
| | | | SLPJ 1.3 changes through 960425
* [project @ 1996-04-20 10:37:06 by partain]partain1996-04-201-3/+4
| | | | SLPJ 1.3 changes through 960419
* [project @ 1996-04-10 18:10:47 by partain]partain1996-04-101-2/+2
| | | | Add SLPJ/WDP 1.3 changes through 960410
* [project @ 1996-04-08 16:15:43 by partain]partain1996-04-082-3/+3
| | | | SLPJ 1.3 hacks through 960408
* [project @ 1996-04-07 15:41:24 by partain]partain1996-04-072-0/+2
| | | | Sansom 1.3 changes through 960407
* [project @ 1996-04-05 08:26:04 by partain]partain1996-04-058-171/+177
| | | | Add SLPJ/WDP 1.3 changes through 960404
* [project @ 1996-03-21 12:46:33 by partain]partain1996-03-211-2/+2
| | | | Final compiler stuff before Sansom renamer 960321
* [project @ 1996-03-19 08:58:34 by partain]partain1996-03-1916-510/+400
| | | | simonpj/sansom/partain/dnt 1.3 compiler stuff through 96/03/18
* [project @ 1996-01-22 18:37:39 by partain]partain1996-01-221-9/+34
| | | | After Andy Gill's late-95 changes
* [project @ 1996-01-11 14:06:51 by partain]partain1996-01-119-79/+71
|
* [project @ 1996-01-08 20:28:12 by partain]partain1996-01-0816-0/+3133
Initial revision