]> git.lizzy.rs Git - rust.git/history - compiler/rustc_resolve
Auto merge of #95745 - Dylan-DPC:rollup-485ajqi, r=Dylan-DPC
[rust.git] / compiler / rustc_resolve /
2022-03-29 Camille GILLOTRemember mutability in `DefKind::Static`.
2022-03-29 borsAuto merge of #94566 - yanganto:show-ignore-message...
2022-03-29 Dylan DPCRollup merge of #95415 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #94566 - yanganto:show-ignore-message...
2022-03-29 borsAuto merge of #95096 - GuillaumeGomez:rm-header-fn...
2022-03-28 borsAuto merge of #95249 - HeroicKatora:set-ptr-value,...
2022-03-28 Dylan DPCRollup merge of #95407 - xfix:inline-u8-is_utf8_char_bo...
2022-03-28 Dylan DPCRollup merge of #95397 - dtolnay:disclaimer, r=m-ou-se
2022-03-28 Dylan DPCRollup merge of #95328 - DrMeepster:box_gep_err, r...
2022-03-28 Dylan DPCRollup merge of #95318 - rust-lang:notriddle/issue...
2022-03-28 Dylan DPCRollup merge of #93787 - klensy:really-not-a-features...
2022-03-28 borsAuto merge of #95403 - Dylan-DPC:rollup-9on30mg, r...
2022-03-28 Dylan DPCRollup merge of #95401 - c410-f3r:moar-tests, r=petroch...
2022-03-28 Dylan DPCRollup merge of #95390 - nnethercote:allow-doc-comments...
2022-03-28 Dylan DPCRollup merge of #95370 - jyn514:less-verbose-skips...
2022-03-28 Dylan DPCRollup merge of #95350 - petrochenkov:qpathregr, r...
2022-03-28 Dylan DPCRollup merge of #95301 - nnethercote:rm-NtTT, r=petroch...
2022-03-28 borsAuto merge of #95024 - koehlma:rustdoc-private-items...
2022-03-28 borsAuto merge of #95300 - workingjubilee:less-bitsets...
2022-03-28 Dylan DPCRollup merge of #95098 - shepmaster:vec-from-array...
2022-03-28 Dylan DPCRollup merge of #95016 - janpaul123:patch-1, r=dtolnay
2022-03-28 Dylan DPCRollup merge of #93755 - ChayimFriedman2:allow-comparin...
2022-03-28 Dylan DPCRollup merge of #88375 - joshlf:patch-3, r=dtolnay
2022-03-27 Dylan DPCRollup merge of #95368 - lopopolo:lopopolo/string-try...
2022-03-27 Dylan DPCRollup merge of #95120 - smoelius:backward-switch-int...
2022-03-27 Dylan DPCRollup merge of #95341 - Meziu:armv6k-3ds-target, r...
2022-03-27 Dylan DPCRollup merge of #93469 - compiler-errors:issue-93450...
2022-03-26 Vadim Petrochenkovresolve: Simplify some diagnostic code to avoid an ICE
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 MeziuMerge pull request #16 from ian-h-chamberlain/feature...
2022-03-26 bjorn3Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506...
2022-03-26 borsAuto merge of #95306 - est31:master, r=Dylan-DPC
2022-03-26 borsAuto merge of #95296 - workingjubilee:pretty-session...
2022-03-26 borsAuto merge of #95299 - mkroening:rm-hermitkernel, r...
2022-03-26 borsAuto merge of #95149 - cjgillot:once-diag, r=estebank
2022-03-25 borsAuto merge of #95304 - michaelwoerister:retry-finalize...
2022-03-25 borsAuto merge of #95282 - RalfJung:miri, r=RalfJung
2022-03-25 borsAuto merge of #95280 - InfRandomness:infrandomness...
2022-03-25 borsAuto merge of #95255 - petrochenkov:suggresolve, r...
2022-03-25 borsAuto merge of #95082 - spastorino:overlap-inherent...
2022-03-25 borsAuto merge of #92361 - vacuus:doctest-run-test-out...
2022-03-25 Dylan DPCRollup merge of #95179 - b-naber:eval-in-try-unify...
2022-03-24 Vadim Petrochenkovresolve: Rename `CrateLint` to `Finalize`
2022-03-24 Vadim Petrochenkovresolve: Stop passing unused spans and node ids to...
2022-03-24 Vadim Petrochenkovresolve: Optimize path resolution for rustdoc
2022-03-24 Vadim Petrochenkovresolve: Do not build expensive suggestions if they...
2022-03-24 borsAuto merge of #94517 - aDotInTheVoid:inline_wrapping_ne...
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-24 borsAuto merge of #87667 - the8472:document-in-place-iter...
2022-03-23 Matthias KrügerRollup merge of #95069 - GuillaumeGomez:auto-traits...
2022-03-23 borsAuto merge of #94901 - fee1-dead:destructable, r=oli-obk
2022-03-23 borsAuto merge of #95173 - m-ou-se:sys-locks-module, r...
2022-03-23 Dylan DPCRollup merge of #91608 - workingjubilee:fold-neon-fp...
2022-03-23 borsAuto merge of #95088 - bjorn3:fix_test_variadic_fnptr...
2022-03-22 borsAuto merge of #95159 - nnethercote:TtParser, r=petrochenkov
2022-03-22 Dylan DPCRollup merge of #95197 - frank-king:feat/unary_op_type_...
2022-03-22 Dylan DPCRollup merge of #95196 - RalfJung:unalloc-not-uninit...
2022-03-22 Dylan DPCRollup merge of #95188 - c410-f3r:aqui-vamos-nos, r...
2022-03-22 borsAuto merge of #94693 - nnethercote:parser-inlining...
2022-03-22 borsAuto merge of #95107 - r00ster91:fmt, r=joshtriplett
2022-03-22 borsAuto merge of #95158 - sunfishcode:sunfishcode/windows...
2022-03-22 borsAuto merge of #95127 - notriddle:notriddle/option-conte...
2022-03-22 borsAuto merge of #95161 - JakobDegen:fix-early-otherwise...
2022-03-21 borsAuto merge of #95180 - matthiaskrgr:rollup-ai1ch2s...
2022-03-21 Matthias KrügerRollup merge of #95175 - lcnr:adt_const_params-tracking...
2022-03-21 Matthias KrügerRollup merge of #95166 - Urgau:check-cfg-values-unstabl...
2022-03-21 Matthias KrügerRollup merge of #95129 - GuillaumeGomez:rm-source-sideb...
2022-03-21 Matthias KrügerRollup merge of #95116 - bjorn3:cg_clif_test_fixes...
2022-03-21 Matthias KrügerRollup merge of #95085 - ouz-a:master5, r=jackh726
2022-03-21 Matthias KrügerRollup merge of #95074 - TaKO8Ki:use-format-args-captur...
2022-03-21 ouz-aReturn err instead of ICE
2022-03-20 Matthias KrügerRollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatc...
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 borsAuto merge of #95071 - RalfJung:arbitrary-self-dyn...
2022-03-20 borsAuto merge of #92962 - frank-king:btree_entry_no_insert...
2022-03-20 Matthias KrügerRollup merge of #94989 - compiler-errors:stream-alias...
2022-03-20 Matthias KrügerRollup merge of #94948 - jhpratt:rustc_deprecated,...
2022-03-20 Matthias KrügerRollup merge of #94749 - RalfJung:remove-dir-all-miri...
2022-03-20 borsAuto merge of #95063 - tromey:fix-94458-gdb-char, r...
2022-03-20 borsAuto merge of #94976 - jclulow:solaris-festival, r...
2022-03-19 borsAuto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay
2022-03-19 Dylan DPCRollup merge of #94991 - CAD97:const-weak-new, r=dtolnay
2022-03-19 Dylan DPCRollup merge of #94650 - ChrisDenton:windows-absolute...
2022-03-19 Dylan DPCRollup merge of #93858 - krallin:process-process_group...
2022-03-19 Dylan DPCRollup merge of #93692 - mfrw:mfrw/document-keyword...
2022-03-19 Dylan DPCRollup merge of #93263 - sunfishcode:sunfishcode/detatc...
2022-03-19 Dylan DPCRollup merge of #92663 - cuviper:generic-write-cursor...
2022-03-19 Dylan DPCRollup merge of #92612 - atopia:update-lib-l4re, r...
2022-03-19 Dylan DPCRollup merge of #92519 - ChrisDenton:command-maybe...
2022-03-18 Matthias KrügerRollup merge of #95058 - wcampbell0x2a:use-then-in...
2022-03-18 Matthias KrügerRollup merge of #95017 - zachs18:cmp_ordering_derive_eq...
2022-03-18 Matthias KrügerRollup merge of #94993 - GrishaVar:too-many-hashes...
2022-03-18 Matthias KrügerRollup merge of #94295 - Urgau:cfg-always-eval-all...
2022-03-18 Matthias KrügerRollup merge of #94115 - scottmcm:iter-process-by-ref...
2022-03-18 borsAuto merge of #95068 - TaKO8Ki:use-create-snapshot...
2022-03-18 borsAuto merge of #95067 - nnethercote:parse_tt-more-refact...
2022-03-18 borsAuto merge of #95065 - matthiaskrgr:rollup-75i6oz5...
2022-03-18 Matthias KrügerRollup merge of #95048 - RalfJung:miri, r=RalfJung
2022-03-18 Matthias KrügerRollup merge of #95047 - TaKO8Ki:remove-unnecessary...
2022-03-18 Matthias KrügerRollup merge of #95039 - spastorino:overlap-super-predi...
next