about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-18Improve document for `Result::as_deref(_mut)`Lzu Tao-16/+40
2020-06-16Auto merge of #73322 - Amanieu:asm-srcloc-llvm, r=cuviperbors-0/+0
2020-06-16Auto merge of #73402 - Dylan-DPC:rollup-8udzpfu, r=Dylan-DPCbors-84/+86
2020-06-16Rollup merge of #73389 - lzutao:from, r=kennytmDylan DPC-8/+2
2020-06-16Rollup merge of #73381 - ratijas:fix-typo-std-mem, r=jonas-schievinkDylan DPC-1/+1
2020-06-16Rollup merge of #73380 - pnkfelix:make-bootstrap-help-print-num-cpus, r=Mark-...Dylan DPC-1/+6
2020-06-16Rollup merge of #73373 - lzutao:bug-trackcaller, r=AmanieuDylan DPC-39/+28
2020-06-16Rollup merge of #73372 - GuillaumeGomez:re-order-sidebar-sections, r=kinnisonDylan DPC-2/+2
2020-06-16Rollup merge of #73339 - jonas-schievink:unbug, r=estebankDylan DPC-1/+5
2020-06-16Rollup merge of #73237 - tmiasko:arena, r=nnethercoteDylan DPC-32/+42
2020-06-16Auto merge of #73285 - Mark-Simulacrum:clippy-fail, r=RalfJung,oli-obkbors-2/+19
2020-06-16Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morsebors-38/+82
2020-06-16Use `Ipv4Addr::from<[u8; 4]>` when possibleLzu Tao-8/+2
2020-06-15Fix typo in docs of std::memivan tkachenko-1/+1
2020-06-15Add more info to `x.py build --help` on default value for `-j JOBS`.Felix S. Klock II-1/+6
2020-06-15Disable clippy testsMark Rousskov-1/+4
2020-06-15Avoid prematurely recording toolstatesMark Rousskov-1/+15
2020-06-15Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelixbors-1495/+1871
2020-06-15Use track caller for bug! macroLzu Tao-19/+20
2020-06-15Re-order correctly the sections in the sidebarGuillaume Gomez-2/+2
2020-06-15Join mutiple lines if it is more readableLzu Tao-20/+8
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-575/+1059
2020-06-15Rollup merge of #73331 - hermitcore:listen, r=kennytmRalf Jung-47/+86
2020-06-15Rollup merge of #73304 - dtolnay:socketeq, r=Mark-SimulacrumRalf Jung-40/+5
2020-06-15Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-SimulacrumRalf Jung-26/+2
2020-06-15Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnayRalf Jung-6/+183
2020-06-15Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnayRalf Jung-0/+54
2020-06-15Rollup merge of #73086 - trevyn:apple-a7, r=nikicRalf Jung-3/+3
2020-06-15Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnayRalf Jung-15/+10
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-123/+141
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-67/+202
2020-06-15Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obkRalf Jung-248/+373
2020-06-15Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJungbors-507/+1574
2020-06-15remove obsolete , to pass the format checkStefan Lankes-2/+2
2020-06-15Avoid forming references to an uninitialized memory in DroplessArenaTomasz Miąsko-15/+12
2020-06-15Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur...Ralf Jung-1/+28
2020-06-15Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morseRalf Jung-8/+24
2020-06-15Rollup merge of #73342 - schteve:master, r=jonas-schievinkRalf Jung-2/+2
2020-06-15Rollup merge of #73341 - jonas-schievink:matchdoc, r=davidtwcoRalf Jung-271/+271
2020-06-15Rollup merge of #73336 - lzutao:pattern-group, r=sfacklerRalf Jung-10/+10
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-58/+203
2020-06-15Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnayRalf Jung-2/+8
2020-06-15Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este...Ralf Jung-1/+35
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-103/+729
2020-06-15Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obkRalf Jung-51/+264
2020-06-15Check for overflow in DroplessArena and return aligned pointerTomasz Miąsko-20/+33
2020-06-15add comment about the usage of ArcStefan Lankes-0/+3
2020-06-15use Ipv6Addr::from to build the IPv6 addressStefan Lankes-24/+2
2020-06-15Revert "simplify conversion to IpAddr::V6"Stefan Lankes-2/+18
2020-06-15Revert "changes to pass the format check"Stefan Lankes-4/+10