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