]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-12-11 borsAuto merge of #105457 - GuillaumeGomez:prevent-auto...
2022-12-11 borsAuto merge of #105543 - matthiaskrgr:rollup-s9zj0pq...
2022-12-10 Matthias KrügerRollup merge of #105542 - compiler-errors:confirm-nits...
2022-12-10 Matthias KrügerRollup merge of #105534 - Nilstrieb:i-will-review-your...
2022-12-10 Matthias KrügerRollup merge of #105530 - Nilstrieb:rustdoc-highlight...
2022-12-10 Matthias KrügerRollup merge of #105511 - luqmana:rustix-upgrade, r...
2022-12-10 Matthias KrügerRollup merge of #105460 - mkroening:compiler-builtins...
2022-12-10 Matthias KrügerRollup merge of #105459 - jyn514:proc-macro-default...
2022-12-10 Matthias KrügerRollup merge of #103146 - joboet:cleanup_pthread_condva...
2022-12-10 Michael GouletSome method confirmation code nits
2022-12-10 borsAuto merge of #105416 - nnethercote:more-linting-tweaks...
2022-12-10 borsAuto merge of #105531 - matthiaskrgr:rollup-7y7zbgl...
2022-12-10 NilstriebAdd Nilstrieb to compiler reviewers
2022-12-10 Matthias KrügerRollup merge of #105482 - wesleywiser:fix_debuginfo_ub...
2022-12-10 Matthias KrügerRollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU
2022-12-10 Matthias KrügerRollup merge of #105239 - gh2o:no-heap-alloc-on-thread...
2022-12-10 Matthias KrügerRollup merge of #105234 - JakobDegen:unneeded-field...
2022-12-10 Matthias KrügerRollup merge of #105192 - estebank:point-at-lhs-on...
2022-12-10 Matthias KrügerRollup merge of #104460 - Nilstrieb:expand-the-translat...
2022-12-10 borsAuto merge of #105384 - uweigand:s390x-test-codegen...
2022-12-10 NilstriebClean up lifetimes in rustdoc syntax highlighting
2022-12-10 borsAuto merge of #105525 - matthiaskrgr:rollup-ricyw5s...
2022-12-10 nilsMigrate parts of `rustc_expand` to session diagnostics
2022-12-10 Matthias KrügerRollup merge of #105522 - est31:remove_or_and_note...
2022-12-10 Matthias KrügerRollup merge of #105516 - weihanglo:update-cargo, r...
2022-12-10 Matthias KrügerRollup merge of #105514 - estebank:is_visible, r=oli-obk
2022-12-10 Matthias KrügerRollup merge of #105505 - WaffleLapkin:yeet_unused_pare...
2022-12-10 Matthias KrügerRollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3
2022-12-10 Matthias KrügerRollup merge of #105082 - Swatinem:async-abi, r=compile...
2022-12-10 Matthias KrügerRollup merge of #104901 - krtab:filetype_compare, r...
2022-12-10 Matthias KrügerRollup merge of #104512 - jyn514:download-ci-llvm-defau...
2022-12-10 Matthias KrügerRollup merge of #104019 - compiler-errors:print-generat...
2022-12-10 Matthias KrügerRollup merge of #98391 - joboet:sgx_parker, r=m-ou-se
2022-12-10 borsAuto merge of #105357 - oli-obk:feeding, r=cjgillot...
2022-12-10 est31Correct wrong note for short circuiting operators
2022-12-10 borsAuto merge of #105512 - matthiaskrgr:rollup-i74avrf...
2022-12-10 Weihang LoUpdate cargo
2022-12-09 Esteban KüberIntroduce `Span::is_visible`
2022-12-09 Matthias KrügerRollup merge of #105506 - estebank:rustc_must_implement...
2022-12-09 Matthias KrügerRollup merge of #105504 - notriddle:notriddle/stab...
2022-12-09 Matthias KrügerRollup merge of #105489 - eltociear:patch-17, r=Dylan-DPC
2022-12-09 Matthias KrügerRollup merge of #105480 - notriddle:notriddle/sidebar...
2022-12-09 Matthias KrügerRollup merge of #105468 - sunfishcode:sunfishcode/main...
2022-12-09 Matthias KrügerRollup merge of #105453 - scottmcm:vecdeque_from_iter...
2022-12-09 Matthias KrügerRollup merge of #105385 - uweigand:s390x-test-lld,...
2022-12-09 Matthias KrügerRollup merge of #105265 - aDotInTheVoid:sum-product...
2022-12-09 Matthias KrügerRollup merge of #102406 - mejrs:missing_copy, r=wesleywiser
2022-12-09 borsAuto merge of #105363 - WaffleLapkin:thin2win_box_next_...
2022-12-09 Luqman AdenUpdate rustix to 0.36.5
2022-12-09 borsAuto merge of #105499 - pietroalbini:pa-bump-version...
2022-12-09 Esteban KüberTweak `rustc_must_implement_one_of` diagnostic output
2022-12-09 Maybe WaffleDon't warn about unused parens when they are used by...
2022-12-09 Michael Howellrustdoc: make stability badge CSS more consistent
2022-12-09 Pietro Albinibump version to 1.68
2022-12-09 borsAuto merge of #105262 - eduardosm:more-inline-always...
2022-12-09 Oli SchererFold `Definitions` into the untracked data
2022-12-09 Oli SchererMove the untracked cstore and source_span into a struct
2022-12-09 Oli SchererGenerate crate loaders on the fly
2022-12-09 Oli SchererResolverTree does not require access to the crate loade...
2022-12-09 Arthur CarcanoReplace hand-made masking by call to masked() method...
2022-12-09 Jakob DegenRemove unneeded field from `SwitchTargets`
2022-12-09 borsAuto merge of #104572 - pkubaj:patch-1, r=cuviper
2022-12-09 borsAuto merge of #105486 - matthiaskrgr:rollup-o7c4l1c...
2022-12-09 Ikko AshimineFix typo in apple_base.rs
2022-12-09 Matthias KrügerRollup merge of #105474 - RalfJung:typo, r=dtolnay
2022-12-09 Matthias KrügerRollup merge of #105470 - flip1995:clippy_backport...
2022-12-09 Matthias KrügerRollup merge of #105455 - lcnr:correct-reveal-in-valida...
2022-12-09 Matthias KrügerRollup merge of #105443 - compiler-errors:move-more...
2022-12-09 Matthias KrügerRollup merge of #105442 - notriddle:notriddle/docblock...
2022-12-09 Matthias KrügerRollup merge of #105427 - GuillaumeGomez:dont-silently...
2022-12-09 Matthias KrügerRollup merge of #105389 - ogarokpeter:patch-1, r=Mark...
2022-12-09 Matthias KrügerRollup merge of #105387 - willcrichton:scrape-examples...
2022-12-09 Matthias KrügerRollup merge of #105245 - RalfJung:align_to, r=Amanieu
2022-12-09 Matthias KrügerRollup merge of #105216 - GuillaumeGomez:rm-unused...
2022-12-09 borsAuto merge of #104449 - oli-obk:unhide_unknown_spans...
2022-12-09 Scott McMurrayApply review feedback; Fix no_global_oom_handling build
2022-12-09 borsAuto merge of #105456 - matthiaskrgr:rollup-yennygf...
2022-12-09 Wesley WiserDon't generate pointer loads to spills unless necessary
2022-12-09 Wesley WiserMake `debuginfo_offset_calcuation` generic so we can...
2022-12-09 Wesley WiserFactor out debuginfo offset calculation
2022-12-09 Wesley WiserAdd test case for ub in generated LLVM IR
2022-12-09 Ramon de C... Add documentation for LLVM KCFI support
2022-12-09 Ramon de C... Add LLVM KCFI support to the Rust compiler
2022-12-09 pkubajFix build on powerpc-unknown-freebsd
2022-12-09 Michael Howellrustdoc: remove no-op mobile CSS `#sidebar-toggle ...
2022-12-08 borsAuto merge of #105477 - tmiasko:make, r=ehuss
2022-12-08 Esteban KüberPoint at LHS on binop type err if relevant
2022-12-08 Nixon Enraght... Add `rustc_on_unimplemented` to `Sum` and `Product...
2022-12-08 Tomasz MiąskoIgnore errors when including clear_expected_if_blessed
2022-12-08 Maybe WaffleAssert size of `rustc_parse_format::Piece<'_>`
2022-12-08 Arpad BorsosFix Async Generator ABI
2022-12-08 Ralf Junglib docs: fix typo
2022-12-08 Dan GohmanMangle "main" as "__main_void" on wasm32-wasi
2022-12-08 Samuel MoeliusFix #10021
2022-12-08 Michael Howellrustdoc: add GUI test case for docblock table colors
2022-12-08 Martin KröningBump compiler-builtins to 0.1.85
2022-12-08 Joshua NelsonBuild rust-analyzer proc-macro server by default
2022-12-08 Guillaume GomezUpdate rustdoc test to check its error output
2022-12-08 Guillaume GomezAdd regression test for #105404
2022-12-08 Guillaume GomezPrevent to try to retrieve auto and blanket implementat...
next