about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-6/+6
2022-05-06remove ItemLikeVisitor impl for InherentCollectMiguel Guarniz-2/+2
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-276/+76
2022-05-05Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=...Michael Goulet-4/+4
2022-05-05Rollup merge of #96730 - JohnTitor:unused-lifetimes-tests, r=compiler-errorsMichael Goulet-0/+54
2022-05-05Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jshaMichael Goulet-0/+14
2022-05-05Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkovbors-0/+226
2022-05-05Auto merge of #96735 - flip1995:clippyup, r=Manishearthbors-2639/+6204
2022-05-05Improve settings loading strategy by loading CSS and JS at the same time to p...Guillaume Gomez-4/+4
2022-05-05Auto merge of #96734 - matthiaskrgr:rollup-hng33tb, r=matthiaskrgrbors-69/+178
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-2639/+6204
2022-05-05Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkovMatthias Krüger-59/+86
2022-05-05Rollup merge of #96673 - oli-obk:tait_impl_diagnostic, r=petrochenkovMatthias Krüger-5/+10
2022-05-05Rollup merge of #96635 - GuillaumeGomez:js-script-mode, r=notriddleMatthias Krüger-5/+15
2022-05-05Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnrMatthias Krüger-0/+67
2022-05-05Merge remote-tracking branch 'upstream/master' into rustupflip1995-2/+1
2022-05-05update error messages and explicitly mention them in testslcnr-32/+52
2022-05-05Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoeristerbors-0/+149
2022-05-05Add a regression test for #64173 and #66152Yuki Okushi-0/+54
2022-05-05Add rotation animation on settings button when loadingGuillaume Gomez-1/+14
2022-05-05Use "strict" mode in JS scriptsGuillaume Gomez-5/+15
2022-05-05forbid empty impls for types with incoherent implslcnr-0/+206
2022-05-05suggest calling `Self::associated_function()`Takayuki Maeda-0/+67
2022-05-05Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddlebors-11/+1
2022-05-05Auto merge of #96720 - JohnTitor:rollup-9jaaekr, r=JohnTitorbors-185/+608
2022-05-05Rollup merge of #96677 - jyn514:label-break-value-tests, r=petrochenkovYuki Okushi-1/+208
2022-05-05Rollup merge of #96658 - Folyd:es6, r=GuillaumeGomezYuki Okushi-112/+109
2022-05-05Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-seYuki Okushi-1/+0
2022-05-05Rollup merge of #96603 - Alexendoo:const-generics-tests, r=Mark-SimulacrumYuki Okushi-71/+291
2022-05-05Auto merge of #96593 - jackh726:issue-93262, r=compiler-errorsbors-1/+56
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-22/+23
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-22/+23
2022-05-04Auto merge of #94775 - oli-obk:operand_order, r=davidtwcobors-4/+43
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-04Auto merge of #96695 - JohnTitor:rollup-oo4fc1h, r=JohnTitorbors-5/+209
2022-05-04Generate an intermediate temporary for `Drop` constants.Oli Scherer-8/+21
2022-05-04Rollup merge of #96686 - JohnTitor:impl-trait-tests, r=oli-obkYuki Okushi-0/+123
2022-05-04Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726Yuki Okushi-0/+80
2022-05-04Rollup merge of #96668 - GuillaumeGomez:fix-rustdoc-ui-flaky-test, r=petroche...Yuki Okushi-1/+2
2022-05-04Rollup merge of #96662 - rockboynton:master, r=GuillaumeGomezYuki Okushi-3/+2
2022-05-04Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul...Yuki Okushi-1/+2
2022-05-04Auto merge of #96693 - ehuss:update-cargo, r=ehussbors-0/+0
2022-05-04Add regression testOli Scherer-0/+26
2022-05-04Revert #92191 Prefer projection candidates instead of param_env candidates fo...Jack Huey-1/+56
2022-05-03Update cargoEric Huss-0/+0
2022-05-04Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomezbors-1/+57
2022-05-04Move callback to the () => {} syntax.Folyd-112/+109
2022-05-04Auto merge of #96353 - estebank:issue-95413, r=compiler-errorsbors-0/+114
2022-05-04Add some TAIT-related testsYuki Okushi-0/+123
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-59/+86