about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-29Walk return-position impl trait in trait deeply in associated_item_def_idsMichael Goulet-21/+35
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-748/+1014
2023-03-28Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnrbors-180/+476
2023-03-28Rollup merge of #109629 - aliemjay:remove-givens, r=lcnrnils-152/+114
2023-03-28Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrumnils-4/+4
2023-03-28Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726nils-53/+67
2023-03-28Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillotnils-19/+48
2023-03-28Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuvipernils-71/+38
2023-03-28Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726nils-102/+151
2023-03-28Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcmnils-326/+383
2023-03-28Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDentonnils-21/+209
2023-03-28Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obkbors-311/+428
2023-03-28fix long lineDeadbeef-23/+25
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-311/+426
2023-03-28Auto merge of #109690 - matthiaskrgr:rollup-6p5m0es, r=matthiaskrgrbors-37/+211
2023-03-28Rollup merge of #109687 - joshtriplett:document-windows-isterminal-heuristics...Matthias Krüger-0/+9
2023-03-28Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514Matthias Krüger-1/+1
2023-03-28Rollup merge of #109682 - clubby789:c-str-inline, r=scottmcmMatthias Krüger-0/+5
2023-03-28Rollup merge of #109678 - compiler-errors:dont-shadow-in-incremental_verify_i...Matthias Krüger-2/+1
2023-03-28Rollup merge of #109669 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-03-28Rollup merge of #109667 - clubby789:fix-stage0-doc, r=ozkanonurMatthias Krüger-4/+5
2023-03-28Rollup merge of #109661 - fortanix:raoul/EDP-107-fix_lvi_mitigation_tests_llv...Matthias Krüger-7/+7
2023-03-28Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obkMatthias Krüger-13/+15
2023-03-28Rollup merge of #108548 - jamen:master, r=compiler-errorsMatthias Krüger-10/+168
2023-03-28Auto merge of #109577 - jonhoo:long-tar-names, r=Mark-Simulacrumbors-4/+3
2023-03-28Add "Platform-specific behavior" heading and link to changes disclaimerJosh Triplett-0/+5
2023-03-28Erase impl regions when checking for impossible to eagerly monomorphize itemsMichael Goulet-19/+48
2023-03-28Document the heuristics IsTerminal uses on WindowsJosh Triplett-0/+4
2023-03-28Auto merge of #109561 - raphamorim:master, r=cuviperbors-1/+1
2023-03-28Make doc comment a little bit more accurateest31-1/+1
2023-03-28Add `#[inline]` to CStr trait implementationsclubby789-0/+5
2023-03-27Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514bors-67/+87
2023-03-27no shadow plzMichael Goulet-2/+1
2023-03-27Auto merge of #109668 - GuillaumeGomez:rollup-j01if4b, r=GuillaumeGomezbors-156/+235
2023-03-27Bless tidyMaybe Waffle-11/+11
2023-03-27Remove useless Clone boundsMaybe Waffle-2/+2
2023-03-27Don't skip all directories when tidy-checkingMaybe Waffle-56/+76
2023-03-27Improve documentation for E0223Maybe Waffle-13/+15
2023-03-27Update booksrustbot-0/+0
2023-03-27Rollup merge of #109666 - clubby789:ascii-case-comment, r=fee1-deadGuillaume Gomez-1/+1
2023-03-27Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiaskoGuillaume Gomez-0/+1
2023-03-27Rollup merge of #109512 - fee1-dead-contrib:bump-askama_derive, r=Mark-Simula...Guillaume Gomez-36/+47
2023-03-27Rollup merge of #109445 - Teapot4195:issue-109407-fix, r=ozkanonurGuillaume Gomez-4/+13
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-64/+56
2023-03-27Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,...Guillaume Gomez-51/+117
2023-03-27Always set `RUSTC_BOOTSTRAP` with `x doc`clubby789-4/+5
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-21/+209
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-10/+168
2023-03-27Fix ASCII case commentclubby789-1/+1
2023-03-27fix advance_by impl for vec_deque and add testsThe 8472-7/+30