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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2016-12-20
Don't special case abort/unreachable intrinsics
Mark Simulacrum
-13
/
+6
2016-12-20
Remove llretslotptr from FunctionContext
Mark Simulacrum
-35
/
+8
2016-12-20
Move param_substs onto MirContext
Mark Simulacrum
-56
/
+48
2016-12-20
Move param_env onto SharedCrateContext, and move functions which need the Par...
Mark Simulacrum
-119
/
+107
2016-12-20
Move debug_context to MirContext from FunctionContext
Mark Simulacrum
-62
/
+66
2016-12-20
Remove lifetime parameter
Mark Simulacrum
-4
/
+2
2016-12-20
Inline get_funclet
Mark Simulacrum
-11
/
+5
2016-12-20
Inline last remaining use of Callee::call and delete unused code
Mark Simulacrum
-304
/
+19
2016-12-20
Inline and cleanup build_return_block
Mark Simulacrum
-81
/
+87
2016-12-20
Inline/Replace finish with build_return_block
Mark Simulacrum
-11
/
+5
2016-12-20
Rename 'blk and 'bcx to 'a
Mark Simulacrum
-245
/
+256
2016-12-20
Further simplify intrinsic matching
Mark Simulacrum
-85
/
+33
2016-12-20
Simplify intrinsic match statement
Mark Simulacrum
-37
/
+36
2016-12-20
Inline memfill and merge with memset_intrinsic.
Mark Simulacrum
-67
/
+27
2016-12-20
Reduce extensions to FunctionContext in cleanup.
Mark Simulacrum
-27
/
+29
2016-12-20
Remove Ref::clone for MirContext mir
Mark-Simulacrum
-13
/
+8
2016-12-20
Refactor Callee::call to take bcx by-reference.
Mark-Simulacrum
-75
/
+46
2016-12-20
Remove unused imports
Mark-Simulacrum
-4
/
+0
2016-12-20
Remove unused functions in abi
Mark-Simulacrum
-10
/
+0
2016-12-20
Cleanup instruction counting
Mark-Simulacrum
-94
/
+6
2016-12-20
Simplify basic_block.rs
Mark-Simulacrum
-14
/
+6
2016-12-20
Inline trans_exchange_free
Mark-Simulacrum
-16
/
+5
2016-12-20
Inline FunctionContext.mir
Mark-Simulacrum
-21
/
+12
2016-12-20
Remove FunctionContext.landingpad_alloca.
Mark-Simulacrum
-44
/
+17
2016-12-20
Inline validate_substs
Mark-Simulacrum
-7
/
+2
2016-12-20
Remove global builder
Mark-Simulacrum
-124
/
+43
2016-12-20
Merge OwnedBuilder and Builder
Mark-Simulacrum
-38
/
+23
2016-12-20
Minor cleanup to context
Mark-Simulacrum
-49
/
+1
2016-12-20
Replace init with get_entry_block.
Mark-Simulacrum
-51
/
+44
2016-12-20
Remove FunctionContext::cleanup, replacing it with a Drop impl.
Mark-Simulacrum
-26
/
+28
2016-12-20
Rename Builder::alloca to dynamic_alloca
Mark-Simulacrum
-20
/
+13
2016-12-20
Remove fcx.span
Mark-Simulacrum
-8
/
+3
2016-12-20
Remove DebugLoc.
Mark-Simulacrum
-85
/
+38
2016-12-20
Start FunctionContext privatization and reduction
Mark-Simulacrum
-8
/
+4
2016-12-20
Remove BlockAndBuilder.funclet
Mark-Simulacrum
-24
/
+1
2016-12-20
Remove global Builder
Mark-Simulacrum
-106
/
+99
2016-12-20
Remove needless allows
Mark-Simulacrum
-8
/
+0
2016-12-20
Remove remaining traces of block_arena
Mark-Simulacrum
-5
/
+0
2016-12-20
Remove FIXME
Mark-Simulacrum
-2
/
+1
2016-12-20
Inline base::malloc_raw_dyn.
Mark-Simulacrum
-31
/
+15
2016-12-20
Unbox FunctionDebugContextData.
Mark-Simulacrum
-19
/
+7
2016-12-20
Move around code in cleanup for a more logical ordering, and fix comments
Mark-Simulacrum
-184
/
+60
2016-12-20
Eagerly evaluate landing pads for cleanup scopes
Mark-Simulacrum
-105
/
+54
2016-12-20
Deduplicate store_operand_direct and store_operand
Mark-Simulacrum
-12
/
+3
2016-12-20
Slightly simplify tvec::slice_for_each
Mark-Simulacrum
-20
/
+11
2016-12-20
Remove push_ctxt
Mark-Simulacrum
-51
/
+1
2016-12-20
Inline and simplify Callee::call duplicates.
Mark-Simulacrum
-121
/
+44
2016-12-20
Refactor get_landing_pad to take a CleanupScope
Mark-Simulacrum
-30
/
+24
2016-12-20
Remove cleanup scope from FunctionContext
Mark-Simulacrum
-98
/
+154
2016-12-20
Refactor Vec<CleanupScope> into Option<CleanupScope>.
Mark-Simulacrum
-234
/
+128
[next]