aboutsummaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* Revert EI_OSABI ELF header field back to 0 for LinuxBrian Anderson2011-02-101-1/+0
* Re-indent a bit of elf.Graydon Hoare2011-02-091-10/+10
* Add several 1-word .bss fragments for FreeBSD.Graydon Hoare2011-02-091-0/+21
* Add .bss fragment support to elf.Graydon Hoare2011-02-091-3/+31
* Adapt elf.ml to handle differences between Linux and FreeBSD.Rob Arnold2011-02-091-6/+20
* Add FreeBSD_x86_elf target to rustbootRob Arnold2011-02-094-6/+29
* Update various README files in the tree.Graydon Hoare2011-01-261-9/+9
* Tweak effect-checking rules in rustboot, remove/rewrite/re-auth impure cases ...Graydon Hoare2011-01-211-34/+55
* Wrap long line.Graydon Hoare2011-01-121-2/+3
* Guard a bunch more logging calls. Cut 10s off rustc compile time.Graydon Hoare2011-01-122-18/+31
* Guard unguarded log calls that snuck in. Shave 5s off building rustc.Graydon Hoare2011-01-111-3/+5
* Recursively genericize types and spread across glue. Saves 1mb size, 8s compi...Graydon Hoare2011-01-112-16/+38
* Out-of-line all drop glue. Shaves 50kb from rustc.Graydon Hoare2011-01-111-11/+1
* Make rustboot fn/obj drops generic; cuts 300kb size, 10s compile time off rustc.Graydon Hoare2011-01-111-0/+16
* More mopping up wrong-named rules in the Makefile.Graydon Hoare2010-12-291-0/+0
* Remove LLVM rustboot backend.Graydon Hoare2010-12-296-1630/+0
* rustboot: Only bottom out at opaque IL types after finding two cycles. DON'T ...Patrick Walton2010-12-212-1/+8
* Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-preceden...Graydon Hoare2010-12-131-10/+20
* Change 'stratum' to the friendlier term 'layer'.Graydon Hoare2010-12-0311-100/+100
* Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...Graydon Hoare2010-12-011-1/+8
* Change mutability into a type constructor.Graydon Hoare2010-11-291-0/+7
* rustboot: Say when a binary operator is unimplemented rather than asserting i...Patrick Walton2010-11-191-2/+7
* Isolate while-header bug to minimal testcase, fix in rustboot, remove workaro...Graydon Hoare2010-11-193-33/+70
* rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...Patrick Walton2010-11-181-54/+59
* Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics.Graydon Hoare2010-11-165-65/+111
* Change PVAL_num to PVAL_int and remove non-int literal forms.Graydon Hoare2010-11-131-16/+14
* Remove dead code in cexp.Graydon Hoare2010-11-131-1/+0
* Redo the scheme for block context chaining and termination, to simplify and s...Graydon Hoare2010-11-101-1/+2
* Support a special const-value refcount, use it for const strings.Graydon Hoare2010-11-092-15/+44
* Add a check for binding an alias. Good thing, as we had two instances in our ...Graydon Hoare2010-11-081-0/+26
* Fix linux burn caused by last commit on friday.Graydon Hoare2010-11-081-1/+1
* Update lltrans to also emit WinMain@16 on windows.Graydon Hoare2010-11-053-3/+10
* rustboot: Report the alias-ness of function parameters in type errorsPatrick Walton2010-11-051-1/+6
* rustboot: If something that wasn't a type was found where a type was expected...Patrick Walton2010-11-051-1/+1
* rustboot: Report mismatched effect qualifiersPatrick Walton2010-11-051-2/+5
* rustboot: Report cyclic import errors at the right locationPatrick Walton2010-11-052-6/+9
* rustboot: Describe the cycle when reporting a cyclic import errorPatrick Walton2010-11-051-1/+10
* rustboot: When resolving recursively, build up error messages recursively as ...Patrick Walton2010-11-031-25/+35
* rustboot: Say exactly which name was unbound when reporting unbound name errorsPatrick Walton2010-11-034-52/+73
* Code sketch and comment notes on textual crate signatures.Graydon Hoare2010-11-034-0/+244
* Shift obj, type, param decls to have strata rather than effects.Graydon Hoare2010-11-026-59/+97
* Split out stratum-checking pass, implement more-strict (overly aggressive) im...Graydon Hoare2010-11-025-93/+148
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-0211-80/+168
* rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton2010-10-281-1/+20
* Revert "rustboot: Emit an error instead of asserting in trans when a T is pas...Patrick Walton2010-10-281-20/+1
* rustboot: Emit an error instead of asserting in trans when a T is passed by v...Patrick Walton2010-10-281-1/+20
* Emit a sensible error message if one or more of the parameters isn't enough c...Patrick Walton2010-10-271-4/+9
* rustboot: Emit an error message instead of asserting on a type-param mismatch...Patrick Walton2010-10-272-6/+10
* rustboot: For error reporting, map tag IDs to *tag* names, not to tag *varian...Patrick Walton2010-10-261-4/+5
* rustboot: Use a less hacky method to report tag names in error messages, whic...Patrick Walton2010-10-262-36/+10