about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-01Rollup merge of #108427 - y21:for-else-diagnostic, r=compiler-errorsDylan DPC-22/+218
2023-03-01Rollup merge of #108394 - ferrocene:pa-open, r=ozkanonurDylan DPC-15/+20
2023-03-01Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC-25/+137
2023-03-01Auto merge of #105871 - llogiq:option-as-slice, r=scottmcmbors-0/+148
2023-03-01recover from for-else and while-elsey21-22/+218
2023-03-01Auto merge of #108476 - saethlin:remove-library-rustc-box, r=thomccbors-9/+7
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-227/+343
2023-03-01Auto merge of #108586 - matthiaskrgr:rollup-ry9u2ou, r=matthiaskrgrbors-1729/+550
2023-03-01Rollup merge of #108578 - djkoloski:update_fuchsia_team, r=tmandryMatthias Krüger-1/+0
2023-03-01Rollup merge of #108571 - Jesse-Bakker:sorted_index_multi_map_contains_key, r...Matthias Krüger-0/+9
2023-03-01Rollup merge of #108564 - clubby789:patch-1, r=jyn514Matthias Krüger-0/+1
2023-03-01Rollup merge of #108563 - albertlarsan68:patch-1, r=compiler-errorsMatthias Krüger-1/+1
2023-03-01Rollup merge of #108560 - Nilstrieb:infer-cleanup, r=compiler-errorsMatthias Krüger-39/+11
2023-03-01Rollup merge of #108520 - compiler-errors:one-bound-nit, r=jackh726Matthias Krüger-20/+16
2023-03-01Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich...Matthias Krüger-163/+119
2023-03-01Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkinMatthias Krüger-2/+134
2023-03-01Rollup merge of #108400 - csmoe:cgu-instr-perf, r=bjorn3Matthias Krüger-0/+41
2023-03-01Rollup merge of #108376 - liushuyu:fix-sysroot-infer-103660, r=ozkanonurMatthias Krüger-1/+11
2023-03-01Rollup merge of #108558 - RalfJung:core-tests, r=thomccMatthias Krüger-0/+1
2023-03-01Rollup merge of #108555 - Zoxc:par-fix, r=cjgillotMatthias Krüger-4/+5
2023-03-01Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obkMatthias Krüger-49/+119
2023-03-01Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obkMatthias Krüger-65/+83
2023-03-01Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errorsMatthias Krüger-29/+17
2023-03-01Rollup merge of #108536 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-03-01Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomccMatthias Krüger-4/+8
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-1578/+317
2023-03-01Auto merge of #108582 - weihanglo:update-cargo, r=weihanglobors-15/+6
2023-03-01Add `Option::as_slice`(`_mut`)Andre Bogus-0/+148
2023-02-28Update cargoWeihang Lo-15/+6
2023-02-28Update Fuchsia platform team membersDavid Koloski-1/+0
2023-02-28compiler/rustc_session: fix sysroot detection logic ...liushuyu-1/+11
2023-02-28Add contains_key to SortedIndexMultiMapJesse Bakker-0/+9
2023-02-28micro fmt changesMaybe Waffle-13/+12
2023-02-28Fix `x clean` with specific pathsclubby789-0/+1
2023-02-28Make mailmap more correctAlbert Larsan-1/+1
2023-02-28Auto merge of #107987 - EFanZh:inline-poll-methods, r=Mark-Simulacrumbors-0/+5
2023-02-28Some `infer/mod.rs` cleanupsNilstrieb-39/+11
2023-02-28add missing feature in core/testsRalf Jung-0/+1
2023-02-28refactor parse_token_trees to not return unmatched_delimsyukang-30/+29
2023-02-28no need to return unmatched_delims from tokentreesyukang-11/+6
2023-02-28rename unmatched_braces to unmatched_delimsyukang-26/+27
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-313/+82
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-1277/+252
2023-02-28Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum...bors-29/+40
2023-02-28Fix a race in the query systemJohn Kåre Alsaker-4/+5
2023-02-28Only look for param in generics if it actually comes from genericsMichael Goulet-49/+119
2023-02-28Auto merge of #106774 - Nugine:master, r=Amanieubors-4/+4
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-65/+83
2023-02-27Remove or justify use of #[rustc_box]Ben Kimock-9/+7
2023-02-28Remove the `capture_disjoint_fields` featureclubby789-29/+17