| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | rustc_codegen_llvm: use safe references for ArchiveIterator. | Irina Popa | -9/+6 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Linker. | Irina Popa | -10/+9 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for SectionIterator. | Irina Popa | -14/+13 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for PassManager. | Irina Popa | -64/+65 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for OperandBundleDef. | Irina Popa | -25/+26 |
| 2018-07-30 | rustc_codegen_llvm: use safe mutable references for output parameters. | Irina Popa | -12/+12 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for RustString. | Irina Popa | -30/+33 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic. | Irina Popa | -29/+24 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Archive. | Irina Popa | -17/+11 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for TargetMachine. | Irina Popa | -13/+12 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Pass. | Irina Popa | -12/+9 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for PassManagerBuilder. | Irina Popa | -15/+14 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for MemoryBuffer and ObjectFile. | Irina Popa | -21/+16 |
| 2018-07-30 | rustc_codegen_llvm: remove more unused functions. | Irina Popa | -401/+21 |
| 2018-07-30 | rustc_codegen_llvm: remove unused UseRef type. | Irina Popa | -7/+0 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for BasicBlock. | Irina Popa | -55/+54 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Value. | Irina Popa | -1232/+1216 |
| 2018-07-30 | rustc_codegen_llvm: remove _opaque suffix. | Irina Popa | -49/+49 |
| 2018-07-30 | rustc_codegen_llvm: remove #![allow(dead_code)] from llvm. | Irina Popa | -37/+2 |
| 2018-07-30 | rustc_codegen_llvm: remove unused ExecutionEngineRef type. | Irina Popa | -2/+0 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Metadata and DI*. | Irina Popa | -377/+411 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for DIBuilder. | Irina Popa | -34/+33 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Builder. | Irina Popa | -144/+142 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -533/+568 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Context and Module. | Irina Popa | -556/+549 |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -197/+178 |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -358/+348 |
| 2018-07-30 | Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrum | bors | -11/+5 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -15/+16 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -7/+49 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -172/+168 |
| 2018-07-30 | Auto merge of #52823 - RalfJung:test, r=eddyb | bors | -2/+21 |
| 2018-07-30 | Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichton | bors | -0/+5 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -150/+101 |
| 2018-07-29 | dont hardcode vtable size in codegen test | Ralf Jung | -2/+2 |
| 2018-07-29 | update codegen tests | Ralf Jung | -2/+2 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -43/+0 |
| 2018-07-29 | Update miri submodule | Oliver Schneider | -4/+10 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -190/+1049 |
| 2018-07-29 | Change order of copy and borrow to avoid conflict | Matthew Jasper | -1/+2 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -14/+14 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -150/+101 |
| 2018-07-29 | Clear out rustdoc check builds if dependencies change | Mark Rousskov | -0/+5 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -48/+218 |
| 2018-07-29 | Auto merge of #52755 - kennytm:update-rustfmt, r=nrc | bors | -192/+242 |
| 2018-07-29 | invalid_const_promotion: check if we get the right signal | Ralf Jung | -2/+21 |
| 2018-07-29 | Update RLS and rustfmt. | kennytm | -191/+232 |
| 2018-07-29 | Test clippy first to workaround the derive-new conflict. | kennytm | -1/+2 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -48/+218 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -95/+95 |