]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #95456 - RalfJung:size, r=oli-obk
[rust.git] / compiler /
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 #95314 - c410-f3r:aqui-vamos-nos, 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 #94789 - compiler-errors:fatal-never...
2022-03-28 borsAuto merge of #95396 - TaKO8Ki:suggest-replacing-field...
2022-03-28 borsAuto merge of #95300 - workingjubilee:less-bitsets...
2022-03-28 klensyPropagate `parallel_compiler` feature through rustc...
2022-03-28 klensyuse cfg attribute instead of macro
2022-03-28 Michael GouletMake fatal DiagnosticBuilder yield never
2022-03-28 Takayuki Maedause `can_coerce` instead of `same_type_modulo_infer`
2022-03-28 Takayuki Maedasuggest replacing field when using the same type
2022-03-28 borsAuto merge of #95393 - Dylan-DPC:rollup-l72f39g, r...
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-28 borsAuto merge of #95333 - GuillaumeGomez:auto-trait-perf...
2022-03-27 Nicholas NethercoteIgnore doc comments in a declarative macro matcher.
2022-03-27 Michael Gouletsuggest wrapping in struct tuples as well
2022-03-27 Michael Gouletdo not suggest enum tuple variant for named field variant
2022-03-27 Michael Gouletsuggest wrapping patterns with compatible enum variants
2022-03-27 Nicholas NethercoteRemove `Nonterminal::NtTT`.
2022-03-27 borsAuto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r...
2022-03-27 Dylan DPCRollup merge of #95368 - lopopolo:lopopolo/string-try...
2022-03-27 Dylan DPCRollup merge of #95366 - c410-f3r:moar-tests, r=petroch...
2022-03-27 Dylan DPCRollup merge of #95364 - GuillaumeGomez:long-error...
2022-03-27 Dylan DPCRollup merge of #95120 - smoelius:backward-switch-int...
2022-03-27 Dylan DPCRollup merge of #94939 - notriddle:notriddle/fru-comma...
2022-03-27 DrMeepsterfix other source of box deref
2022-03-27 borsAuto merge of #94495 - estebank:missing-closing-gt...
2022-03-27 Dylan MacKenzieNit
2022-03-27 Michael Howelldiagnostics: suggest missing comma in bad FRU syntax
2022-03-27 Guillaume GomezAdd long error explanation for E0667
2022-03-27 borsAuto merge of #95355 - dtolnay:ripgreptest, r=Dylan-DPC
2022-03-27 borsAuto merge of #93957 - SaltyKitkat:stablize_const_ptr_o...
2022-03-27 Esteban KuberHandle `,` to `;` substitution in arg params
2022-03-27 borsAuto merge of #95351 - Dylan-DPC:rollup-o1il7tx, r...
2022-03-27 Dylan DPCRollup merge of #95341 - Meziu:armv6k-3ds-target, r...
2022-03-27 Dylan DPCRollup merge of #95340 - RalfJung:pnvi, r=oli-obk
2022-03-27 Dylan DPCRollup merge of #95335 - Badel2:resolve-path, r=Dylan-DPC
2022-03-27 Dylan DPCRollup merge of #93469 - compiler-errors:issue-93450...
2022-03-27 Dylan DPCRollup merge of #91981 - estebank:tweakaroo, r=lcnr
2022-03-27 Esteban KuberProvide suggestion for missing `>` in a type parameter...
2022-03-27 Esteban Kuberreview comments and rebase
2022-03-27 Esteban KuberChange wording of missing return type suggestion
2022-03-27 Esteban KuberDrive by: handle references in `same_type_modulo_infer`
2022-03-27 Esteban KuberPoint (again) to more expressions with their type,...
2022-03-27 Esteban KuberAlso resolve `const` param suggestion
2022-03-27 Esteban KuberEagerly replace `{integer}`/`{float}` with `i32`/`f64...
2022-03-27 borsAuto merge of #95338 - bjorn3:sync_cg_gcc-2022-03-26...
2022-03-27 Guillaume GomezRemove SelectionContext::allow_negative_impls field
2022-03-26 Vadim Petrochenkovresolve: Simplify some diagnostic code to avoid an ICE
2022-03-26 borsAuto merge of #92472 - petrochenkov:nowrapident, r...
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 Ralf Junginterpret: with enforce_number_validity, ensure integer...
2022-03-26 bjorn3Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506...
2022-03-26 Ralf Junginterpret: mark a dead match arm as dead
2022-03-26 Badel2Move resolve_path to rustc_builtin_macros and make...
2022-03-26 Guillaume GomezFix perf issue for auto trait selection
2022-03-26 Ian ChamberlainEnable #[thread_local] on armv6k-nintendo-3ds
2022-03-26 borsAuto merge of #95326 - lupd:std-iter-doc, r=Dylan-DPC
2022-03-26 Samuel E. Moelius IIIAddress review comments
2022-03-26 Vadim Petrochenkovproc-macro: Stop wrapping `ident` matchers into groups
2022-03-26 borsAuto merge of #95306 - est31:master, r=Dylan-DPC
2022-03-26 DrMeepstercheck the the right field
2022-03-26 DrMeepsterwiden special case on deref to all non-zst allocators
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 #95172 - GuillaumeGomez:reduce-wait-for...
2022-03-25 CaioMinor `let_chains` modification
2022-03-25 Michael Howelldiagnostics: correct generic bounds with doubled colon
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 Michael Woeristerincr. comp.: Let compiler retry finalizing session...
2022-03-25 borsAuto merge of #95255 - petrochenkov:suggresolve, r...
2022-03-25 Jubilee YoungSkip needless bitset for debuginfo
2022-03-25 Martin KröningRemove hermitkernel targets
2022-03-25 borsAuto merge of #95082 - spastorino:overlap-inherent...
2022-03-25 borsAuto merge of #95259 - nnethercote:more-macro-expansion...
2022-03-25 Jubilee YoungUse a let-chain in _session::output (nfc)
2022-03-25 Jubilee YoungVigorously refactor _session::code_stats (nfc)
2022-03-25 Jubilee YoungPrettify rustc_session fmt with capturing args (nfc)
2022-03-25 borsAuto merge of #92361 - vacuus:doctest-run-test-out...
2022-03-25 Nicholas NethercoteShrink `MatcherPosRepetition`.
2022-03-25 Nicholas NethercoteShrink `NamedMatchVec` to one inline element.
2022-03-25 Nicholas NethercoteSplit `NamedMatch::MatchNonterminal` in two.
2022-03-25 borsAuto merge of #95291 - Dylan-DPC:rollup-vrb4wlw, r...
2022-03-25 Dylan DPCRollup merge of #95276 - FoseFx:clippy_trim_split_white...
2022-03-25 Dylan DPCRollup merge of #95270 - michaelwoerister:fix-box-unsiz...
2022-03-25 Dylan DPCRollup merge of #95179 - b-naber:eval-in-try-unify...
2022-03-25 Dylan DPCRollup merge of #94655 - JakobDegen:mir-phase-docs...
2022-03-25 Dylan DPCRollup merge of #94391 - light4:issue-90319, r=estebank
next