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-22
Add intrinsics & target features for rd{rand,seed}
Simonas Kazlauskas
-1
/
+85
2016-12-22
Remove outdated FIXME comment
Esteban Küber
-6
/
+0
2016-12-21
Auto merge of #38488 - srinivasreddy:rf_collections, r=aturon
bors
-95
/
+103
2016-12-21
Auto merge of #38302 - Mark-Simulacrum:trans-cleanup, r=eddyb
bors
-5020
/
+1904
2016-12-21
Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis
bors
-100
/
+401
2016-12-20
Fix rebase errors.
Mark Simulacrum
-2
/
+1
2016-12-20
Reuse cleanup pad declared at start of block.
Mark Simulacrum
-3
/
+3
2016-12-20
Improve cache quality for eh_personality.
Mark Simulacrum
-8
/
+8
2016-12-20
Move eh_unwind_resume into CrateContext
Mark Simulacrum
-44
/
+37
2016-12-20
Simplify get_landing_pad by inlining UnwindKind.
Mark Simulacrum
-72
/
+22
2016-12-20
Add unreachable() after calls to eh_unwind_resume.
Mark Simulacrum
-0
/
+2
2016-12-20
Simplify callee by removing is_indirect branch.
Mark Simulacrum
-13
/
+6
2016-12-20
Move eh_personality() onto CrateContext
Mark Simulacrum
-53
/
+51
2016-12-20
Remove outdated comment
Mark Simulacrum
-3
/
+0
2016-12-20
Remove fn_ty from FunctionContext
Mark Simulacrum
-50
/
+40
2016-12-20
slice_for_each gives a reference already
Mark Simulacrum
-1
/
+1
2016-12-20
Reduce coerce_unsized_into to one call
Mark Simulacrum
-10
/
+5
2016-12-20
Remove outdated comment
Mark Simulacrum
-1
/
+0
2016-12-20
Inline make_drop_glue
Mark Simulacrum
-82
/
+74
2016-12-20
Remove needless check
Mark Simulacrum
-2
/
+0
2016-12-20
Move get_landing_pad onto DropVal.
Mark Simulacrum
-80
/
+69
2016-12-20
Use fn_ty directly
Mark Simulacrum
-8
/
+6
2016-12-20
Do not use BAB after calling unreachable.
Mark Simulacrum
-16
/
+18
2016-12-20
Change *.fcx.ccx to *.ccx
Mark Simulacrum
-41
/
+34
2016-12-20
Mutate llargs instead of reconstructing it.
Mark Simulacrum
-20
/
+14
2016-12-20
Replace bcx.ccx() with bcx.ccx
Mark Simulacrum
-239
/
+238
2016-12-20
Remove unecessary logic.
Mark Simulacrum
-8
/
+1
2016-12-20
Add helper function to set debug locations
Mark Simulacrum
-24
/
+18
2016-12-20
Clean up uses of set_personality_fn.
Mark Simulacrum
-24
/
+12
2016-12-20
Change param_env to empty_param_env
Mark Simulacrum
-4
/
+4
2016-12-20
Simplify funclets creation.
Mark Simulacrum
-16
/
+14
2016-12-20
Remove unused bcx from LocalAnalyzer.
Mark Simulacrum
-29
/
+22
2016-12-20
Move debug info check into create_function_debug_context
Mark Simulacrum
-23
/
+8
2016-12-20
Remove public ccx function on MirContext
Mark Simulacrum
-5
/
+1
2016-12-20
Make debuginfo take debug_context instead of MirContext
Mark Simulacrum
-38
/
+54
2016-12-20
Remove unreachable call to unreachable
Mark Simulacrum
-5
/
+0
2016-12-20
Fix and cleanup callee shims
Mark Simulacrum
-20
/
+31
2016-12-20
Rebase fixes
Mark Simulacrum
-2
/
+0
2016-12-20
Make add_incoming_to_phi call slightly less confusing.
Mark Simulacrum
-1
/
+1
2016-12-20
Inline and simplify init_cpad
Mark Simulacrum
-35
/
+20
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
[next]