about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-23Include relation direction in AliasEq predicateMichael Goulet-36/+175
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+0
2023-03-23Auto merge of #109172 - scottmcm:move-codegen-issues-tests, r=WaffleLapkinbors-0/+0
2023-03-23Use span_look_ahead instead of next_pointMu42-6/+3
2023-03-23Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnrbors-199/+159
2023-03-23make param bound vars visibly bound varsBoxy-1/+5
2023-03-23Stabilize `arc_into_inner` and `rc_into_inner`.Frank Steffahn-23/+6
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-188/+953
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+3
2023-03-22Rollup merge of #109501 - lukas-code:link, r=WaffleLapkinMatthias Krüger-1/+1
2023-03-22Rollup merge of #109447 - lcnr:coherence, r=compiler-errorsMatthias Krüger-62/+226
2023-03-22Rollup merge of #109423 - fmease:iat-selection-erase-regions-in-self-ty, r=co...Matthias Krüger-31/+101
2023-03-22Rollup merge of #109378 - MU001999:master, r=scottmcmMatthias Krüger-24/+12
2023-03-22Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=AmanieuMatthias Krüger-0/+1
2023-03-22Rollup merge of #109358 - petrochenkov:nosess, r=cjgillotMatthias Krüger-299/+173
2023-03-22Rollup merge of #109213 - oli-obk:cstore, r=cjgillotMatthias Krüger-61/+33
2023-03-22Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=NilstriebMatthias Krüger-95/+250
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-12/+105
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-54/+153
2023-03-22Use -m option instead of looking for a cross-compiling version of dlltoolDaniel Paoliello-14/+87
2023-03-22Cache `has_sig_drop_attr` for `significant_drop_tightening`Nilstrieb-7/+31
2023-03-22make link clickableLukas Markeffsky-1/+1
2023-03-22Generate simpler MIR for shiftsScott McMurray-155/+175
2023-03-22Rollup merge of #109494 - spastorino:new-rpitit-18, r=compiler-errorsMatthias Krüger-5/+5
2023-03-22Rollup merge of #109489 - est31:generalize_captures, r=WaffleLapkinMatthias Krüger-3/+3
2023-03-22Rollup merge of #109477 - lcnr:cleanup, r=cjgillotMatthias Krüger-12/+7
2023-03-22Rollup merge of #109461 - notriddle:notriddle/css-content, r=GuillaumeGomezMatthias Krüger-21/+21
2023-03-22Rollup merge of #109457 - Veykril:ribstack, r=petrochenkovMatthias Krüger-1/+0
2023-03-22Rollup merge of #109452 - jfgoog:ignore-vendor, r=ozkanonurMatthias Krüger-0/+1
2023-03-22Rollup merge of #109412 - GuillaumeGomez:add-gui-test, r=notriddleMatthias Krüger-1/+52
2023-03-22Rollup merge of #109394 - krasimirgg:llvm-17-vec-panic, r=nikicMatthias Krüger-9/+14
2023-03-22Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegenMatthias Krüger-1/+48
2023-03-22Rollup merge of #109373 - ids1024:llvm-unreachable-optimize, r=ozkanonurMatthias Krüger-1/+2
2023-03-22Auto merge of #109496 - Dylan-DPC:rollup-u8rsi3h, r=Dylan-DPCbors-676/+513
2023-03-23Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJungDylan DPC-38/+38
2023-03-23Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errorsDylan DPC-4/+31
2023-03-23Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorinoDylan DPC-16/+45
2023-03-23Rollup merge of #109317 - ehuss:discriminant-link-fix, r=NilstriebDylan DPC-5/+4
2023-03-23Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomezDylan DPC-185/+123
2023-03-23Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC-8/+9
2023-03-23Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-SimulacrumDylan DPC-263/+16
2023-03-23Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomezDylan DPC-69/+67
2023-03-23Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholkDylan DPC-72/+152
2023-03-23Rollup merge of #108997 - tgross35:patch-1, r=JohnTitorDylan DPC-2/+2
2023-03-23Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDentonDylan DPC-14/+26
2023-03-22Drive-by: Add -Ztrait-solver=next to canonical int var testMichael Goulet-0/+1
2023-03-22Implement non-const Destruct trait in new solverMichael Goulet-0/+41
2023-03-22Clean up substs buildingMichael Goulet-53/+50
2023-03-22Subst gat normalize pred correctlyMichael Goulet-1/+18
2023-03-22print sccs_info strings correctlyb-naber-5/+6