about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-18Simplify IntEncodedWithFixedSize.Camille GILLOT-13/+7
2021-03-18Move IntEncodedWithFixedSize to rustc_serialize.Camille GILLOT-37/+49
2021-03-17Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplettbors-6/+44
2021-03-17Auto merge of #83225 - JohnTitor:rollup-4hnuhb8, r=JohnTitorbors-220/+346
2021-03-17Rollup merge of #83219 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-03-17Rollup merge of #83206 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-03-17Rollup merge of #83203 - jyn514:rustdoc-warnings, r=ManishearthYuki Okushi-31/+49
2021-03-17Rollup merge of #83202 - pickfire:patch-6, r=JohnTitorYuki Okushi-3/+4
2021-03-17Rollup merge of #83124 - cjgillot:iiib, r=petrochenkovYuki Okushi-66/+17
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-68/+88
2021-03-17Rollup merge of #82826 - pierwill:fix-IPv, r=JohnTitorYuki Okushi-16/+16
2021-03-17Rollup merge of #82774 - JohnTitor:bad-diag-for-anon-params-with-ref, r=estebankYuki Okushi-36/+172
2021-03-17Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkovbors-52/+155
2021-03-17Add more test caseYuki Okushi-4/+32
2021-03-17Emit more pretty diagnostics for qualified pathsYuki Okushi-14/+29
2021-03-17Fix bad diagnostics for anon params with qualified pathsYuki Okushi-14/+46
2021-03-17Fix bad diagnostics for anon params with refYuki Okushi-35/+96
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-317/+769
2021-03-16Update cargoEric Huss-0/+0
2021-03-16Adjust `-Ctarget-cpu=native` handling in cg_llvmSimonas Kazlauskas-52/+155
2021-03-16Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakisbors-127/+1473
2021-03-16Update compiler/rustc_middle/src/ty/consts/valtree.rsOli Scherer-1/+1
2021-03-16Update compiler/rustc_middle/src/ty/consts/valtree.rsOli Scherer-1/+2
2021-03-16Update compiler/rustc_mir/src/const_eval/mod.rsOli Scherer-5/+4
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-31/+49
2021-03-16Auto merge of #83199 - JohnTitor:rollup-zrfk94a, r=JohnTitorbors-110/+196
2021-03-16Update booksEric Huss-0/+0
2021-03-16Show details in cfg version unstable bookIvan Tham-3/+4
2021-03-16Rollup merge of #83196 - tmiasko:valid-range-delay-span-bug, r=oli-obkYuki Okushi-7/+23
2021-03-16Rollup merge of #83172 - pnkfelix:bootstrap-tell-me-what-to-do-about-tidy-on-...Yuki Okushi-0/+13
2021-03-16Rollup merge of #83162 - jfrimmel:woff2, r=Mark-SimulacrumYuki Okushi-0/+1
2021-03-16Rollup merge of #83160 - m-ou-se:deprecate-rustc-serialize-derives, r=petroch...Yuki Okushi-2/+10
2021-03-16Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomezYuki Okushi-9/+3
2021-03-16Rollup merge of #83156 - nagisa:nagisa/sans-serif-please, r=GuillaumeGomezYuki Okushi-4/+5
2021-03-16Rollup merge of #83091 - usbalbin:const_copy, r=oli-obkYuki Okushi-36/+30
2021-03-16Rollup merge of #83077 - notriddle:gc-cleanup-rustdoc-search, r=GuillaumeGomezYuki Okushi-49/+78
2021-03-16Rollup merge of #83072 - henryboisdequin:patch-1, r=Dylan-DPCYuki Okushi-3/+3
2021-03-16Rollup merge of #81822 - Kixunil:path_try_exists, r=kennytmYuki Okushi-0/+30
2021-03-16Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisabors-45/+139
2021-03-16Filled tracking issue for path_try_existsMartin Habovstiak-1/+1
2021-03-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-686/+5447
2021-03-15Make bootstrap be more informative when one does `x.py test` on a beta checko...Felix S. Klock II-0/+13
2021-03-16Auto merge of #83153 - Aaron1011:eval-always-extern_mod_stmt_cnum, r=michaelw...bors-0/+2
2021-03-16Use delay_span_bug instead of panic in layout_scalar_valid_rangeTomasz MiÄ…sko-7/+23
2021-03-16Update clippy testsVadim Petrochenkov-38/+28
2021-03-15Constify mem::transmute_copyAlbin Hedman-1/+2
2021-03-15Constify mem::replace and ptr::replaceAlbin Hedman-2/+4
2021-03-15Constify mem::swap and ptr::swap[_nonoverlapping]Albin Hedman-27/+12
2021-03-15Constify copy_to and copy_fromAlbin Hedman-6/+12
2021-03-15Deprecate RustcEncodable and RustcDecodable.Mara Bos-2/+10