]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-26 Michael Gouletremove unused parser fn
2022-10-26 Michael Howellrustdoc: remove redundant CSS selector `.notable-traits...
2022-10-26 NilstriebAdd documentation
2022-10-26 borsAuto merge of #103492 - ehuss:highfive-triagebot, r...
2022-10-26 Michael GouletProcess registered region obligation in resolve_regions...
2022-10-26 Lukas MarkeffskyFix typo in docs for `guaranteed_ne`
2022-10-26 Laurențiu Nicola:arrow_up: rust-analyzer
2022-10-26 Ben KimockUpdate library/core/src/ptr/mod.rs
2022-10-26 borsAuto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r...
2022-10-26 Oli SchererRemove unneeded sub-comparison
2022-10-26 Vadim Petrochenkovprivacy: Rename "accessibility levels" to "effective...
2022-10-26 Ralf Jungexplicitly mention that both components of wide prts...
2022-10-26 Dylan DPCRollup merge of #103554 - notriddle:notriddle/summary...
2022-10-26 Dylan DPCRollup merge of #103546 - RalfJung:cast, r=oli-obk
2022-10-26 Dylan DPCRollup merge of #103543 - ehuss:update-books, r=ehuss
2022-10-26 Dylan DPCRollup merge of #103428 - SarthakSingh31:issue-94187...
2022-10-26 Dylan DPCRollup merge of #102706 - ferrocene:pa-ignore-doc-index...
2022-10-26 Dylan DPCRollup merge of #95710 - fee1-dead-contrib:stabilize_ar...
2022-10-26 borsAuto merge of #103284 - compiler-errors:const-sad,...
2022-10-26 Michael HowellUpdate src/librustdoc/html/static/css/rustdoc.css
2022-10-26 Ralf Jungptr::eq: clarify that comparing dyn Trait is fragile
2022-10-26 borsAuto merge of #2620 - RalfJung:getname, r=RalfJung
2022-10-26 Ralf Jungaccount for different max thread name lengths on differ...
2022-10-26 Ralf Jungadd pthread_getname_np
2022-10-26 borsAuto merge of #2614 - saethlin:stack-inspection-tools...
2022-10-26 borsAuto merge of #103562 - Dylan-DPC:rollup-sheepp5, r...
2022-10-26 Ralf Jungtweak docs
2022-10-26 Ralf Junglibrary: allow some unused things in Miri
2022-10-26 Dylan DPCRollup merge of #103542 - scottmcm:invalid-macro-patter...
2022-10-26 Dylan DPCRollup merge of #103536 - Enselic:remove-set_sigpipe_ha...
2022-10-26 Dylan DPCRollup merge of #103533 - jachris:cast-without-mut...
2022-10-26 Dylan DPCRollup merge of #103520 - petrochenkov:resout, r=cjgillot
2022-10-26 Dylan DPCRollup merge of #103444 - chenyukang:yukang/fix-103425...
2022-10-26 Dylan DPCRollup merge of #103430 - cjgillot:receiver-attrs,...
2022-10-26 Dylan DPCRollup merge of #103416 - compiler-errors:rpit-named...
2022-10-26 Dylan DPCRollup merge of #103287 - saethlin:faster-len-check...
2022-10-26 Dylan DPCRollup merge of #103209 - Xiretza:multiple-suggestions...
2022-10-26 Dylan DPCRollup merge of #102951 - SparrowLii:type_annotation...
2022-10-26 borsAuto merge of #103279 - compiler-errors:normalize-hack...
2022-10-26 borsAuto merge of #103158 - Bryanskiy:resolve_perf, r=petro...
2022-10-26 Weihang LoUpdate cargo
2022-10-25 Michael Howellrustdoc: add visible focus outline to rustdoc-toggle
2022-10-25 borsAuto merge of #102903 - compiler-errors:region-var...
2022-10-25 Michael Howelldiagnostics: add test case for issue 102354
2022-10-25 Eric HussUpdate books
2022-10-25 Matthew Maurerllvm-16: Don't initialize removed legacy passes
2022-10-25 Ben KimockTry to say that memory outside the AM is always exposed
2022-10-25 Ben KimockRename, improve docs, fail better
2022-10-25 Michael Howelldiagnostics: do not suggest static candidates as traits...
2022-10-25 Guillaume GomezAdd regression test for inlined doc comment on impl...
2022-10-25 Guillaume GomezDon't merge inline doc comments for impl blocks
2022-10-25 Ralf Junginterpret: a bit of cast cleanup
2022-10-25 NilstriebAdd flag to forbid recovery in the parser
2022-10-25 Scott McMurrayPinning tests for some macro_rules things discussed...
2022-10-25 Oli SchererSplit diagnostic details out into a separate function...
2022-10-25 borsAuto merge of #2618 - RalfJung:rustup, r=RalfJung
2022-10-25 Ralf Jungbless clippy
2022-10-25 Ralf Jungrustup
2022-10-25 Ralf JungMerge branch 'master' of http://localhost:8000/rust...
2022-10-25 Michael Howellrustdoc: combine shared CSS between `.*-line-numbers`
2022-10-25 Martin NordholtsRemove `rustc_driver::set_sigpipe_handler()`
2022-10-25 Michael GouletName impl trait in region bound suggestion
2022-10-25 Jannis Christopher... Use &self instead of &mut self for cast methods
2022-10-25 borsAuto merge of #102340 - JakobDegen:pass-manager-simplif...
2022-10-25 Rageking8more dupe typos again
2022-10-25 Oli SchererMove a wf-check into the site where the value is instan...
2022-10-25 Vadim Petrochenkovrustc_metadata: Add constructors to module children...
2022-10-25 Oli SchererBubble the opaque type ordering int opaque type handling
2022-10-25 Oli SchererUse the general type API instead of directly accessing...
2022-10-25 Oli SchererPull opaque type handling out of the type relating...
2022-10-25 borsAuto merge of #103392 - RalfJung:miri, r=oli-obk
2022-10-25 BryanskiyPerf improvements for effective visibility calculating
2022-10-25 Vadim Petrochenkovrustc_middle: Rearrange resolver outputs structures...
2022-10-25 Ralf JungMiri: disable macOS testing for now
2022-10-25 borsAuto merge of #103513 - Dylan-DPC:rollup-nn3ite2, r...
2022-10-25 Dylan DPCRollup merge of #103511 - nnethercote:bb-tweaks, r...
2022-10-25 Dylan DPCRollup merge of #103482 - aDotInTheVoid:vec-cap-docs...
2022-10-25 Dylan DPCRollup merge of #103379 - cuviper:truncate-thread-name...
2022-10-25 Dylan DPCRollup merge of #103122 - ouz-a:mir-technical-debt...
2022-10-25 Dylan DPCRollup merge of #102587 - Enselic:rustc-unix_sigpipe...
2022-10-25 Dylan DPCRollup merge of #98204 - Kixiron:stable-unzip, r=thomcc
2022-10-25 Sarthak SinghAdded helper to prevent verbose printing from the ...
2022-10-25 borsAuto merge of #102988 - dpaoliello:inlinerawdylib,...
2022-10-25 Nicholas NethercoteSimplify `cast_shift_expr_rhs`.
2022-10-25 Nicholas NethercoteInline and remove `cast_shift_rhs`.
2022-10-25 borsAuto merge of #103502 - JohnTitor:rollup-o6mhyzq, r...
2022-10-25 Nicholas NethercoteClarify some cleanup stuff.
2022-10-25 Nicholas NethercoteRename two `TerminatorCodegenHelper` methods.
2022-10-25 Nicholas Nethercoterustc_codegen_ssa: use more consistent naming.
2022-10-25 Michael Howellrustdoc: parse self-closing tags and attributes in...
2022-10-24 Daniel PaolielloSupport raw-dylib functions being used inside inlined...
2022-10-24 Eric HussMigrate from highfive to triagebot
2022-10-24 Yuki OkushiRollup merge of #103495 - Enselic:rustdoc-unix_sigpipe...
2022-10-24 Yuki OkushiRollup merge of #103494 - notriddle:notriddle/test...
2022-10-24 Yuki OkushiRollup merge of #103493 - notriddle:notriddle/source...
2022-10-24 Yuki OkushiRollup merge of #103486 - GuillaumeGomez:cleanup-rustdo...
2022-10-24 Yuki OkushiRollup merge of #103465 - jruderman:patch-1, r=compiler...
2022-10-24 Yuki OkushiRollup merge of #103462 - notriddle:notriddle/source...
2022-10-24 Yuki OkushiRollup merge of #103410 - camsteffen:link-unstable...
2022-10-24 Yuki OkushiRollup merge of #103409 - compiler-errors:rpitit-signat...
next