]> git.lizzy.rs Git - rust.git/history - compiler
make flag checks reobust against multi-bit flags
[rust.git] / compiler /
2022-12-11 borsAuto merge of #2723 - RalfJung:rustup, r=RalfJung
2022-12-11 Ralf JungMerge from rustc
2022-12-10 borsAuto merge of #105416 - nnethercote:more-linting-tweaks...
2022-12-10 borsAuto merge of #105531 - matthiaskrgr:rollup-7y7zbgl...
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 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 borsAuto merge of #105512 - matthiaskrgr:rollup-i74avrf...
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 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 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 Jakob DegenRemove unneeded field from `SwitchTargets`
2022-12-09 borsAuto merge of #104572 - pkubaj:patch-1, r=cuviper
2022-12-09 borsAuto merge of #2719 - RalfJung:rustup, r=RalfJung
2022-12-09 borsAuto merge of #105486 - matthiaskrgr:rollup-o7c4l1c...
2022-12-09 Ikko AshimineFix typo in apple_base.rs
2022-12-09 Ralf JungMerge from rustc
2022-12-10 yukangfix #105366, suggest impl in the scenario of typo with fn
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 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 Ramon de C ValleAdd LLVM KCFI support to the Rust compiler
2022-12-09 pkubajFix build on powerpc-unknown-freebsd
2022-12-08 Esteban KüberPoint at LHS on binop type err if relevant
2022-12-08 Maybe WaffleAssert size of `rustc_parse_format::Piece<'_>`
2022-12-08 Arpad BorsosFix Async Generator ABI
2022-12-08 Dan GohmanMangle "main" as "__main_void" on wasm32-wasi
2022-12-08 Matthias KrügerRollup merge of #105441 - nnethercote:rm-UnsafetyState...
2022-12-08 Matthias KrügerRollup merge of #105434 - nbdd0121:lib, r=thomcc
2022-12-08 Matthias KrügerRollup merge of #105433 - ComputerDruid:docker_continua...
2022-12-08 Matthias KrügerRollup merge of #105423 - oli-obk:symbols, r=jackh726
2022-12-08 Matthias KrügerRollup merge of #105408 - cuviper:help-rpitirpit, r...
2022-12-08 Matthias KrügerRollup merge of #105405 - sunfishcode:sunfishcode/expor...
2022-12-08 Matthias KrügerRollup merge of #105317 - RalfJung:retag-rework, r...
2022-12-08 Matthias KrügerRollup merge of #105255 - cjgillot:issue-105197, r...
2022-12-08 Matthias KrügerRollup merge of #105120 - solid-rs:patch/kmc-solid...
2022-12-08 Matthias KrügerRollup merge of #104922 - estebank:fur-elize, r=oli-obk
2022-12-08 lcnrvalidate: use the correct reveal during opts
2022-12-08 borsAuto merge of #105415 - nikic:update-llvm-10, r=cuviper
2022-12-08 Michael GouletMove some suggestions from error_reporting to error_rep...
2022-12-08 Michael GouletMove codegen_select_candidate to a rustc_traits
2022-12-08 Michael GouletMove vtable methods into its own module
2022-12-08 Michael GouletMove has_structural_eq_impls provider to rustc_ty_utils
2022-12-08 Takayuki Maedaadd a test case for `generic_const_exprs` in trait...
2022-12-08 Michael GouletPull out logic into distinct functions
2022-12-08 Nicholas NethercoteFix a typo.
2022-12-08 Nicholas NethercoteRemove `UnsafetyState`.
2022-12-08 borsAuto merge of #105425 - matthiaskrgr:rollup-3ngvxmt...
2022-12-07 Oli SchererUse `Symbol` for the crate name instead of `String...
2022-12-07 Michael GouletProperly print generator interior type sizes
2022-12-07 Michael GouletMove closure/generator type info methods to TyCtxt
2022-12-07 Matthias KrügerRollup merge of #105418 - BelovDV:fix-libc-hack, r...
2022-12-07 Matthias KrügerRollup merge of #105403 - notriddle:notriddle/item...
2022-12-07 Matthias KrügerRollup merge of #105400 - BoxyUwU:braced_param_evaluata...
2022-12-07 Matthias KrügerRollup merge of #105368 - WaffleLapkin:deref-even-harde...
2022-12-07 Matthias KrügerRollup merge of #105343 - nbdd0121:hir, r=fee1-dead
next