about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-312/+0
2021-01-16Auto merge of #77885 - erikdesjardins:probeasm, r=cuviperbors-1/+44
2021-01-15Rollup merge of #81033 - jyn514:nested-variant, r=CraftSpiderGuillaume Gomez-47/+33
2021-01-15Rollup merge of #81030 - ehuss:update-mdbook, r=Mark-SimulacrumGuillaume Gomez-1/+1
2021-01-15Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514Guillaume Gomez-56/+50
2021-01-15Rollup merge of #77693 - bugadani:issue-59352, r=oli-obkGuillaume Gomez-0/+139
2021-01-15Use Array.some instead of onEach to have better performanceGuillaume Gomez-1/+1
2021-01-15Improve JS performance by storing length before comparing to it in loopsGuillaume Gomez-56/+50
2021-01-15Rename VariantKind -> VariantJoshua Nelson-24/+24
2021-01-15Remove useless `clean::Variant` structJoshua Nelson-36/+22
2021-01-15Auto merge of #81043 - hyd-dev:update-miri, r=RalfJungbors-7/+7
2021-01-15Add test for #59352Dániel Buga-0/+139
2021-01-16Update Mirihyd-dev-7/+7
2021-01-15Auto merge of #80974 - ehuss:update-cargo, r=ehussbors-0/+0
2021-01-15Rollup merge of #81023 - CraftSpider:rustdoc-remove-variant, r=jyn514Yuki Okushi-19/+0
2021-01-15Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandryYuki Okushi-0/+37
2021-01-15Rollup merge of #80834 - bugadani:vecdeque, r=oli-obkYuki Okushi-0/+19
2021-01-15Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebankYuki Okushi-0/+37
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-1/+44
2021-01-15Auto merge of #81027 - Xanewok:update-rls, r=calebcartwrightbors-5/+5
2021-01-14Update mdbookEric Huss-1/+1
2021-01-15Update RLS and RustfmtIgor Matuszewski-5/+5
2021-01-14Remove doctree::VariantRune Tynan-19/+0
2021-01-14Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-sebors-2/+239
2021-01-14Remove unreachable panics from VecDequeDániel Buga-0/+19
2021-01-14Rollup merge of #80973 - ehuss:update-books, r=ehussMara Bos-0/+0
2021-01-14Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebankMara Bos-2/+239
2021-01-14Auto merge of #79689 - Vooblin:patch1, r=tmandrybors-54/+55
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-2885/+2656
2021-01-14Don't ICE when computing a layout of a generator tainted by errorsTomasz Miąsko-0/+37
2021-01-14Auto merge of #80802 - jyn514:box-attributes, r=nnethercotebors-9/+9
2021-01-14Encode optimized MIR of generators when emitting metadataTomasz Miąsko-0/+34
2021-01-13Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiserbors-0/+10
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-385/+1914
2021-01-13Properly handle `SyntaxContext` of dummy spans in incr compAaron Hill-0/+10
2021-01-13Update code to account for extern ABI requirementMark Rousskov-163/+152
2021-01-13Update tests for extern block lintingMark Rousskov-919/+982
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-1/+0
2021-01-12Include `..` suggestion if fields are all wildcardsCamelid-6/+32
2021-01-12Update booksEric Huss-0/+0
2021-01-13Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPCbors-41/+449
2021-01-12Update cargoEric Huss-0/+0
2021-01-12Always show suggestions in their own subwindowsCamelid-44/+66
2021-01-12Add a test case with lots of whitespaceCamelid-8/+34
2021-01-12Only suggest `..` if more than one field is missingCamelid-120/+50
2021-01-12Specialize `..` help message for all fields vs. the restCamelid-19/+19
2021-01-12Pluralize 'parenthesis' correctlyCamelid-2/+2
2021-01-12Suggest `Variant(..)` if all of the mentioned fields are `_`Camelid-10/+10
2021-01-12Suggest `_` and `..` if a pattern has too few fieldsCamelid-0/+233
2021-01-13Rollup merge of #80924 - teryror:issue-80893-fix, r=jyn514Dylan DPC-5/+7