about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-29/+29
2021-06-12Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726bors-14/+176
2021-06-12Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obkbors-3/+313
2021-06-12Auto merge of #86180 - cjgillot:defmv, r=petrochenkovbors-71/+56
2021-06-12Auto merge of #86234 - Mark-Simulacrum:new-vers, r=Mark-Simulacrumbors-1/+1
2021-06-12Auto merge of #86226 - JohnTitor:rollup-5ubdolf, r=JohnTitorbors-41/+152
2021-06-11Bump to 1.54Mark Rousskov-1/+1
2021-06-11Suggest a FnPtr type if a FnDef type is foundFabian Wolff-38/+73
2021-06-12Rollup merge of #86217 - fee1-dead:adjust-box-doc, r=m-ou-seYuki Okushi-1/+1
2021-06-12Remove "generic type" in boxed.rsDeadbeef-1/+1
2021-06-12Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obkYuki Okushi-11/+17
2021-06-12Rollup merge of #86189 - JohnTitor:relate-fn-pub, r=Aaron1011Yuki Okushi-1/+1
2021-06-12Rollup merge of #86174 - lqd:const-ub-align, r=RalfJungYuki Okushi-1/+51
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-9/+9
2021-06-12Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726Yuki Okushi-2/+26
2021-06-12Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obkYuki Okushi-16/+47
2021-06-11Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillotbors-215/+91
2021-06-11Make DummyHashStableContext dummier.Camille GILLOT-5/+5
2021-06-11Sprinkle inline.Camille GILLOT-5/+6
2021-06-11Do not suggest to add type annotations for unnameable typesFabian Wolff-13/+140
2021-06-11Auto merge of #86116 - FabianWolff:issue-86100, r=varkorbors-1/+108
2021-06-11Hash DefId in rustc_span.Camille GILLOT-71/+55
2021-06-11Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJungbors-1/+43
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-5/+2
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-5/+2
2021-06-11Auto merge of #85961 - 1000teslas:issue-71519-fix, r=petrochenkovbors-1/+82
2021-06-10Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisabors-16/+21
2021-06-11Run full const-generics test for issue-72293Yuki Okushi-11/+17
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-187/+374
2021-06-10Further simplification of to_digitGiles Cope-16/+21
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-22/+72
2021-06-10Remove unnecessary transmutebjorn3-2/+1
2021-06-10Auto merge of #86020 - nagisa:nagisa/outliner, r=pnkfelixbors-1/+12
2021-06-10support `as _` and add testsEllen-3/+220
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-817/+86
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-187/+374
2021-06-10Auto merge of #85741 - tmiasko:ssa, r=nagisabors-1/+4
2021-06-10gcc-lld mvp1000teslas-1/+82
2021-06-10Auto merge of #86186 - JohnTitor:rollup-upaw6wx, r=JohnTitorbors-192/+233
2021-06-10Make `relate_type_and_mut` publicYuki Okushi-1/+1
2021-06-10Rollup merge of #86175 - RalfJung:miri, r=RalfJungYuki Okushi-9/+15
2021-06-10Rollup merge of #86113 - the8472:doctest-lld, r=Mark-SimulacrumYuki Okushi-16/+27
2021-06-10Rollup merge of #86111 - spookyvision:master, r=JohnTitorYuki Okushi-1/+1
2021-06-10Rollup merge of #86051 - erer1243:update_move_keyword_docs, r=Mark-SimulacrumYuki Okushi-11/+9
2021-06-10Rollup merge of #85997 - jyn514:rustdoc-diff, r=Mark-SimulacrumYuki Okushi-9/+21
2021-06-10Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-seYuki Okushi-133/+111
2021-06-10Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkovYuki Okushi-13/+49
2021-06-10Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011bors-13/+9
2021-06-09detect incorrect vtable alignment during const eval instead of ICE-ingRémy Rakic-1/+51
2021-06-09update MiriRalf Jung-9/+15