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-10-02
Cleanup mk/tests.mk
Brian Anderson
-106
/
+81
2011-10-02
Move compiletest to src/ and cleanup build rules
Brian Anderson
-48
/
+60
2011-10-02
Add Haitao Li to AUTHORS.txt
Brian Anderson
-0
/
+1
2011-10-02
rustc: Fix link error on Ubuntu Oneiric. Issue #903
Haitao Li
-2
/
+4
2011-10-02
Lots of build system cleanup and documentation
Brian Anderson
-167
/
+235
2011-09-30
Have 'make install' do something close to useful
Brian Anderson
-6
/
+69
2011-09-30
rustc: Call LLVM on the C stack
Patrick Walton
-1
/
+1
2011-09-30
rt: Omit leading underscore on symbol names on Linux
Patrick Walton
-0
/
+5
2011-09-30
rustc: Stub a --stack-growth option; it's behind a flag for now because it re...
Patrick Walton
-8
/
+21
2011-09-30
Register new snapshots
Brian Anderson
-5
/
+5
2011-09-30
Change the directory for target libs
Brian Anderson
-13
/
+24
2011-09-30
Refix the snapshot rules
Brian Anderson
-4
/
+4
2011-09-30
Refix the fuzzer make rule
Brian Anderson
-2
/
+2
2011-09-30
Make config of static stdlib more consistent with rest of makefile
Brian Anderson
-10
/
+14
2011-09-30
Abstract the build directories further in the makefiles
Brian Anderson
-95
/
+103
2011-09-30
Fix some make variables in tests.mk
Brian Anderson
-17
/
+25
2011-09-30
rustc: Remove some debug code
Patrick Walton
-2
/
+0
2011-09-30
rustc: Track link_args attributes on C stack cdecl natives as well
Patrick Walton
-1
/
+2
2011-09-30
trans: Use inttoptr as appropriate when casting return values of C stack func...
Patrick Walton
-1
/
+9
2011-09-30
Add Erik Rose to AUTHORS.txt
Brian Anderson
-0
/
+1
2011-09-29
Register snapshots and finish filesystem reorg
Brian Anderson
-29
/
+6
2011-09-29
Remove legacy library search paths
Brian Anderson
-2
/
+2
2011-09-29
Update snapshot scripts for the new regime
Brian Anderson
-14
/
+12
2011-09-29
Tweak makefiles, change the way the fuzzer is built
Brian Anderson
-14
/
+25
2011-09-29
Remove redundant make clean rules
Brian Anderson
-21
/
+0
2011-09-29
Fix make all build rule
Brian Anderson
-2
/
+6
2011-09-29
Teach compiletest to construct the PATH variable correctly on win32
Brian Anderson
-1
/
+10
2011-09-29
Fix CFG_RUN_TARG on windows
Brian Anderson
-1
/
+1
2011-09-29
Fix a variety of things in the makefiles
Brian Anderson
-5
/
+6
2011-09-29
Remove the redundant definition of STAGE in makefiles
Brian Anderson
-10
/
+7
2011-09-29
Update make clean rules
Brian Anderson
-1
/
+29
2011-09-29
Make rustc's host triple agree with the build system's
Brian Anderson
-3
/
+11
2011-09-29
Reorganize structure of build directory
Brian Anderson
-114
/
+126
2011-09-29
rustc: Remove some debug code
Patrick Walton
-2
/
+0
2011-09-29
rustc: Make the generic C stack function signature include a usable return value
Patrick Walton
-2
/
+2
2011-09-29
stdlib: Un-export str::buf; add a comment
Patrick Walton
-2
/
+3
2011-09-29
vim: Add `pure` to the list of keywords
Patrick Walton
-2
/
+2
2011-09-29
stdlib: Export str::buf
Patrick Walton
-1
/
+2
2011-09-29
rustc: Translate calls on the C stack
Patrick Walton
-26
/
+98
2011-09-29
rustc: Fix call signature for call_c_stack
Patrick Walton
-18
/
+7
2011-09-29
rt: Fix assembler for C calls to work more like a regular function call
Patrick Walton
-5
/
+8
2011-09-29
stdlib: Add vec::eachi to the standard library
Patrick Walton
-0
/
+10
2011-09-29
rustc: Add upcall stubs for the new C stack upcalls
Patrick Walton
-0
/
+5
2011-09-29
rustc: Generate types in trans for the C-stack native ABI
Patrick Walton
-2
/
+21
2011-09-29
doc: Don't merge function and concept index. There is no findex
Brian Anderson
-1
/
+0
2011-09-29
Don't build up results for ignored expressions.
Marijn Haverbeke
-1
/
+1
2011-09-29
Fail with an informative error when trying to bind a method
Marijn Haverbeke
-11
/
+11
2011-09-29
Move last remaining expression types out of trans_expr
Marijn Haverbeke
-79
/
+58
2011-09-29
Move expr_cast and expr_copy to DPS style
Marijn Haverbeke
-18
/
+12
2011-09-29
Move closure construction over to DPS style
Marijn Haverbeke
-148
/
+163
[prev]
[next]