summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Austin Seipp2013-08-221-4/+1
* Actually, split that last comment a bit.Austin Seipp2013-08-221-4/+6
* Add some more comments to UsageFile.Austin Seipp2013-08-221-1/+8
* Remove trailing whitespace from Fingerprint.hscAustin Seipp2013-08-221-1/+1
* Remove trailing whitespace from HscTypesAustin Seipp2013-08-221-7/+6
* Remove trailing whitespace from MkIfaceAustin Seipp2013-08-221-86/+86
* Fix -Werror failure in Fingerprint.hscAustin Seipp2013-08-221-0/+3
* Fix interface hashes including time stamp of dependent files.Niklas Hambüchen2013-08-223-16/+43
* MkIface: Be consistent with do notationNiklas Hambüchen2013-08-221-118/+122
* MkIface: When printing the recomp reason, make clear only mtime is usedNiklas Hambüchen2013-08-221-1/+1
* MkIface: More specific comment about what forms the interface hashNiklas Hambüchen2013-08-221-1/+1
* MkIface: Mention that #include now adds dependent filesNiklas Hambüchen2013-08-221-2/+4
* Update email addressesGabor Greif2013-08-224-5/+5
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-228-9/+9
* Remove DYNAMIC_GHC_PROGRAMS tests in the linkerSimon Marlow2013-08-222-22/+0
* Update release notes for GHC 7.8Jan Stolarek2013-08-221-5/+4
* Comments onlyJan Stolarek2013-08-221-3/+1
* Only add -O to C compilations if there was -O on the command lineSimon Marlow2013-08-221-3/+5
* Really unload object code when it is safe to do so (#8039)Simon Marlow2013-08-225-17/+419
* In the non-threaded RTS, make *_barrier functions EXTERN_INLINE, not #define....Ryan Newton2013-08-211-3/+6
* DetabifyJan Stolarek2013-08-211-39/+32
* Added paragraph to user's guide about Nominal role for SetRichard Eisenberg2013-08-201-0/+14
* Added bullet in release notes about roles.Richard Eisenberg2013-08-201-0/+11
* Comments onlyJan Stolarek2013-08-201-1/+2
* Merge cgTailCall and cgLneJump into one functionJan Stolarek2013-08-202-31/+17
* Remove unused moduleJan Stolarek2013-08-204-134/+2
* Cleanup StgCmm passJan Stolarek2013-08-207-115/+66
* Trailing whitespaces, code formatting, detabifyJan Stolarek2013-08-2013-481/+467
* Fix typoGabor Greif2013-08-201-1/+1
* Comments onlyGabor Greif2013-08-203-4/+4
* Update Win32 submodule.Austin Seipp2013-08-191-0/+0
* Add note on isSafeOverlap field.David Terei2013-08-192-8/+13
* Replace occurences of darcs.haskell.org by git.haskell.orgHerbert Valerio Riedel2013-08-192-20/+20
* 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
* Add support for external repositories to sync-allAustin Seipp2013-08-181-2/+6
* Fix Trac #8138.Richard Eisenberg2013-08-163-2/+5
* Comments onlyJan Stolarek2013-08-161-213/+219
* Comments onlyJan Stolarek2013-08-161-2/+0
* Don't delete HsTimeConfig.h.in during distclean.Austin Seipp2013-08-141-1/+1
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-1412-273/+341