]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomcc
[rust.git] / compiler /
2022-10-26 XiretzaConvert all #[suggestion_*] attributes to #[suggestion...
2022-10-26 XiretzaAdd "tool-only" suggestion style
2022-10-26 XiretzaAdd style= parameter to suggestion attributes
2022-10-26 Oli SchererRemove unneeded sub-comparison
2022-10-26 Vadim Petrochenkovprivacy: Rename "accessibility levels" to "effective...
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 mejrsfix tracking hash test
2022-10-26 borsAuto merge of #103284 - compiler-errors:const-sad,...
2022-10-26 borsAuto merge of #103562 - Dylan-DPC:rollup-sheepp5, r...
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 Byron ZhongModify check to output 'you might have meant' for indir...
2022-10-26 Byron ZhongAdd check to only output 'you might have meant' when...
2022-10-26 Byron ZhongAdd Span in TypoSuggestion and TypoCandidate
2022-10-26 borsAuto merge of #103158 - Bryanskiy:resolve_perf, r=petro...
2022-10-25 borsAuto merge of #102903 - compiler-errors:region-var...
2022-10-25 Matthew Maurerllvm-16: Don't initialize removed legacy passes
2022-10-25 Michael Howelldiagnostics: do not suggest static candidates as traits...
2022-10-25 Ralf Junginterpret: a bit of cast cleanup
2022-10-25 NilstriebAdd flag to forbid recovery in the parser
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 JungMerge branch 'master' of http://localhost:8000/rust...
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 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 Maybe Waffleadopt to compiler changes
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 Maybe WaffleFeature gate `impl_trait_in_fn_trait_return`
2022-10-25 Maybe WaffleAllow `impl Fn() -> impl Trait` in return position
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 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-24 Daniel PaolielloSupport raw-dylib functions being used inside inlined...
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...
2022-10-24 Yuki OkushiRollup merge of #103382 - compiler-errors:anon-apit...
2022-10-24 Yuki OkushiRollup merge of #103350 - clubby789:refer-to-assoc...
2022-10-24 Yuki OkushiRollup merge of #103333 - chenyukang:yukang/fix-103143...
2022-10-24 Michael GouletAssert if inference vars are leaking from fully_resolve
2022-10-24 mejrsAddress some comments
2022-10-24 Michael GouletDelay span bug when we can't map lifetimes back in...
2022-10-24 Aaron HillMake PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error
2022-10-24 borsAuto merge of #103337 - flip1995:clippyup, r=Manishearth
2022-10-24 borsAuto merge of #94063 - Aaron1011:pretty-print-rental...
2022-10-24 Oli SchererMake param index generation a bit more robust
2022-10-24 borsAuto merge of #103471 - JohnTitor:rollup-tfmy6ab, r...
2022-10-24 Yuki OkushiRollup merge of #103466 - jruderman:patch-2, r=Dylan-DPC
2022-10-24 Yuki OkushiRollup merge of #103437 - bjorn3:sync_cg_clif-2022...
2022-10-24 Yuki OkushiRollup merge of #103277 - thomcc:bump-libc-135, r=Mark...
2022-10-24 Yuki OkushiRollup merge of #102766 - thomcc:remove-resolv, r=Mark...
2022-10-24 Yuki OkushiRollup merge of #102271 - lopopolo:lopopolo/stabilize...
2022-10-24 Yuki OkushiRollup merge of #99939 - saethlin:pre-sort-tests, r...
2022-10-24 Yuki OkushiRollup merge of #99578 - steffahn:remove_redundant_boun...
2022-10-24 SparrowLiisuggest type annotation for local statement initialed...
2022-10-24 Jesse RudermanRemove redundant sentence
2022-10-24 borsAuto merge of #102536 - scottmcm:lookup_line-tweak...
2022-10-24 borsAuto merge of #100848 - xfix:use-metadata-for-slice...
2022-10-24 yukangfix #103425, remove extra type error after missing...
2022-10-24 borsAuto merge of #103452 - notriddle:rollup-peewevm, r...
next