about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-01-16Undo assertion changeAaron Hill-6/+1
2021-01-16Implement Debug for DefIdForestAaron Hill-1/+1
2021-01-16Run fmtAaron Hill-3/+8
2021-01-16Print result on unstable fingerprint errorAaron Hill-1/+1
2021-01-16Enforce that query results implement DebugAaron Hill-33/+45
2021-01-16Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnrbors-408/+46
2021-01-16Auto merge of #81077 - bugadani:shrink, r=Mark-Simulacrumbors-3/+0
2021-01-16Remove unnecessary manual shrink_to_fit callsDániel Buga-3/+0
2021-01-16Auto merge of #77435 - hanmertens:binary_heap_append, r=scottmcmbors-2/+8
2021-01-16Auto merge of #80873 - ssomers:btree_cleanup_slices_4, r=Mark-Simulacrumbors-81/+88
2021-01-16Auto merge of #77885 - erikdesjardins:probeasm, r=cuviperbors-10/+62
2021-01-16Auto merge of #81057 - GuillaumeGomez:rollup-yl2kqst, r=GuillaumeGomezbors-112/+231
2021-01-15Rollup merge of #81054 - LingMan:rem_as_ref, r=jyn514Guillaume Gomez-5/+5
2021-01-15Rollup merge of #81049 - tmiasko:layout-cost, r=oli-obkGuillaume Gomez-1/+1
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-3/+3
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-15Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...bors-107/+15
2021-01-15Change rebuild heuristic in BinaryHeap::appendHan Mertens-2/+8
2021-01-15Drop a few unneeded borrowsLingMan-5/+5
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-15Auto merge of #80625 - jyn514:python-what-python, r=Mark-Simulacrumbors-0/+16
2021-01-15Auto merge of #81035 - JohnTitor:rollup-9m03awf, r=JohnTitorbors-117/+181
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-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-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-10/+62
2021-01-15Auto merge of #81027 - Xanewok:update-rls, r=calebcartwrightbors-52/+52
2021-01-14Choose the version of python at runtime (portable version)Joshua Nelson-0/+16
2021-01-14Update mdbookEric Huss-3/+3
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-15inline: Round word-size cost estimates upTomasz Miąsko-1/+1
2021-01-14Remove doctree::VariantRune Tynan-19/+0
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