]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #95593 - notriddle:notriddle/size-of-in-const-context, r=compiler...
[rust.git] / src /
2022-04-02 Dylan DPCRollup merge of #95593 - notriddle:notriddle/size-of...
2022-04-02 Dylan DPCRollup merge of #95589 - Kobzol:rlink-header, r=bjorn3
2022-04-02 Dylan DPCRollup merge of #95587 - m-ou-se:std-remove-associated...
2022-04-02 Michael Howelldiagnostics: add test case for bogus T:Sized suggestion
2022-04-02 borsAuto merge of #95568 - GuillaumeGomez:fix-invalid-dom...
2022-04-02 Jakub BeránekAddress review comments and add a test
2022-04-02 borsAuto merge of #95537 - GuillaumeGomez:type_of-doc,...
2022-04-02 borsAuto merge of #95571 - petrochenkov:nowrapident2, r...
2022-04-02 borsAuto merge of #95509 - nnethercote:simplify-MatcherPos...
2022-04-02 borsAuto merge of #95581 - Dylan-DPC:rollup-2suh5h1, r...
2022-04-02 Dylan DPCRollup merge of #95560 - lcnr:obligation-cause, r=oli-obk
2022-04-02 Dylan DPCRollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk
2022-04-02 Dylan DPCRollup merge of #95557 - niluxv:issue-95533, r=dtolnay
2022-04-02 Dylan DPCRollup merge of #95556 - declanvk:nonnull-provenance...
2022-04-02 Dylan DPCRollup merge of #95544 - jam1garner:improve-naked-noret...
2022-04-02 Dylan DPCRollup merge of #95430 - ChrisDenton:disable-tls-i686...
2022-04-02 Dylan DPCRollup merge of #95373 - RalfJung:invalid_value, r...
2022-04-02 Dylan DPCRollup merge of #95354 - dtolnay:rustc_const_stable...
2022-04-02 borsAuto merge of #95578 - RalfJung:miri, r=RalfJung
2022-04-01 Ralf Jungupdate Miri
2022-04-01 borsAuto merge of #94883 - cjgillot:flat-metadata, r=oli-obk
2022-04-01 Vadim Petrochenkovast_lowering: Stop wrapping `ident` matchers into groups
2022-04-01 Guillaume GomezFix invalid DOM generation
2022-04-01 borsAuto merge of #95552 - matthiaskrgr:rollup-bxminn9...
2022-04-01 jam1garnerReword purpose description of noreturn in naked function
2022-04-01 borsAuto merge of #95558 - matthiaskrgr:rollup-vpmk7t8...
2022-04-01 Ralf Junginvalid_value lint: detect invalid initialization of...
2022-04-01 Matthias KrügerRollup merge of #95546 - autumnontape:allocator-realloc...
2022-04-01 Matthias KrügerRollup merge of #95532 - RalfJung:utf8_char_counts...
2022-04-01 Matthias KrügerRollup merge of #95531 - petrochenkov:metacount, r...
2022-04-01 Matthias KrügerRollup merge of #95528 - RalfJung:miri-is-too-slow...
2022-04-01 Matthias KrügerRollup merge of #95516 - RalfJung:ptrs-not-ints, r...
2022-04-01 Matthias KrügerRollup merge of #95475 - Jules-Bertholet:rustdoc-hide...
2022-04-01 niluxvFix `thread_local!` macro to be compatible with `no_imp...
2022-04-01 Matthias KrügerRollup merge of #95530 - notriddle:notriddle/private...
2022-04-01 Matthias KrügerRollup merge of #95388 - RalfJung:rust-val-limit, r...
2022-04-01 Matthias KrügerRollup merge of #95344 - jyn514:better-debug-output...
2022-04-01 Matthias KrügerRollup merge of #95293 - compiler-errors:braces, r...
2022-04-01 Matthias KrügerRollup merge of #95260 - compiler-errors:fn, r=davidtwco
2022-04-01 Matthias KrügerRollup merge of #95032 - m-ou-se:std-features, r=yaahc
2022-03-31 jam1garnerAdd error message suggestion for missing noreturn in...
2022-03-31 David TolnayAdjust feature names that disagree on const stabilizati...
2022-03-31 borsAuto merge of #95526 - Dylan-DPC:rollup-0ikl5l5, r...
2022-03-31 Michael Howellrustdoc: do not show primitives and keywords as private
2022-03-31 Dylan DPCRollup merge of #95523 - lcnr:yeet-unused-field, r...
2022-03-31 Dylan DPCRollup merge of #95520 - rust-lang:ptrtypo, r=lcnr
2022-03-31 Dylan DPCRollup merge of #95517 - lcnr:rustc_borrowck-misc,...
2022-03-31 Dylan DPCRollup merge of #95384 - ehuss:doc-target_has_atomic...
2022-03-31 Dylan DPCRollup merge of #91416 - compiler-errors:infinite-ty...
2022-03-31 borsAuto merge of #90204 - cjgillot:owner-pull, r=michaelwo...
2022-03-31 Michael Gouletaddress comments, add test for shadowed Box type
2022-03-31 Michael GouletSpecialize suggestion for Option<T>
2022-03-31 Ralf Jungtest const size_of_val_raw on big value
2022-03-31 Ralf Jungcatch overflow in slice size computation
2022-03-31 borsAuto merge of #95511 - Dylan-DPC:rollup-4n880fd, r...
2022-03-31 Dylan DPCRollup merge of #95505 - sunfishcode:sunfishcode/fix...
2022-03-31 Dylan DPCRollup merge of #95495 - GuillaumeGomez:rm-unneeded...
2022-03-31 Dylan DPCRollup merge of #95478 - InfRandomness:infrandomness...
2022-03-31 Dylan DPCRollup merge of #95470 - GuillaumeGomez:fix-gui-spuriou...
2022-03-31 Dylan DPCRollup merge of #95445 - jyn514:rustc-unit-tests, r...
2022-03-31 borsAuto merge of #95456 - RalfJung:size, r=oli-obk
2022-03-31 borsAuto merge of #95507 - ehuss:update-cargo, r=ehuss
2022-03-31 borsAuto merge of #95506 - Dylan-DPC:rollup-b6kxzjc, r...
2022-03-31 Eric HussUpdate cargo
2022-03-31 Dylan DPCRollup merge of #95497 - nyurik:compiler-spell-comments...
2022-03-31 Dylan DPCRollup merge of #95491 - faern:stabilize-vec_retain_mut...
2022-03-31 Dylan DPCRollup merge of #95471 - oli-obk:tait_ice, r=estebank
2022-03-31 Dylan DPCRollup merge of #95263 - compiler-errors:async-block...
2022-03-31 Dylan DPCRollup merge of #95130 - workingjubilee:stably-finished...
2022-03-31 Michael GouletRestore `impl Future<Output = Type>` to async blocks
2022-03-31 borsAuto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r...
2022-03-30 Dylan DPCRollup merge of #95298 - jhorstmann:fix-double-drop...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 Dylan DPCRollup merge of #95011 - michaelwoerister:awaitee_field...
2022-03-30 Dylan DPCRollup merge of #94869 - jackh726:gats_extended, r...
2022-03-30 Dylan DPCRollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark...
2022-03-30 Dylan DPCRollup merge of #93901 - petrochenkov:linkmod, r=wesley...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 Jack HueyAdd the generic_associated_types_extended feature
2022-03-30 Vadim PetrochenkovStabilize native library modifier syntax and the `whole...
2022-03-30 Guillaume GomezRemove unneeded `to_string` call
2022-03-30 borsAuto merge of #95425 - nnethercote:yet-more-parse_tt...
2022-03-30 InfRandomnessAdd note to the lint diagnostic
2022-03-30 Jules BertholetOnly show associated consts from inherent impls in...
2022-03-30 borsAuto merge of #95458 - calebcartwright:sync-rustfmt...
2022-03-30 Oli SchererDon't ICE when opaque types get their hidden type const...
2022-03-30 Guillaume GomezFix last rustdoc-gui spurious test
2022-03-30 borsAuto merge of #94963 - lcnr:inherent-impls-std, r=oli...
2022-03-30 borsAuto merge of #95241 - Gankra:cleaned-provenance, r...
2022-03-30 lcnrclippy: nameres for primitive type impls
2022-03-30 lcnrrework error messages for incorrect inherent impls
2022-03-30 lcnrfix rustdoc wrt builtin impls switch
2022-03-30 lcnrget clippy to compile again
2022-03-30 lcnrfix rustdoc
2022-03-30 lcnrfix behavior for empty impls
2022-03-30 lcnrupdate rustdoc
2022-03-30 lcnrupdate ui tests
2022-03-30 Michael Woeristerasync: Give predictable, reserved name to binding gener...
2022-03-30 borsAuto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r...
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
next