]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514
[rust.git] / compiler /
2022-04-16 Martin GammelsæterOptimize relate_substs by extracting match
2022-04-16 borsAuto merge of #96117 - Dylan-DPC:rollup-5traczf, r...
2022-04-16 Dylan DPCRollup merge of #96081 - eduardosm:masks_usize_size_agn...
2022-04-16 Dylan DPCRollup merge of #96059 - euclio:doc-cfg, r=manishearth...
2022-04-16 Dylan DPCRollup merge of #96047 - lnicola:rust-analyzer-2022...
2022-04-16 Dylan DPCRollup merge of #96038 - beyarkay:patch-1, r=m-ou-se
2022-04-16 Dylan DPCRollup merge of #96035 - Gumichocopengin8:feature/updat...
2022-04-16 Dylan DPCRollup merge of #96023 - matthiaskrgr:clippyper1304...
2022-04-16 Dylan DPCRollup merge of #95887 - petrochenkov:doclink5, r=cjgillot
2022-04-16 borsAuto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-16 oribenshirProvide a better diagnostic on failure to meet send...
2022-04-16 borsAuto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r...
2022-04-16 niluxvImprove `fuzzy_provenance_casts` lint diagnostics
2022-04-16 niluxvImprove `lossy_provenance_casts` lint diagnostics
2022-04-16 borsAuto merge of #92364 - jackh726:Quantumplation/65853...
2022-04-16 Jack HueyImplementation for 65853
2022-04-16 Dylan DPCRollup merge of #96099 - clarfonthey:maybeuninit_array_...
2022-04-16 Dylan DPCRollup merge of #96070 - Gumichocopengin8:test/btree...
2022-04-16 Dylan DPCRollup merge of #96050 - oli-obk:deaggregator_cleanup...
2022-04-16 Dylan DPCRollup merge of #96004 - JakobDegen:fix-validator-ice...
2022-04-16 Dylan DPCRollup merge of #95961 - RalfJung:gather-scatter, r...
2022-04-16 Dylan DPCRollup merge of #95859 - rainy-me:unterminated-nested...
2022-04-16 Dylan DPCRollup merge of #95372 - RalfJung:unaligned_references...
2022-04-16 Dylan DPCRollup merge of #94605 - Michcioperz:patch-1, r=pnkfelix
2022-04-16 Dylan DPCRollup merge of #93969 - bjorn3:codegen_backend_dep_inf...
2022-04-16 borsAuto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
2022-04-16 borsAuto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum
2022-04-15 borsAuto merge of #95224 - mjbshaw:patch-1, r=yaahc
2022-04-15 borsAuto merge of #96087 - Dylan-DPC:rollup-k6yzk55, r...
2022-04-15 Dylan DPCRollup merge of #96065 - TaKO8Ki:use-`format-args-captu...
2022-04-15 Dylan DPCRollup merge of #96062 - ehuss:test-termination, r...
2022-04-15 Dylan DPCRollup merge of #96040 - m-ou-se:futex-u32, r=Amanieu
2022-04-15 Dylan DPCRollup merge of #96034 - Gumichocopengin8:test/btree...
2022-04-15 Dylan DPCRollup merge of #96027 - matthiaskrgr:clippy_rec, r...
2022-04-15 Dylan DPCRollup merge of #96026 - matthiaskrgr:clippy_compl_1304...
2022-04-15 Dylan DPCRollup merge of #95749 - compiler-errors:ambig, r=oli-obk
2022-04-15 Dylan DPCRollup merge of #95194 - kckeiks:update-algo-in-find...
2022-04-15 Dylan DPCRollup merge of #94849 - ouz-a:master4, r=oli-obk
2022-04-15 Dylan DPCRollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
2022-04-15 Dylan DPCRollup merge of #94457 - jhpratt:stabilize-derive_defau...
2022-04-15 Jeremy FitzhardingeRemove `--extern-location` and all associated code
2022-04-15 borsAuto merge of #94079 - petrochenkov:cstr, r=joshtriplett
2022-04-15 Amanieu d'AntrasAdd codegen for global_asm! sym operands
2022-04-15 borsAuto merge of #95841 - ChrisDenton:pipe-server, r=m...
2022-04-15 Takayuki Maedause `format-args-capture` and remove unnecessary nested...
2022-04-15 Ralf Jungmake unaligned_reference warning visible in future...
2022-04-15 Ralf Jungmake unaligned_references lint deny-by-default
2022-04-14 Andy Russellseparate flock implementations into separate modules
2022-04-14 ouz-aUpdate issue-92893.stderr
2022-04-14 b-naberhandle arrays and slices uniformly in valtree creation
2022-04-14 Vadim Petrochenkovlibrary: Move `CStr` to libcore, and `CString` to liballoc
2022-04-14 Eduardo Sánchez... Add additional `extract_field` / `project_field` to...
2022-04-14 borsAuto merge of #95315 - compiler-errors:pointee-fix...
2022-04-14 Amanieu d'AntrasReimplement lowering of sym operands for asm! so that...
2022-04-14 Oli SchererRemove some now-dead code that was only relevant before...
2022-04-14 rainy-merefactor: change to use peekable
2022-04-14 borsAuto merge of #96031 - ehuss:update-cargo, r=ehuss
2022-04-14 Matthias Krügerremove redundant function param in check_for_self_assig...
2022-04-14 Matthias Krügerremove reudndant function param in check_matcher_core()
2022-04-14 Matthias Krügerremove function param that is only used in recursive...
2022-04-14 borsAuto merge of #95928 - nnethercote:rm-TokenTree-Clone...
2022-04-13 borsAuto merge of #95981 - martingms:invert-line-offset...
2022-04-13 Nicholas Nethercote`mbe::TokenTree`: remove `Lrc` around `Delimited` and...
2022-04-13 Nicholas NethercoteIntroduce `TtHandle` and use it in `TokenSet`.
2022-04-13 Isak NybergRefactor loop into iterator; simplify negation logic.
2022-04-13 borsAuto merge of #95968 - davidtwco:translation-lazy-fallb...
2022-04-13 Matthias Krügercouple of clippy::complexity fixes
2022-04-13 Matthias Krügercouple of clippy::perf fixes
2022-04-13 borsAuto merge of #95958 - jhpratt:bump-stdarch, r=Dylan-DPC
2022-04-13 rainy-meimprove diagnostics for unterminated nested block comment
2022-04-13 borsAuto merge of #96015 - Dylan-DPC:rollup-vhdprid, r...
2022-04-13 Dylan DPCRollup merge of #96006 - hkBst:patch-2, r=Dylan-DPC
2022-04-13 Dylan DPCRollup merge of #96005 - hkBst:patch-1, r=Dylan-DPC
2022-04-13 Dylan DPCRollup merge of #95991 - PoorlyDefinedBehaviour:fix...
2022-04-13 Dylan DPCRollup merge of #95962 - sourcefrog:doc-direntry, r...
2022-04-13 Dylan DPCRollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum
2022-04-13 Dylan DPCRollup merge of #93217 - willcrichton:example-analyzer...
2022-04-13 Aaron HillRemove last vestiges of skippng ident span hashing
2022-04-13 Bruno Felipe Franciscofix: wrong trait import suggestion for T:
2022-04-13 borsAuto merge of #95727 - m-ou-se:futex-reentrantmutex...
2022-04-13 Martin GammelsæterInline Const::ty() and Const::val() getters
2022-04-13 borsAuto merge of #95656 - cjgillot:no-id-hashing-mode...
2022-04-13 Jakob DegenConsider lifetimes when comparing types for equality...
2022-04-13 borsAuto merge of #94255 - b-naber:use-mir-constant-in...
2022-04-13 Martin GammelsæterUse .extend(..) instead of push()-ing in loop
2022-04-13 Dylan DPCRollup merge of #95989 - rust-lang:notriddle/issue...
2022-04-13 Dylan DPCRollup merge of #95984 - wcampbell0x2a:fix-spelling...
2022-04-13 Dylan DPCRollup merge of #95954 - AnthonyMikh:fix-broken-coverag...
2022-04-13 Dylan DPCRollup merge of #95441 - AlecGoncharow:issue-95204...
2022-04-13 David Wooderrors: lazily load fallback fluent bundle
2022-04-13 Nicholas NethercotePass a slice instead of a `Vec` to `transcribe`.
2022-04-13 Nicholas NethercoteAvoid use of `Lrc` in `mbe::Frame`.
2022-04-13 Nicholas Nethercote`SequenceRepetition` and `Delimited` don't need to...
2022-04-13 borsAuto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r...
2022-04-12 borsAuto merge of #95905 - vacuus:markdown-render, r=Guilla...
2022-04-12 Vadim Petrochenkovrustc_metadata: Do not encode unnecessary module children
2022-04-12 Dylan DPCRollup merge of #95986 - yaahc:libs-autolabel, r=Mark...
2022-04-12 Dylan DPCRollup merge of #95973 - oli-obk:tait_ub3, r=compiler...
2022-04-12 Dylan DPCRollup merge of #95970 - WaffleLapkin:nicer_trait_sugge...
2022-04-12 Dylan DPCRollup merge of #95918 - compiler-errors:issue-95878...
next