| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move phi-node generation into a helper that measures the liveness of each ↵ | Graydon Hoare | 2010-11-12 | 1 | -43/+64 | |
| | | | | | incoming edge. Factorial test now succeeds. | |||||
| * | Load outptr alloca as retval; function call/return now works in rustc. | Graydon Hoare | 2010-11-12 | 1 | -1/+5 | |
| | | ||||||
| * | Stop translating a block when a sub-statement terminates the llvm bb. | Graydon Hoare | 2010-11-12 | 1 | -0/+5 | |
| | | ||||||
| * | rustc: Add an annotation to function and type items so that the typechecker ↵ | Patrick Walton | 2010-11-10 | 5 | -23/+23 | |
| | | | | | can store types with them | |||||
| * | Redo the scheme for block context chaining and termination, to simplify and ↵ | Graydon Hoare | 2010-11-10 | 3 | -70/+91 | |
| | | | | | support ret better. | |||||
| * | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's ↵ | Graydon Hoare | 2010-11-09 | 3 | -25/+84 | |
| | | | | | to_str routine less clever and thereby resist overflow. | |||||
| * | Implement a map2() function in std._vec | Patrick Walton | 2010-11-09 | 2 | -1/+36 | |
| | | ||||||
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 10 | -30/+97 | |
| | | ||||||
| * | Add a check for binding an alias. Good thing, as we had two instances in our ↵ | Graydon Hoare | 2010-11-08 | 4 | -2/+35 | |
| | | | | | library. | |||||
| * | Fix linux burn caused by last commit on friday. | Graydon Hoare | 2010-11-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update lltrans to also emit WinMain@16 on windows. | Graydon Hoare | 2010-11-05 | 3 | -3/+10 | |
| | | ||||||
| * | Translate ast.box unary expressions and support extraction of TypeRefs from ↵ | Graydon Hoare | 2010-11-05 | 1 | -3/+25 | |
| | | | | | AST annotations. | |||||
| * | Move symbol prefix logic into separate function, add underscore prefix for ↵ | Graydon Hoare | 2010-11-05 | 1 | -4/+10 | |
| | | | | | windows. | |||||
| * | Emit WinMain@16 entrypoint on windows. | Graydon Hoare | 2010-11-05 | 1 | -1/+8 | |
| | | ||||||
| * | Fix two incorrect block-context uses in rustc. | Graydon Hoare | 2010-11-05 | 1 | -2/+2 | |
| | | ||||||
| * | Teach rustc to generate type descriptors. | Graydon Hoare | 2010-11-05 | 1 | -0/+13 | |
| | | ||||||
| * | Switch rustc to llvm 2.8 rather than 2.8svn on windows. | Graydon Hoare | 2010-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | rustboot: Report the alias-ness of function parameters in type errors | Patrick Walton | 2010-11-05 | 1 | -1/+6 | |
| | | ||||||
| * | rustboot: If something that wasn't a type was found where a type was ↵ | Patrick Walton | 2010-11-05 | 1 | -1/+1 | |
| | | | | | expected, report where the error was | |||||
| * | rustc: Implement function types | Patrick Walton | 2010-11-05 | 3 | -1/+60 | |
| | | ||||||
| * | rustboot: Report mismatched effect qualifiers | Patrick Walton | 2010-11-05 | 1 | -2/+5 | |
| | | ||||||
| * | test_init_fn() in lib-vec.rs doesn't seem to segfault anymore. Un-XFAIL it. | Patrick Walton | 2010-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 14 | -93/+115 | |
| | | ||||||
| * | rustboot: Report cyclic import errors at the right location | Patrick Walton | 2010-11-05 | 2 | -6/+9 | |
| | | ||||||
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 11 | -68/+46 | |
| | | ||||||
| * | rustboot: Describe the cycle when reporting a cyclic import error | Patrick Walton | 2010-11-05 | 1 | -1/+10 | |
| | | ||||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 11 | -46/+68 | |
| | | ||||||
| * | Fix buggy while and do-while translation in rustc. Add test. | Graydon Hoare | 2010-11-04 | 4 | -12/+35 | |
| | | ||||||
| * | rustboot: When resolving recursively, build up error messages recursively as ↵ | Patrick Walton | 2010-11-03 | 1 | -25/+35 | |
| | | | | | well | |||||
| * | rustboot: Say exactly which name was unbound when reporting unbound name errors | Patrick Walton | 2010-11-03 | 4 | -52/+73 | |
| | | ||||||
| * | rustc: Use an extensible annotation field instead of putting option[@ty] ↵ | Patrick Walton | 2010-11-03 | 4 | -89/+94 | |
| | | | | | everywhere | |||||
| * | Fix documentation: it's (&str s) not (str &s). | Ralph Giles | 2010-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fix doc references to 'for each' syntax to match the compiler. | Ralph Giles | 2010-11-03 | 1 | -4/+4 | |
| | | | | | | The rustboot compiler expects 'for each (type v in ...)' like 'for', rather than 'for each (type v = ...)' as given in the documentation. | |||||
| * | Make version.texi depend on rust.texi. | Ralph Giles | 2010-11-03 | 1 | -1/+1 | |
| | | | | | | | | | This will at least update the version string on the title page when the book source changes. It may not be entirely accurate since rust.texi may have uncommitted changes. But previously, it was basically only ever updated on the first build or after 'make clean'. | |||||
| * | Fix two documentation typos. | Ralph Giles | 2010-11-03 | 1 | -2/+2 | |
| | | ||||||
| * | Support while and do-while loops in rustc. | Graydon Hoare | 2010-11-03 | 4 | -0/+116 | |
| | | ||||||
| * | Teach rustc lexer about changes to stratum, opacity and effect keywords. | Graydon Hoare | 2010-11-03 | 2 | -5/+21 | |
| | | ||||||
| * | Code sketch and comment notes on textual crate signatures. | Graydon Hoare | 2010-11-03 | 4 | -0/+244 | |
| | | ||||||
| * | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | 2010-11-02 | 7 | -74/+112 | |
| | | ||||||
| * | Split out stratum-checking pass, implement more-strict (overly aggressive) ↵ | Graydon Hoare | 2010-11-02 | 16 | -143/+198 | |
| | | | | | impure-effect checking. | |||||
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 41 | -215/+288 | |
| | | ||||||
| * | Un-XFAIL self tests on Darwin | Patrick Walton | 2010-10-28 | 1 | -3/+0 | |
| | | ||||||
| * | Remove debug print message from the makefile | Patrick Walton | 2010-10-28 | 1 | -2/+0 | |
| | | ||||||
| * | Allow just the bootstrap LLVM backend to be disabled with NO_OCAML_LLVM=1 | Patrick Walton | 2010-10-28 | 1 | -13/+40 | |
| | | ||||||
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by ↵ | Patrick Walton | 2010-10-28 | 11 | -17/+36 | |
| | | | | | value | |||||
| * | Revert "rustboot: Emit an error instead of asserting in trans when a T is ↵ | Patrick Walton | 2010-10-28 | 2 | -21/+2 | |
| | | | | | | | passed by value" due to test failures This reverts commit ee901858a27bf00c7dd66e7cfecb9dd97029dba8. | |||||
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by ↵ | Patrick Walton | 2010-10-28 | 2 | -2/+21 | |
| | | | | | value | |||||
| * | Merge branch 'gcc-4.5.1' of http://github.com/rillian/rust | Patrick Walton | 2010-10-28 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Cast NULL to uintptr_t when calling rust_task::start(). | Ralph Giles | 2010-10-28 | 1 | -1/+1 | |
| |/ | | | | | | | | | On gcc 4.5.1 (fedora 14 i686) rust_test_runtime.cpp fails to compile with the following error: rt/test/rust_test_runtime.cpp:57:61: error: passing NULL to non-pointer argument 3 of ‘void rust_task::start(uintptr_t, uintptr_t, uintptr_t, size_t)’ The explicit cast works around the error. | |||||
| * | Emit a sensible error message if one or more of the parameters isn't enough ↵ | Patrick Walton | 2010-10-27 | 1 | -4/+9 | |
| | | | | | context to instantiate a polymorphic function | |||||