about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-01-15Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandryYuki Okushi-8/+50
2021-01-15Rollup merge of #80944 - LingMan:map_or, r=nagisaYuki Okushi-79/+67
2021-01-15Rollup merge of #80834 - bugadani:vecdeque, r=oli-obkYuki Okushi-5/+23
2021-01-15Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebankYuki Okushi-6/+41
2021-01-15Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkovbors-147/+101
2021-01-15Auto merge of #81027 - Xanewok:update-rls, r=calebcartwrightbors-52/+52
2021-01-15...and update Cargo.lock againIgor Matuszewski-0/+4
2021-01-15Remove local patch in Cargo.toml for rls-* cratesIgor Matuszewski-4/+0
2021-01-15Update RLS and RustfmtIgor Matuszewski-54/+54
2021-01-14Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-sebors-158/+793
2021-01-14Remove unreachable panics from VecDequeDániel Buga-5/+23
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-79/+67
2021-01-14Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-seMara Bos-12/+30
2021-01-14Rollup merge of #80990 - cuviper:unused-debug-context, r=nagisaMara Bos-6/+2
2021-01-14Rollup merge of #80985 - ijackson:slice-strip-fix, r=jyn514Mara Bos-4/+4
2021-01-14Rollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas-schievinkMara Bos-2/+2
2021-01-14Rollup merge of #80980 - trevarj:patch-1, r=nagisaMara Bos-1/+1
2021-01-14Rollup merge of #80973 - ehuss:update-books, r=ehussMara Bos-0/+0
2021-01-14Rollup merge of #80972 - KodrAus:deprecate/remove_item, r=nagisaMara Bos-21/+0
2021-01-14Rollup merge of #80969 - camelid:monomorph-ice-msg, r=nagisaMara Bos-1/+1
2021-01-14Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-seMara Bos-20/+19
2021-01-14Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-seMara Bos-12/+10
2021-01-14Rollup merge of #80829 - jyn514:dep-constructor, r=michaelwoeristerMara Bos-35/+17
2021-01-14Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-seMara Bos-27/+202
2021-01-14Rollup merge of #80444 - glittershark:bound-as-ref, r=dtolnayMara Bos-0/+23
2021-01-14Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-seMara Bos-0/+48
2021-01-14Rollup merge of #80169 - frewsxcv:frewsxcv-docs-fix, r=jyn514Mara Bos-7/+12
2021-01-14Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebankMara Bos-7/+291
2021-01-14Rollup merge of #79982 - ijackson:exit-status, r=dtolnayMara Bos-3/+131
2021-01-14Auto merge of #79689 - Vooblin:patch1, r=tmandrybors-64/+65
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-3055/+3100
2021-01-14Don't ICE when computing a layout of a generator tainted by errorsTomasz Miąsko-8/+50
2021-01-14Auto merge of #81003 - tmiasko:generator-layout, r=oli-obkbors-1/+38
2021-01-14Auto merge of #78259 - plaflamme:fix-49660, r=KodrAusbors-14/+261
2021-01-13Fix typos in Fuchsia unix_process_wait_moreDavid Tolnay-2/+2
2021-01-13Adds tests to ensure some base op traits exist.Philippe Laflamme-0/+245
2021-01-13Avoid ident concatenation in macro.Philippe Laflamme-14/+15
2021-01-13Fix missing mod declaration for Wrapping tests.Philippe Laflamme-0/+1
2021-01-13Set tokens on AST node in `collect_tokens`Aaron Hill-147/+101
2021-01-14Auto merge of #80802 - jyn514:box-attributes, r=nnethercotebors-9/+9
2021-01-13Add as_ref and as_mut methods for BoundGriffin Smith-0/+23
2021-01-14Encode optimized MIR of generators when emitting metadataTomasz Miąsko-1/+38
2021-01-13Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiserbors-13/+32
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-739/+2760
2021-01-13Properly handle `SyntaxContext` of dummy spans in incr compAaron Hill-13/+32
2021-01-13Improve Iterator::intersperse_ docsLukas Lueg-8/+16
2021-01-13Fix formatting specifiers doc linkCaleb Sander-12/+30
2021-01-13Remove the unused context from CreateDebugLocationJosh Stone-6/+2
2021-01-13Add doc intralinksLukas Lueg-0/+6
2021-01-13Auto merge of #80718 - tmiasko:skip-opt-mir, r=oli-obkbors-32/+39