about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-25Support for -Z patchable-function-entryMatthew Maurer-1/+139
2024-06-25Auto merge of #125741 - petrochenkov:atvisord, r=davidtwcobors-186/+412
2024-06-25Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoeristerbors-184/+164
2024-06-25Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obkbors-12/+69
2024-06-25Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errorsbors-61/+330
2024-06-25Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieubors-32/+47
2024-06-25Auto merge of #126813 - compiler-errors:SliceLike, r=lcnrbors-254/+378
2024-06-24Auto merge of #126914 - compiler-errors:rollup-zx0hchm, r=compiler-errorsbors-571/+1177
2024-06-24Rollup merge of #126911 - oli-obk:do_not_count_errors, r=compiler-errorsMichael Goulet-62/+73
2024-06-24Rollup merge of #126909 - onur-ozkan:add-kobzol, r=matthiaskrgrMichael Goulet-0/+1
2024-06-24Rollup merge of #126904 - GrigorenkoPV:nonzero-fixme, r=joboetMichael Goulet-13/+2
2024-06-24Rollup merge of #126899 - GrigorenkoPV:suggest-const-block, r=davidtwcoMichael Goulet-66/+26
2024-06-24Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnrMichael Goulet-358/+687
2024-06-24Rollup merge of #126673 - oli-obk:dont_rely_on_err_reporting, r=compiler-errorsMichael Goulet-7/+12
2024-06-24Rollup merge of #126413 - matthiaskrgr:crshmsg, r=oli-obkMichael Goulet-4/+8
2024-06-24Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwcoMichael Goulet-0/+264
2024-06-24Rollup merge of #125082 - kpreid:const-uninit, r=dtolnayMichael Goulet-38/+32
2024-06-24Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelixMichael Goulet-22/+17
2024-06-24Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ...Michael Goulet-1/+55
2024-06-24Auto merge of #126784 - scottmcm:smaller-terminator, r=compiler-errorsbors-72/+72
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-38/+32
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-931/+736
2024-06-24Also migrate FnInputTysMichael Goulet-11/+13
2024-06-24Replace Deref bounds on Interner in favor of a SliceLike traitMichael Goulet-159/+221
2024-06-24add @kobzol to bootstrap team for triagebotonur-ozkan-0/+1
2024-06-24Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...Michael Goulet-84/+144
2024-06-24Small fixme in core now that NonZero is genericPavel Grigorenko-13/+2
2024-06-24std: fix wasm buildsjoboet-2/+16
2024-06-24Separate the mir body lifetime from the other lifetimesOli Scherer-61/+70
2024-06-24Separate the lifetimes of the `BorrowckInferCtxt` from the other borrowed itemsOli Scherer-39/+41
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-92/+273
2024-06-24Auto merge of #126900 - matthiaskrgr:rollup-24ah97b, r=matthiaskrgrbors-38/+76
2024-06-24compiletest: make the crash test error message abit more informativeMatthias Krüger-4/+8
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-160/+205
2024-06-24Rollup merge of #126882 - estebank:multiline-order, r=WaffleLapkinMatthias Krüger-17/+37
2024-06-24Rollup merge of #126414 - ChrisDenton:target-known, r=NilstriebMatthias Krüger-1/+1
2024-06-24Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils...Matthias Krüger-17/+33
2024-06-24Rollup merge of #125241 - Veykril:tool-rust-analyzer, r=davidtwcoMatthias Krüger-3/+5
2024-06-24Suggest inline const blocks for array initializationPavel Grigorenko-66/+26
2024-06-24Auto merge of #126788 - GuillaumeGomez:migrate-rustdoc-tests-syntax, r=fmease...bors-4644/+4702
2024-06-24coverage: Bless coverage attribute testsZalathar-265/+648
2024-06-24coverage: Always error on `#[coverage(..)]` in unexpected placesZalathar-63/+10
2024-06-24coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]`Zalathar-29/+28
2024-06-24coverage: Forbid multiple `#[coverage(..)]` attributesZalathar-1/+1
2024-06-24Allow numbers in rustdoc tests commandsGuillaume Gomez-1/+1
2024-06-24Fix tidy issue for rustdoc tests commandsGuillaume Gomez-0/+5
2024-06-24Remove commands duplication between `compiletest` and `tests/rustdoc`Guillaume Gomez-455/+262
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-4378/+4378
2024-06-24Move `tests/rustdoc` testsuite to `//@` syntaxGuillaume Gomez-37/+283
2024-06-24Auto merge of #126891 - matthiaskrgr:rollup-p6dl1gk, r=matthiaskrgrbors-280/+987