]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-15 borsAuto merge of #99292 - Aaron1011:stability-use-tree...
2022-10-15 borsAuto merge of #98033 - joshtriplett:is-terminal-fd...
2022-10-14 Josh TriplettUse Align8 to avoid misalignment if the allocator or...
2022-10-14 Josh TriplettRewrite FILE_NAME_INFO handling to avoid enlarging...
2022-10-14 Josh TriplettMake is_terminal fail fast if a process has no console...
2022-10-14 Josh TriplettAdd `IsTerminal` trait to determine if a descriptor...
2022-10-14 borsAuto merge of #103069 - matthiaskrgr:rollup-xxsx6sk...
2022-10-14 Matthias KrügerRollup merge of #103067 - Nilstrieb:tidy-likes-the...
2022-10-14 Matthias KrügerRollup merge of #103059 - beetrees:duration-from-negati...
2022-10-14 Matthias KrügerRollup merge of #103054 - GuillaumeGomez:cleanup-rust...
2022-10-14 Matthias KrügerRollup merge of #103047 - GuillaumeGomez:update-browser...
2022-10-14 Matthias KrügerRollup merge of #103045 - lukas-code:blank-lines, r...
2022-10-14 Matthias KrügerRollup merge of #103039 - RalfJung:checktools, r=Dylan-DPC
2022-10-14 Matthias KrügerRollup merge of #103017 - fortanix:raoul/sgx_tls_fix...
2022-10-14 Matthias KrügerRollup merge of #102781 - StackOverflowExcept1on:master...
2022-10-14 Matthias KrügerRollup merge of #102092 - kxxt:patch-1, r=joshtriplett
2022-10-14 borsAuto merge of #101030 - woppopo:const_location, r=scottmcm
2022-10-14 nilsSort target features alphabetically
2022-10-14 nilsAlso run alphabetical check in src and library
2022-10-14 nilsAdd some tidy-alphabetical
2022-10-14 borsAuto merge of #102783 - RalfJung:tls, r=thomcc
2022-10-14 Raoul StrackxBugfix: keep TLS data in sync
2022-10-14 beetreesFix `Duration::{try_,}from_secs_f{32,64}(-0.0)`
2022-10-14 borsAuto merge of #102529 - colinba:master, r=joshtriplett
2022-10-14 Guillaume GomezClean up rust-logo rustdoc GUI test
2022-10-14 Josh TriplettTweak grammar
2022-10-14 borsAuto merge of #103048 - Dylan-DPC:rollup-47r62js, r...
2022-10-14 Dylan DPCRollup merge of #103031 - est31:match_guard_irrefutable...
2022-10-14 Dylan DPCRollup merge of #103025 - notriddle:notriddle/search...
2022-10-14 Dylan DPCRollup merge of #103018 - Rageking8:more-dupe-word...
2022-10-14 Dylan DPCRollup merge of #103015 - whentojump:patch, r=compiler...
2022-10-14 Dylan DPCRollup merge of #102938 - c410-f3r:here-we-go-again...
2022-10-14 Dylan DPCRollup merge of #102914 - GuillaumeGomez:migrate-css...
2022-10-14 Dylan DPCRollup merge of #102856 - cjgillot:impl-single-check...
2022-10-14 Dylan DPCRollup merge of #102847 - joshtriplett:bugfix-impl...
2022-10-14 Guillaume GomezUpdate browser-ui-test version to fix some flaky tests
2022-10-14 Lukas Markeffskyremove leading newlines from integer primitive doc...
2022-10-14 Ralf Jungwasm-ignore some tests that access thread-local private...
2022-10-14 borsAuto merge of #102695 - compiler-errors:int-and-float...
2022-10-14 Ralf Jungchecktools: fix comments
2022-10-14 Michael GouletAdd test
2022-10-14 Michael Gouletfloat and int vars are trivially copy
2022-10-14 Rageking8more dupe word typos
2022-10-14 borsAuto merge of #102684 - JhonnyBillM:delete-target-data...
2022-10-14 borsAuto merge of #103026 - matthiaskrgr:rollup-gfmlfkt...
2022-10-14 est31Suppress irrefutable let patterns lint for prefixes...
2022-10-13 Matthias KrügerRollup merge of #103021 - GuillaumeGomez:constraint...
2022-10-13 Matthias KrügerRollup merge of #103016 - nbdd0121:enum, r=pnkfelix
2022-10-13 Matthias KrügerRollup merge of #103013 - Nilstrieb:patch-1, r=jyn514
2022-10-13 Matthias KrügerRollup merge of #103011 - GuillaumeGomez:improve-unsafe...
2022-10-13 Matthias KrügerRollup merge of #103008 - aliemjay:opaque-parent-substs...
2022-10-13 Matthias KrügerRollup merge of #103006 - WaffleLapkin:rustdoc_dont...
2022-10-13 Matthias KrügerRollup merge of #103000 - wesleywiser:suggest_libname...
2022-10-13 borsAuto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler...
2022-10-13 Michael Howellrustdoc: remove unused CSS `.search-container > *`
2022-10-13 Guillaume GomezAdd links to relevant pages to find constraint information
2022-10-13 Camille GILLOTReport duplicate definition in impls with overlap check.
2022-10-13 Gary GuoFix test
2022-10-13 Gary GuoBless tests
2022-10-13 Gary GuoAdd test for issue 102389
2022-10-13 wtjfix a typo
2022-10-13 Ali MJ Al-Nasrawyreplace ReErased with fresh region vars in opaque types
2022-10-13 Gary GuoEnsure enum cast moves
2022-10-13 nilsAdd new bootstrap entrypoints to triagebot
2022-10-13 CaioMove some tests to more reasonable directories
2022-10-13 borsAuto merge of #103009 - Dylan-DPC:rollup-9c2tng6, r...
2022-10-13 Maybe WaffleAdd test for issue 102986
2022-10-13 Guillaume GomezImprove code for unsafe-fn rustdoc GUI test
2022-10-13 Guillaume GomezUpdate browser-ui-test version to 0.12.3
2022-10-13 Dylan DPCRollup merge of #102999 - compiler-errors:issue-102985...
2022-10-13 Dylan DPCRollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1...
2022-10-13 Dylan DPCRollup merge of #102947 - compiler-errors:sort-elaborat...
2022-10-13 Dylan DPCRollup merge of #102904 - compiler-errors:rpitit-verbos...
2022-10-13 Dylan DPCRollup merge of #102854 - semarie:openbsd-immutablestac...
2022-10-13 Dylan DPCRollup merge of #102765 - TaKO8Ki:follow-up-to-102708...
2022-10-13 Ralf Jungsmarter way to avoid 'unused' warning when building...
2022-10-13 Ralf Jungsync thread_local key conditions exactly with what...
2022-10-13 borsAuto merge of #102919 - luojia65:update-stdarch, r...
2022-10-13 Wesley WiserAdd suggestion to the "missing native library" error
2022-10-13 Maybe Wafflerustdoc: don't ICE on `TyKind::Typeof`
2022-10-13 borsAuto merge of #102655 - joboet:windows_tls_opt, r=Chris...
2022-10-13 borsAuto merge of #102995 - JohnTitor:rollup-yomkwge, r...
2022-10-13 Michael GouletDelay intrinsic call until after we've determined the...
2022-10-13 Michael GouletPrint RPITIT verbosely if -Zverbose
2022-10-13 Michael GouletSort elaborated existential predicates in object_ty_for...
2022-10-13 luojia65library: update stdarch submodule
2022-10-13 Yuki OkushiRollup merge of #102980 - notriddle:notriddle/content...
2022-10-13 Yuki OkushiRollup merge of #102974 - Rageking8:fix-small-word...
2022-10-13 Yuki OkushiRollup merge of #102971 - est31:tidy_duplicate_lang_fea...
2022-10-13 Yuki OkushiRollup merge of #102967 - Rageking8:add-test-for-issue...
2022-10-13 Yuki OkushiRollup merge of #102949 - RalfJung:should-skip-this...
2022-10-13 Yuki OkushiRollup merge of #102836 - petrochenkov:jsonspec, r...
2022-10-13 Yuki OkushiRollup merge of #102641 - eholk:dyn-star-box, r=compile...
2022-10-13 borsAuto merge of #102372 - abrown:issue-102157, r=thomcc
2022-10-12 Eric HolkAdd a fixme
2022-10-12 est31tidy: error if a lang feature is already present
2022-10-12 borsAuto merge of #101679 - compiler-errors:rpitit-default...
2022-10-12 Jhonny Bill... UPDATE - Move IntoDiagnosticArg implementations to...
2022-10-12 Jhonny Bill... ADD - IntoDiagnostic conformance for TargetDataLayoutEr...
2022-10-12 Michael Howellrustdoc: merge separate `.item-info` CSS
next