about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-06Add CodegenFnAttrFlags::NO_SANITIZE_ANYTomasz Miąsko-4/+5
2020-02-05Apply LLVM sanitize attributes to generated entry wrapperTomasz Miąsko-32/+43
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-17/+255
2020-02-05Auto merge of #68755 - Tyg13:update_stdarch, r=alexcrichtonbors-6/+1
2020-02-05Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPCbors-114/+156
2020-02-04Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebankbors-109/+52
2020-02-04Rollup merge of #68819 - estebank:split_at_mut, r=oli-obkDylan DPC-2/+48
2020-02-04Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-SimulacrumDylan DPC-15/+5
2020-02-04Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichtonDylan DPC-36/+0
2020-02-04Rollup merge of #68810 - ollie27:once_with_copy, r=Dylan-DPCDylan DPC-1/+1
2020-02-04Rollup merge of #68805 - matthiaskrgr:cleanup_bootstrap, r=Mark-SimulacrumDylan DPC-57/+40
2020-02-04Rollup merge of #68758 - daboross:fix-59191, r=petrochenkovDylan DPC-1/+52
2020-02-04Rollup merge of #68282 - tmiasko:sanitizer-example, r=steveklabnikDylan DPC-2/+10
2020-02-04Auto merge of #68558 - HeroicKatora:buf-writer-capacity, r=alexcrichtonbors-0/+45
2020-02-04Remove the `overlapping_marker_traits` featureAaron Hill-109/+52
2020-02-04Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obkbors-835/+1428
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-86/+19
2020-02-04Drop unused extern cratesMark Rousskov-2/+0
2020-02-04Auto merge of #68804 - ecstatic-morse:qualif-cursor-lazy, r=estebankbors-53/+36
2020-02-04Auto merge of #68601 - 0dvictor:split, r=tmandrybors-28/+55
2020-02-03Suggest `split_at_mut` on multiple mutable index accessEsteban Küber-2/+48
2020-02-04fix couple of perf related clipyp warningsMatthias Krüger-15/+5
2020-02-04Split `join_codegen_and_link()` into two stepsVictor Ding-28/+55
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-36/+0
2020-02-03Remove Copy impl from OnceWithOliver Middleton-1/+1
2020-02-03Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelixbors-894/+1737
2020-02-03Avoid scheduling repeated `StorageDead`sMatthew Jasper-15/+52
2020-02-03Make use of `Place: Copy`Matthew Jasper-42/+34
2020-02-03Apply suggestions from code reviewmatthewjasper-6/+5
2020-02-03Address review commentsMatthew Jasper-96/+143
2020-02-03Make `Candidate` privateMatthew Jasper-7/+10
2020-02-03Add more tests for or-patternsMatthew Jasper-0/+474
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-58/+41
2020-02-03Change wording for object unsafe because of assoc constEsteban Küber-12/+10
2020-02-03Treat `Rvalue::AddressOf` the same as `Rvalue::Ref`Dylan MacKenzie-18/+11
2020-02-03Eliminate "eager" qualif getterDylan MacKenzie-22/+6
2020-02-03Pass correct closure type to `Qualif` methodsDylan MacKenzie-5/+11
2020-02-03Take `FnMut` instead of `Fn` in `Qualif` methodsDylan MacKenzie-10/+10
2020-02-03Rollup merge of #68800 - JohnTitor:stabilize-once-with, r=CentrilDylan DPC-14/+8
2020-02-03Rollup merge of #68798 - Centril:caller-loc-ctfe-rt-equiv, r=RalfJungDylan DPC-0/+38
2020-02-03Rollup merge of #68797 - GuillaumeGomez:link-to-types, r=Dylan-DPCDylan DPC-2/+2
2020-02-03Rollup merge of #68787 - amosonn:patch-1, r=nagisaDylan DPC-16/+22
2020-02-03Rollup merge of #68777 - GuillaumeGomez:clean-up-e0263, r=Dylan-DPCDylan DPC-4/+13
2020-02-03Rollup merge of #68744 - JohnTitor:fix-ice-save-analysis, r=cramertjDylan DPC-4/+35
2020-02-03Rollup merge of #68711 - hman523:fix-68593, r=Dylan-DPCDylan DPC-1/+4
2020-02-03Rollup merge of #68678 - Mark-Simulacrum:robots, r=pietroalbiniDylan DPC-1/+1
2020-02-04Stabilize `core::iter::once_with()`Yuki Okushi-14/+8
2020-02-03track_caller test caller_location ctfe/rt equivalence wrt. fnptrsMazdak Farrokhzad-0/+38
2020-02-03Fix links to types instead of modulesGuillaume Gomez-2/+2
2020-02-03Auto merge of #68665 - eddyb:debuginfo-early-create-var, r=nagisabors-94/+209