about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-15Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obkbors-80/+179
2021-12-15Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgrbors-210/+283
2021-12-15Rollup merge of #91920 - Aaron1011:pred-stable-cmp, r=oli-obkMatthias Krüger-1/+1
2021-12-15Rollup merge of #91918 - fee1-dead:constification0-the-great-constification-b...Matthias Krüger-2/+26
2021-12-15Rollup merge of #91916 - steffahn:fix-typos, r=dtolnayMatthias Krüger-55/+55
2021-12-15Rollup merge of #91915 - jackh726:issue-91899, r=Mark-SimulacrumMatthias Krüger-0/+37
2021-12-15Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=...Matthias Krüger-99/+112
2021-12-15Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingju...Matthias Krüger-17/+16
2021-12-15Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514Matthias Krüger-36/+36
2021-12-15Auto merge of #91959 - matthiaskrgr:rollup-rhajuvw, r=matthiaskrgrbors-424/+272
2021-12-15update testslcnr-4/+6
2021-12-15Rollup merge of #91906 - anuvratsingh:remove_in_band_lifetimes_library_proc_m...Matthias Krüger-11/+10
2021-12-15Rollup merge of #91905 - GuillaumeGomez:source-code-page-sidebar, r=jshaMatthias Krüger-2/+42
2021-12-15Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnrMatthias Krüger-21/+30
2021-12-15Rollup merge of #91886 - euclio:option-doc, r=dtolnayMatthias Krüger-2/+2
2021-12-15Rollup merge of #91584 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=jshaMatthias Krüger-5/+5
2021-12-15Rollup merge of #91479 - scottmcm:slice-as-simd, r=workingjubileeMatthias Krüger-0/+119
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-383/+64
2021-12-15Auto merge of #91752 - yaahc:track-caller-result, r=cuviperbors-3/+4
2021-12-15Remove `in_band_lifetimes` from `rustc_codegen_ssa`LegionMammal978-17/+16
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-383/+64
2021-12-15Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgrbors-491/+542
2021-12-15Rollup merge of #91940 - ehuss:update-cargo, r=ehussMatthias Krüger-3/+3
2021-12-15Rollup merge of #91882 - Patrick-Poitras:remove-in-band-lifetimes-from-rustc-...Matthias Krüger-70/+72
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-30/+3
2021-12-15Rollup merge of #91870 - rusticstuff:macosx_min_version_revert, r=Mark-Simula...Matthias Krüger-15/+0
2021-12-15Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obkMatthias Krüger-6/+16
2021-12-15Rollup merge of #91859 - xkr47:patch-2, r=yaahcMatthias Krüger-1/+2
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-366/+446
2021-12-15Auto merge of #91933 - matthiaskrgr:rollup-cw9qolb, r=matthiaskrgrbors-63/+198
2021-12-14Update comments per review feedbackScott McMurray-10/+46
2021-12-14Update cargoEric Huss-3/+3
2021-12-14Remove iter::zip feature gate from clippyPFPoitras-2/+0
2021-12-14Stabilize iter::zip.PFPoitras-28/+3
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-1914/+752
2021-12-14Rollup merge of #91856 - ouz-a:master, r=oli-obkMatthias Krüger-2/+12
2021-12-14Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoeristerMatthias Krüger-1/+50
2021-12-14Rollup merge of #91786 - tmiasko:const-prop, r=oli-obkMatthias Krüger-52/+46
2021-12-14Rollup merge of #91774 - surechen:fix_typo_1, r=wesleywiserMatthias Krüger-1/+1
2021-12-14Rollup merge of #91597 - r00ster91:lessthangreaterthan, r=oli-obkMatthias Krüger-1/+57
2021-12-14Rollup merge of #91239 - cameron1024:issue-87490-regression, r=jackh726Matthias Krüger-0/+24
2021-12-14Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-seMatthias Krüger-6/+8
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-99/+112
2021-12-14Recover on invalid operators <> and <=>r00ster91-1/+57
2021-12-14fmtlcnr-2/+1
2021-12-14comment updateouz-a-1/+1
2021-12-14Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp`Aaron Hill-1/+1
2021-12-15Constify `bool::then{,_some}`Deadbeef-2/+26
2021-12-14Return an error when `eval_rvalue_with_identities` failsTomasz Miąsko-52/+46
2021-12-14Fix a bunch of typosFrank Steffahn-55/+55