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