index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2011-11-05
Call LLVM's configure script from ours
Brian Anderson
-6
/
+50
2011-11-05
Reconfigure when the git submodule status changes
Brian Anderson
-0
/
+11
2011-11-05
Add mk/llvm.mk
Brian Anderson
-0
/
+1
2011-11-05
Add submodule management to configure script
Brian Anderson
-1
/
+35
2011-11-05
Add an LLVM git submodule
Brian Anderson
-0
/
+3
2011-11-05
docs: work around texi2dvi bug. (#1134)
Elly Jones
-2
/
+5
2011-11-05
[Docfix] lib/str.rs: Applied review suggestions, took the opportunity to impr...
David Rajchenbach-Teller
-7
/
+62
2011-11-05
[Docfixes + feature] lib/uint.rs: Applied review suggesions, took the opportu...
David Rajchenbach-Teller
-9
/
+61
2011-11-05
[Docfix + Renaming] lib/rope.rs: Applied review suggestions, mostly docfixes.
David Rajchenbach-Teller
-2
/
+68
2011-11-05
Fixup: forgotten stdtest/rope.rs
David Rajchenbach-Teller
-0
/
+148
2011-11-05
stdlib: Added a small rope library
David Rajchenbach-Teller
-0
/
+1134
2011-11-05
char.rs: Added a function cmp
David Rajchenbach-Teller
-0
/
+8
2011-11-05
uint.rs: added functions div_ceil, div_floor, div_round
David Rajchenbach-Teller
-0
/
+30
2011-11-05
str.rs: Added functions loop_chars, loop_chars_sub, char_len_range, byte_len_...
David Rajchenbach-Teller
-8
/
+63
2011-11-04
vec: take [mutable? T] instead of [T]
Elly Jones
-2
/
+2
2011-11-04
install.mk: make man1 directory
Elly Jones
-0
/
+1
2011-11-04
Fill in the tutorial section on testing
Marijn Haverbeke
-9
/
+82
2011-11-03
Remove an old, temporary build rule
Brian Anderson
-7
/
+0
2011-11-03
configure: change --only-gcc to --enable-clang to make clang opt-in
Brian Anderson
-3
/
+7
2011-11-03
Make the formatting of the host build message consistent
Brian Anderson
-1
/
+1
2011-11-03
Fix typo in Makefile.in comments
Brian Anderson
-1
/
+1
2011-11-03
Update some more tests for 1a68a9882
Marijn Haverbeke
-43
/
+1
2011-11-03
Clarify metadata syntax in manual
Marijn Haverbeke
-1
/
+6
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-113
/
+107
2011-11-02
configure: cleanup
Brian Anderson
-1
/
+1
2011-11-02
configure: abort early on --help
Brian Anderson
-0
/
+6
2011-11-02
configure: support --target-triples and --only-gcc.
Elly Jones
-11
/
+2
2011-11-02
Change the error message when no LLVM is found
Brian Anderson
-2
/
+1
2011-11-02
configure: add --llvm-root
Elly Jones
-7
/
+10
2011-11-02
configure: add support for --prefix=<prefix>
Elly Jones
-1
/
+27
2011-11-02
Add vec::permute to the standard library (#1013)
Matt Brubeck
-0
/
+46
2011-11-02
Escape $ when building linux def files
Brian Anderson
-1
/
+2
2011-11-02
rerun the gyp-uv tool
Niko Matsakis
-28
/
+80
2011-11-02
pass proper options to libuv make
Niko Matsakis
-1
/
+6
2011-11-02
add required symbols
Niko Matsakis
-0
/
+8
2011-11-02
hastily port so we don't fail to build
Niko Matsakis
-0
/
+52
2011-11-02
virtualize rustllvm construction per target triple
Niko Matsakis
-19
/
+32
2011-11-02
virtualize the runtime per target triple.
Niko Matsakis
-101
/
+174
2011-11-02
Fix build on windows
Niko Matsakis
-3
/
+3
2011-11-02
fix line too long
Niko Matsakis
-1
/
+2
2011-11-02
fix failed merge
Niko Matsakis
-4
/
+0
2011-11-02
add -m64 to gcc args if appropriate
Niko Matsakis
-6
/
+15
2011-11-02
correct more i32 vs int mismatches
Niko Matsakis
-2
/
+2
2011-11-02
convert various ints to i32 and vice versa
Niko Matsakis
-22
/
+22
2011-11-02
convert GEP to i32
Niko Matsakis
-115
/
+67
2011-11-02
get things checking on ia32
Niko Matsakis
-97
/
+96
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-99
/
+149
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-60
/
+92
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-210
/
+295
2011-11-02
get the dependencies right so that all target archs are built
Niko Matsakis
-11
/
+13
[prev]
[next]