]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-31 Matthias KrügerRollup merge of #100970 - Xiretza:derive-multipart...
2022-08-31 Donough LiuFix uintended diagnostic caused by `drain(..)`
2022-08-31 borsAuto merge of #101220 - JohnTitor:rollup-ov7upr7, r...
2022-08-30 Yuki OkushiRollup merge of #101219 - ehuss:update-books, r=ehuss
2022-08-30 Yuki OkushiRollup merge of #101200 - nikic:issue-85872, r=compiler...
2022-08-30 Yuki OkushiRollup merge of #101197 - lnicola:rust-analyzer-2022...
2022-08-30 Yuki OkushiRollup merge of #101193 - thomcc:win-stdio-nozero,...
2022-08-30 Yuki OkushiRollup merge of #101192 - TaKO8Ki:remove-path-string...
2022-08-30 Yuki OkushiRollup merge of #101159 - tspiteri:track-const-slice...
2022-08-30 Yuki OkushiRollup merge of #101088 - nicholasbishop:bishop-uefi...
2022-08-30 Yuki OkushiRollup merge of #100927 - andrewpollack:fuchsia-docs...
2022-08-30 Yuki OkushiRollup merge of #100892 - sunfishcode:wasi-stdio-asfd...
2022-08-30 Yuki OkushiRollup merge of #100804 - GuillaumeGomez:search-results...
2022-08-30 borsAuto merge of #99102 - JakobDegen:reorder-generators...
2022-08-30 Eric HussUpdate books
2022-08-30 andrewpollackUpdate src/doc/rustc/src/platform-support/fuchsia.md
2022-08-30 andrewpollackUpdate src/doc/rustc/src/platform-support/fuchsia.md
2022-08-30 Eric HussUse in-page links for sanitizer docs.
2022-08-30 Andrew PollackAdding new Fuchsia rustup docs... reworking walkthrough
2022-08-30 borsAuto merge of #98919 - 5225225:stricter-invalid-value...
2022-08-30 Jhonny Bill... UPDATE - to support diag introduced in PR #100765
2022-08-30 Jhonny Bill... ADD - diagnostics lints to symbol_mangling module
2022-08-30 Jhonny Bill... ADD - migrate InvalidDefPath to new diagnostics infra
2022-08-30 Jhonny Bill... UPDATE - accept String instead of unused 'str
2022-08-30 Jhonny Bill... ADD - migrate InvalidTraitItem and AltInvalidTraitItem...
2022-08-30 Jhonny Bill... ADD - InvalidSymbolName to migrate symbol-name({})...
2022-08-30 Guillaume GomezClean up render_assoc_items_inner a bit
2022-08-30 borsAuto merge of #9373 - lukaslueg:result_large_err, r...
2022-08-30 borsAuto merge of #101203 - fortanix:raoul/remove_rls_from_...
2022-08-30 Nixon Enraght... rustdoc: Resugar async fn return type in `clean`, not...
2022-08-30 Camille GILLOTHandle MIR in a single place.
2022-08-30 Camille GILLOTRemove fn_has_self_parameter table.
2022-08-30 Camille GILLOTSeparate macro_rules and macro_definition.
2022-08-30 Camille GILLOTRemove EntryKind.
2022-08-30 Camille GILLOTCreate a module-reexports table.
2022-08-30 Camille GILLOTFix the panic message.
2022-08-30 Camille GILLOTCreate a table for fn_has_self_parameter.
2022-08-30 Camille GILLOTUse tables for macros.
2022-08-30 Camille GILLOTMove AssocContainer to a metadata table.
2022-08-30 Camille GILLOTMove VariantData to a metadata table.
2022-08-30 Camille GILLOTSimplify recursion scheme.
2022-08-30 Camille GILLOTEncode consts in metadata main loop.
2022-08-30 Camille GILLOTEncode type in the main loop.
2022-08-30 Lukas LuegInitial implementation of `result_large_err`
2022-08-30 borsAuto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r...
2022-08-30 Raoul StrackxAvoid bootstrap from updating rls submodule
2022-08-30 Thom ChiovoloniAvoid `MaybeUninit::uninit_array()`
2022-08-30 Nikita PopovAdd test for issue #85872
2022-08-30 JeanCASPARChange fatal diagnostic to an error.
2022-08-30 Thom ChiovoloniFix UB in Windows `DirBuffIter` (provenance and alignment)
2022-08-30 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-30 Dylan DPCRollup merge of #100941 - lyming2007:issue-100584,...
2022-08-30 Dylan DPCRollup merge of #100653 - cuviper:fptoint_sat, r=michae...
2022-08-30 Dylan DPCRollup merge of #100473 - compiler-errors:normalize...
2022-08-30 Dylan DPCRollup merge of #99928 - compiler-errors:issue-99914...
2022-08-30 Dylan DPCRollup merge of #99517 - Nilstrieb:display-raw-ptr...
2022-08-30 borsAuto merge of #98100 - bjorn3:use_object_for_bitcode_re...
2022-08-30 XiretzaRework SessionSubdiagnostic derive to support multipart...
2022-08-30 Thom ChiovoloniAvoid zeroing large stack buffers in stdio on Windows
2022-08-30 Takayuki Maedaremove path string
2022-08-30 yjhnMake docs formulation more consistent for NonZero{int}
2022-08-30 Jakob DegenSimplify pass manager's `run_passes` logic
2022-08-30 Jakob DegenRefactor MIR phases
2022-08-30 borsAuto merge of #101183 - Dylan-DPC:rollup-6kewixv, r...
2022-08-30 Thom ChiovoloniReplace `AlignedAs` with a more specific `Align8` type
2022-08-30 XiretzaUnify indentation in subdiagnostic-derive test
2022-08-30 XiretzaSessionSubdiagnostic: make `#[applicability]` optional
2022-08-30 XiretzaUse span_suggestion_with_style in SessionSubdiagnostic...
2022-08-30 XiretzaCode deduplication in tool_only_multipart_suggestion
2022-08-30 Thom ChiovoloniFix UWP and use `AlignedReparseBuf` in `symlink_junctio...
2022-08-30 Michael GouletTweak WellFormedLocs a bit
2022-08-30 Dylan DPCRollup merge of #101180 - SUPERCILEX:const-maybeuninit...
2022-08-30 Dylan DPCRollup merge of #101176 - notriddle:notriddle/rustdoc...
2022-08-30 Dylan DPCRollup merge of #101175 - tmandry:curse-push-hook,...
2022-08-30 Dylan DPCRollup merge of #101123 - JohnTitor:rm-register-attr...
2022-08-30 Dylan DPCRollup merge of #101101 - RalfJung:read-pointer-as...
2022-08-30 Dylan DPCRollup merge of #101022 - compiler-errors:issue-101020...
2022-08-30 Dylan DPCRollup merge of #101019 - compiler-errors:return-closur...
2022-08-30 Dylan DPCRollup merge of #100092 - compiler-errors:issue-100075...
2022-08-30 Dylan DPCRollup merge of #95376 - WaffleLapkin:drain_keep_rest...
2022-08-30 borsAuto merge of #100812 - Nilstrieb:revert-let-chains...
2022-08-30 Jason NewcombFix the order of `trait_duplication_in_bounds`
2022-08-30 Donough LiuUse more `into_iter` rather than `drain(..)`
2022-08-30 Alex SaveauAdd another MaybeUninit array test with const
2022-08-30 yukangadd UI test for unpretty
2022-08-30 borsAuto merge of #9394 - lukaslueg:issue9391, r=Jarcho
2022-08-30 Michael Howellrustdoc: remove unused CSS selectors for `.table-display`
2022-08-29 Tyler MandryDon't --bless in pre-push hook
2022-08-29 Tyler MandryIgnore cargo target folder in src/bootstrap
2022-08-29 Tyler Mandrybootstrap: Add llvm-has-rust-patches target option
2022-08-29 Thom ChiovoloniFix some possible UB in std::sys::windows
2022-08-29 borsAuto merge of #101167 - matthiaskrgr:rollup-yt3jdmp...
2022-08-29 Lukas LuegFix more parens for `suboptimal_flops` suggs
2022-08-29 5225225Fix tests due to stricter invalid_value
2022-08-29 borsAuto merge of #9395 - Alexendoo:suspicious-to-owned...
2022-08-29 Matthias KrügerRollup merge of #101156 - Jarcho:remove_sync_lint_pass...
2022-08-29 Matthias KrügerRollup merge of #101146 - jackh726:borrowck-logging...
2022-08-29 Matthias KrügerRollup merge of #101141 - compiler-errors:get-trait...
2022-08-29 Matthias KrügerRollup merge of #101131 - RalfJung:ctfe-no-needs-rfc...
2022-08-29 Matthias KrügerRollup merge of #101106 - aDotInTheVoid:rdj-stripped...
next