]> git.lizzy.rs Git - rust.git/history - library/std
Rollup merge of #100777 - pnkfelix:expand-codegen-tests-readme, r=TaKO8Ki
[rust.git] / library / std /
2022-08-20 Matthias KrügerRollup merge of #100777 - pnkfelix:expand-codegen-tests...
2022-08-20 Matthias KrügerRollup merge of #100769 - TaKO8Ki:suggest-adding-refere...
2022-08-20 Matthias KrügerRollup merge of #100718 - GuillaumeGomez:fix-item-info...
2022-08-20 Matthias KrügerRollup merge of #100636 - cutsoy:revert-77716, r=davidtwco
2022-08-20 Matthias KrügerRollup merge of #100500 - cjgillot:verify-self-predicat...
2022-08-20 Matthias KrügerRollup merge of #100129 - RalfJung:miri-test-libstd...
2022-08-20 Matthias KrügerRollup merge of #99935 - CAD97:unstable-syntax-lints...
2022-08-20 Matthias KrügerRollup merge of #97963 - devnexen:net_listener_neg...
2022-08-20 borsAuto merge of #100564 - nnethercote:box-ast-MacCall...
2022-08-20 borsAuto merge of #100793 - matthiaskrgr:rollup-dy7rfdh...
2022-08-20 Matthias KrügerRollup merge of #100763 - aDotInTheVoid:triagebot-rdj...
2022-08-20 Matthias KrügerRollup merge of #100750 - akabinds:akabinds/improved...
2022-08-20 Matthias KrügerRollup merge of #100729 - thomcc:less-initialized,...
2022-08-20 Matthias KrügerRollup merge of #100723 - 5225225:the-easy-ones, r...
2022-08-20 Matthias KrügerRollup merge of #100709 - JhonnyBillM:port-expected...
2022-08-20 Matthias KrügerRollup merge of #100667 - Xiretza:diag-structs-parser...
2022-08-20 Matthias KrügerRollup merge of #100617 - chenyukang:fix-100605, r...
2022-08-20 Matthias KrügerRollup merge of #100507 - cameron1024:suggest-lazy...
2022-08-20 Matthias KrügerRollup merge of #100383 - fortanix:raoul/aepic_leak_mit...
2022-08-20 Matthias KrügerRollup merge of #100186 - compiler-errors:or-as_mut...
2022-08-19 Thom ChiovoloniFix comment typo
2022-08-19 borsAuto merge of #100209 - cjgillot:source-file-index...
2022-08-19 Dylan DPCRollup merge of #100731 - notriddle:notriddle/deref...
2022-08-19 Dylan DPCRollup merge of #100598 - ouz-a:91633, r=compiler-errors
2022-08-19 Dylan DPCRollup merge of #100592 - cjgillot:debug-import-kind...
2022-08-19 Dylan DPCRollup merge of #100522 - cjgillot:inline-polymorphic...
2022-08-19 Dylan DPCRollup merge of #100208 - RalfJung:dyn-upcast-nop,...
2022-08-19 Dylan DPCRollup merge of #100081 - RalfJung:unused-unsafe-in...
2022-08-19 Dylan DPCRollup merge of #99576 - compiler-errors:foreign-fundam...
2022-08-19 borsAuto merge of #99541 - timvermeulen:flatten_cleanup...
2022-08-18 borsAuto merge of #98851 - klensy:encode_symbols, r=cjgillot
2022-08-18 Ralf Jungclarify lib.rs attribute structure
2022-08-18 Ralf Jungsilence some unused-fn warnings in miri std builds
2022-08-18 Ralf Jungmake many std tests work in Miri
2022-08-18 Ralf Jungadd some Miri-only tests
2022-08-18 Ralf Jungadd miri-test-libstd support to libstd
2022-08-18 Thom ChiovoloniAvoid zeroing a 1kb stack buffer on every call to ...
2022-08-18 borsAuto merge of #99860 - oli-obk:revert_97346, r=pnkfelix
2022-08-18 borsAuto merge of #98655 - nnethercote:dont-derive-PartialE...
2022-08-18 Matthias KrügerRollup merge of #100669 - nnethercote:attribute-cleanup...
2022-08-18 Matthias KrügerRollup merge of #100651 - nidnogg:diagnostics_migration...
2022-08-18 Matthias KrügerRollup merge of #100643 - TaKO8Ki:point-at-type-paramet...
2022-08-18 Matthias KrügerRollup merge of #100637 - andrewpollack:fuchsia-docs...
2022-08-18 Matthias KrügerRollup merge of #99966 - RalfJung:try-dont-panic, r...
2022-08-18 Matthias KrügerRollup merge of #97962 - eholk:drop-tracking-must-not...
2022-08-17 Matthias KrügerRollup merge of #100652 - compiler-errors:no-defer...
2022-08-17 Matthias KrügerRollup merge of #100646 - finalchild:emoji-diag, r...
2022-08-17 Matthias KrügerRollup merge of #100621 - taiki-e:armv4t-atomics-32...
2022-08-17 Matthias KrügerRollup merge of #100608 - tshepang:needless-separation...
2022-08-17 Matthias KrügerRollup merge of #100532 - RalfJung:unwind-miri, r=Mark...
2022-08-17 Matthias KrügerRollup merge of #100389 - compiler-errors:return-type...
2022-08-17 Matthias KrügerRollup merge of #100379 - davidtwco:triagebot-diag...
2022-08-17 Matthias KrügerRollup merge of #100018 - nnethercote:clean-up-LitKind...
2022-08-17 Matthias KrügerRollup merge of #99972 - RalfJung:1zst, r=lcnr
2022-08-17 Matthias KrügerRollup merge of #99474 - aDotInTheVoid:rustdoc-json...
2022-08-17 Raoul StrackxMitigate Stale Data Read for xAPIC vulnerability
2022-08-16 borsAuto merge of #100644 - TaKO8Ki:rollup-n0o6a1t, r=TaKO8Ki
2022-08-16 Takayuki MaedaRollup merge of #100630 - Enselic:export_extern_crate_a...
2022-08-16 Takayuki MaedaRollup merge of #100629 - GuillaumeGomez:merged-ty...
2022-08-16 Takayuki MaedaRollup merge of #100625 - reitermarkus:ip-display-buffe...
2022-08-16 Takayuki MaedaRollup merge of #100243 - kckeiks:remove-macros-in...
2022-08-16 Markus ReiterSimplify `IpDisplayBuffer` API.
2022-08-16 Markus ReiterUse `MaybeUninit<u8>` for `IpDisplayBuffer`.
2022-08-16 Markus ReiterMove `IpDisplayBuffer` into submodule.
2022-08-16 Markus ReiterAdd `IpDisplayBuffer` helper struct.
2022-08-16 Raoul StrackxRefactor copying data to userspace
2022-08-16 Dylan DPCRollup merge of #100610 - nnethercote:ast-and-parser...
2022-08-16 Dylan DPCRollup merge of #100609 - chenyukang:fix-100527, r...
2022-08-16 Dylan DPCRollup merge of #99942 - compiler-errors:nonsense-un...
2022-08-16 borsAuto merge of #99612 - yanchen4791:issue-95079-fix...
2022-08-16 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-16 borsAuto merge of #100441 - nnethercote:shrink-ast-Attribut...
2022-08-16 Matthias KrügerRollup merge of #100600 - saethlin:rename-memory-hooks...
2022-08-16 Matthias KrügerRollup merge of #100590 - TaKO8Ki:suggest-adding-array...
2022-08-16 Matthias KrügerRollup merge of #100567 - Rageking8:fix-100563, r=wesle...
2022-08-16 Matthias KrügerRollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa
2022-08-16 Matthias KrügerRollup merge of #100384 - ridwanabdillahi:instr_profile...
2022-08-16 Matthias KrügerRollup merge of #100338 - lyming2007:issue-100285-fix...
2022-08-16 borsAuto merge of #100237 - cjgillot:no-special-hash-hir...
2022-08-15 borsAuto merge of #100007 - ChrisDenton:dtor-inline-never...
2022-08-15 Matthias KrügerRollup merge of #100559 - nnethercote:parser-simplifica...
2022-08-15 Matthias KrügerRollup merge of #100528 - tux3:riscv-bitmanip-features...
2022-08-15 Matthias KrügerRollup merge of #100514 - compiler-errors:issue-100191...
2022-08-15 Matthias KrügerRollup merge of #100458 - compiler-errors:fn-argument...
2022-08-15 Matthias KrügerRollup merge of #100377 - est31:fluent_grepability...
2022-08-15 Matthias KrügerRollup merge of #100325 - aDotInTheVoid:rdj-import...
2022-08-15 Matthias KrügerRollup merge of #100031 - GoldsteinE:try-removing-the...
2022-08-15 borsAuto merge of #98393 - michaelwoerister:new-cpp-like...
2022-08-15 Matthias KrügerRollup merge of #100566 - TaKO8Ki:use-create-snapshot...
2022-08-15 Matthias KrügerRollup merge of #100534 - Rageking8:Rageking8-refactor1...
2022-08-15 Matthias KrügerRollup merge of #100506 - lcnr:fnctxt-yeet, r=compiler...
2022-08-15 Matthias KrügerRollup merge of #100483 - compiler-errors:point-to...
2022-08-15 Matthias KrügerRollup merge of #100277 - m-ou-se:format-args-1, r...
2022-08-15 Matthias KrügerRollup merge of #100211 - cjgillot:ctfe-mir-available...
2022-08-15 borsAuto merge of #96745 - ehuss:even-more-attribute-valida...
2022-08-15 borsAuto merge of #96350 - austinabell:skip_optimization...
2022-08-15 borsAuto merge of #100510 - compiler-errors:as-a-treat...
2022-08-14 borsAuto merge of #100540 - matthiaskrgr:rollup-734hkpt...
2022-08-14 Matthias KrügerRollup merge of #100526 - Nilstrieb:tests!, r=Mark...
2022-08-14 Matthias KrügerRollup merge of #100524 - ohno418:impl-debug-for-some...
next