about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-18`InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed`Boxy-35/+33
2022-11-18dont unchecked create `ErrorGuaranteed` in `BorrowckErrors`Boxy-10/+12
2022-11-18Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgrbors-372/+640
2022-11-18Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514bors-29/+54
2022-11-17Rollup merge of #104545 - flip1995:diag_item_matches_macro, r=compiler-errorsMatthias Krüger-0/+2
2022-11-17Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddleMatthias Krüger-35/+87
2022-11-17Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errorsMatthias Krüger-1/+25
2022-11-17Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obkMatthias Krüger-1/+22
2022-11-17Rollup merge of #104503 - notriddle:notriddle/where, r=GuillaumeGomezMatthias Krüger-4/+1
2022-11-17Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jac...Matthias Krüger-16/+1
2022-11-17Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errorsMatthias Krüger-235/+259
2022-11-17Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errorsMatthias Krüger-1/+80
2022-11-17Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebankMatthias Krüger-9/+45
2022-11-17Rollup merge of #104366 - GuillaumeGomez:simplify-settings-theme-choice, r=no...Matthias Krüger-69/+79
2022-11-17Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnrMatthias Krüger-1/+39
2022-11-17Readd the matches_macro diag itemPhilipp Krones-0/+2
2022-11-17Auto merge of #104361 - vladimir-ea:watchos_fix_linking, r=oli-obkbors-0/+4
2022-11-17Extend codeblock GUI test to include tooltipsGuillaume Gomez-4/+76
2022-11-17Migrate tooltip style to CSS variablesGuillaume Gomez-31/+11
2022-11-17Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholkbors-7/+109
2022-11-17Auto merge of #104205 - clubby789:grow-rc, r=thomccbors-38/+161
2022-11-17fmtPietro Albini-1/+1
2022-11-17run tests on the remote device even when the default address is usedPietro Albini-3/+3
2022-11-17set correct default value for cc and cxx on androidPietro Albini-20/+29
2022-11-17install the target g++ in armhf-gnuPietro Albini-1/+1
2022-11-17issue-36710 test can now run on cross-compiled targetsPietro Albini-3/+0
2022-11-17Revert "test: run-make: skip when cross-compiling"Pietro Albini-1/+5
2022-11-17add support for running binaries with remote-test-client on run-makePietro Albini-6/+21
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-549/+449
2022-11-17Auto merge of #103779 - the8472:simd-str-contains, r=thomccbors-12/+311
2022-11-17Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3bors-352/+427
2022-11-16Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkovbors-507/+786
2022-11-16Check `dyn*` return type correctlyMichael Goulet-1/+22
2022-11-16rustdoc: remove redundant font-color CSS on `.where`Michael Howell-4/+1
2022-11-16Auto merge of #104456 - RalfJung:miri, r=RalfJungbors-374/+347
2022-11-16Don't attempt to normalize compiler backtracesDavid Koloski-16/+1
2022-11-16Auto merge of #104492 - matthiaskrgr:rollup-3xyjynz, r=matthiaskrgrbors-735/+922
2022-11-16ensure rand has its default features enabledRalf Jung-0/+3
2022-11-16Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104459 - notriddle:notriddle/main-js-iife, r=GuillaumeGomezMatthias Krüger-4/+2
2022-11-16Rollup merge of #104394 - oli-obk:suggest_method_call, r=lcnrMatthias Krüger-123/+126
2022-11-16Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errorsMatthias Krüger-10/+60
2022-11-16Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obkMatthias Krüger-585/+708
2022-11-16Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3Matthias Krüger-7/+16
2022-11-16Rollup merge of #103750 - calebzulawski:master, r=workingjubileeMatthias Krüger-4/+10
2022-11-16fix #104510, Remove is_tainted_by_errors since we have ty_error for delay bugyukang-1/+25
2022-11-16Auto merge of #104481 - matthiaskrgr:rollup-hf8rev0, r=matthiaskrgrbors-143/+279
2022-11-16fix #104390, fix ICE in in_operand for ty erroryukang-1/+80
2022-11-16Convert predicates into Predicate in the Obligation constructorOli Scherer-228/+252