summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Comments onlyJan Stolarek2013-08-191-0/+1
* Comments onlySimon Peyton Jones2013-08-191-5/+1
* Fix Haddock formattingSimon Peyton Jones2013-08-191-1/+1
* Improve eta-reduction some more, when the function includes castsSimon Peyton Jones2013-08-191-9/+16
* Add a better implementation of dropTail, and use itSimon Peyton Jones2013-08-192-2/+10
* Comments onlySimon Peyton Jones2013-08-191-1/+8
* Improve error when using forall with UnicodeSyntaxAustin Seipp2013-08-182-6/+20
* Dead code elimination.Austin Seipp2013-08-181-4/+0
* Remove dead code, fix a typo.Austin Seipp2013-08-181-5/+1
* Eliminate trailing whitespace from Parser.y.ppAustin Seipp2013-08-181-93/+93
* Eliminate trailing whitespace from Lexer.xAustin Seipp2013-08-181-1/+1
* Fix Trac #8138.Richard Eisenberg2013-08-161-1/+0
* Comments onlyJan Stolarek2013-08-161-213/+219
* Comments onlyJan Stolarek2013-08-161-2/+0
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-148-269/+324
* Don't run the system linker unncessarily.Patrick Palka2013-08-141-1/+5
* Bump supported llvm version to 3.4.Austin Seipp2013-08-141-1/+1
* iOS: generate archive files when compiling.Austin Seipp2013-08-141-5/+6
* Comments onlyJan Stolarek2013-08-121-6/+6
* Mark retry# as returning bottom.Austin Seipp2013-08-101-0/+15
* Only use real XMM registers when assigning arguments.Geoffrey Mainland2013-08-061-5/+4
* Rename SSE -> XMM for consistency.Geoffrey Mainland2013-08-061-13/+13
* Added support for writing and checking closed type families is hs-boot files.Richard Eisenberg2013-08-0511-42/+110
* Refactor checking for GADT-like datacons' return typesRichard Eisenberg2013-08-044-79/+98
* Implement "roles" into GHC.Richard Eisenberg2013-08-0266-993/+2634
* Fix Trac #8020.Richard Eisenberg2013-08-025-119/+188
* Add a warning for empty enumerations; fixes #7881Ian Lynagh2013-08-012-2/+58
* Add NegativeLiterals extensionIan Lynagh2013-07-313-5/+16
* Add a warning for overflowing literals; fixes #7895Ian Lynagh2013-07-312-2/+40
* Whitespace only in deSugar/MatchLit.lhsIan Lynagh2013-07-311-120/+113
* Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcJan Stolarek2013-07-311-1/+1
|\
| * Fix typosGabor Greif2013-07-311-1/+1
* | Add strength reduction rules (Fixes #7116)Jan Stolarek2013-07-311-6/+27
|/
* Rename doDynamicToo to dynamicTooMkDynamicDynFlagsIan Lynagh2013-07-304-15/+16
* Remove an out-of-date comment (see #8101)Ian Lynagh2013-07-281-5/+0
* desugar code even when -fno-code is used; fixes #8101Ian Lynagh2013-07-282-8/+3
* Whitespace only in deSugar/Match.lhsIan Lynagh2013-07-281-198/+191
* Whitespace only in basicTypes/RdrName.lhsIan Lynagh2013-07-281-215/+208
* Beautify a few Binary instancesIan Lynagh2013-07-272-11/+13
* De-orphan a load of Binary instancesIan Lynagh2013-07-279-1079/+1015
* Whitespace only in basicTypes/BasicTypes.lhsIan Lynagh2013-07-271-172/+165
* Whitespace only in basicTypes/Avail.hsIan Lynagh2013-07-271-19/+12
* Remove redundant parenthesesIan Lynagh2013-07-271-1/+1
* Use OrdLists when parsing export listsIan Lynagh2013-07-271-19/+19
* Remove an unnecessary-looking importIan Lynagh2013-07-251-2/+0
* Whitespace only in deSugar/Desugar.lhsIan Lynagh2013-07-251-80/+73
* Fix a bug in stack layout with safe foreign calls (#8083)Simon Marlow2013-07-247-21/+23
* Temporarily disable common block elimination; fixes #8083 for nowIan Lynagh2013-07-231-3/+5
* Add final remaining bits to fix #7978.Geoffrey Mainland2013-07-221-30/+1
* Sync the list of default warnings with reality; fixes #8060.Ian Lynagh2013-07-211-10/+9