aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some C99 and C++ compatibility headers for MSVCPatrick Walton2011-03-213-0/+649
* Make lltaskptr a regular argument element in args in calls to trans_upcall2.Rafael Ávila de Espíndola2011-03-211-8/+8
* Move calls to PtrToInt out of trans_upcall2.Rafael Ávila de Espíndola2011-03-211-3/+5
* s/DSYMUTIL/CFG_DSYMUTIL/Graydon Hoare2011-03-201-3/+3
* Add -lrt to stateN link commands.Graydon Hoare2011-03-201-6/+6
* Modify native_item_fn to handle trailing linkage names that differ from the i...Graydon Hoare2011-03-208-18/+33
* Switch win32 path_sep to '/', add comment explaining a bit.Graydon Hoare2011-03-201-1/+7
* Add slightly nicer failure message to io.rs when it can't open a file.Graydon Hoare2011-03-201-1/+4
* Fix multi-stage deps, add rules for stage1 and stage2 outputs.Graydon Hoare2011-03-201-11/+71
* Depend %.stage0.exe on %.stage0.o.Graydon Hoare2011-03-201-1/+1
* Fix typo.Graydon Hoare2011-03-201-1/+1
* rustc: Internalize glue. Cuts libstd size by 8% or so.Patrick Walton2011-03-201-1/+3
* Begin porting rules for testsuite execution.Graydon Hoare2011-03-202-33/+106
* Add build rules for stage1.Graydon Hoare2011-03-191-0/+22
* Set up dynamic library paths properly in builddir.Graydon Hoare2011-03-191-3/+12
* Correct deps on stage0/glue.bcGraydon Hoare2011-03-191-1/+2
* Switch path-munge from sed to perl.Graydon Hoare2011-03-191-1/+3
* Fix indentation in tidy.Graydon Hoare2011-03-191-1/+1
* Minor clarification.Graydon Hoare2011-03-191-1/+1
* Truncate long lines in configure output.Graydon Hoare2011-03-191-1/+7
* Separate scan for commands used during configure.Graydon Hoare2011-03-191-0/+11
* Probe for python, git, makeinfo and texi2pdf, but not sed.Graydon Hoare2011-03-191-2/+5
* Probe for llvm libdir as well.Graydon Hoare2011-03-191-0/+2
* rustc: Only declare each native function once. std.rc now links.Patrick Walton2011-03-191-1/+15
* rustc: Use the right block context to generate unary operands. std.rc compile...Patrick Walton2011-03-191-3/+3
* rustc: Allow arguments to be captured as upvars. std.rc compiles now, except ...Patrick Walton2011-03-191-3/+15
* rustc: Do argument casts before loading aggregates, not afterPatrick Walton2011-03-191-5/+16
* rustc: Implement int-to-native castsPatrick Walton2011-03-181-0/+3
* rustc: Make trans_path() generic-safe wrt nullary tagsPatrick Walton2011-03-181-1/+8
* rustc: Make iter_structural_ty_full() generic-safe wrt tagsPatrick Walton2011-03-181-28/+10
* Add support for building glue.o.Graydon Hoare2011-03-181-1/+17
* Run rustc stages using proper LD_LIBRARY_PATH.Graydon Hoare2011-03-181-3/+3
* Point valgrind suppressions file to srcdir.Graydon Hoare2011-03-181-1/+1
* rustc: Do pointer casts when casting native typesPatrick Walton2011-03-181-1/+3
* rustc: Fix inference for auto slots (forgot to stage changes before)Patrick Walton2011-03-181-7/+6
* Add rules for stage0/rustc to Makefile.in.Graydon Hoare2011-03-181-5/+23
* Remove redundant slashes in Makefile.in.Graydon Hoare2011-03-181-3/+3
* Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.Graydon Hoare2011-03-181-2/+1
* rustc: Fix inference for auto slots. Add a test case.Patrick Walton2011-03-181-0/+6
* rustc: Don't always build a constant multiply instruction when translating li...Patrick Walton2011-03-181-2/+2
* rustc: Move type_of() behind the check for dynamic size in trans_vec()Patrick Walton2011-03-181-1/+1
* rustc: Create global variable constants during the collection phasePatrick Walton2011-03-181-14/+13
* Get llvmext building in new Makefile.in.Graydon Hoare2011-03-181-1/+2
* Remove some whitespace.Graydon Hoare2011-03-181-1/+1
* Make the llvmext dir in builddir from configure.Graydon Hoare2011-03-181-1/+2
* Rename a couple CFG_LIB_NAME vars in Makefile.inGraydon Hoare2011-03-181-3/+3
* rustc: Make iter_sequence() work with generic vectorsPatrick Walton2011-03-181-3/+16
* rustc: Fix list.foldl() to pass its second argument by aliasPatrick Walton2011-03-181-2/+2
* rustc: Box the tuples returned by hashmap.items() for now since we don't have...Patrick Walton2011-03-182-4/+4
* rustc: Get type params from the item when translating native itemsPatrick Walton2011-03-181-9/+13