]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #92870 - llogiq:atomic_bool_sym, r=Manishearth
[rust.git] / compiler /
2022-01-14 Maybe WaffleCheck for duplicate arguments in `#[rustc_must_implemen...
2022-01-14 Matthias KrügerRollup merge of #92864 - Urgau:fix-missing-source-dot...
2022-01-14 Matthias KrügerRollup merge of #92854 - Urgau:better-rust-logo, r...
2022-01-14 Matthias KrügerRollup merge of #92849 - flip1995:clippyup, r=Manishearth
2022-01-14 Matthias KrügerRollup merge of #92840 - hafeoz:master, r=ehuss
2022-01-14 Matthias KrügerRollup merge of #92818 - GuillaumeGomez:update-doc...
2022-01-14 Matthias KrügerRollup merge of #92810 - compiler-errors:deduplicate...
2022-01-14 Matthias KrügerRollup merge of #92768 - ojeda:stabilize-maybe_uninit_e...
2022-01-14 Matthias KrügerRollup merge of #92381 - ThePuzzlemaker:issue-92308...
2022-01-14 Matthias KrügerRollup merge of #92045 - oli-obk:cleanup, r=petrochenkov
2022-01-14 borsAuto merge of #92781 - lambinoo:I-92755-no-mir-missing...
2022-01-14 Michael GouletFix suggesting turbofish with lifetime arguments
2022-01-14 borsAuto merge of #92844 - matthiaskrgr:rollup-z5wb6yi...
2022-01-14 Lambfix: set struct/union/enum fields/variants as reachable...
2022-01-14 Amanieu d'AntrasRemove LLVMRustMarkAllFunctionsNounwind
2022-01-14 Ellenreduce indentaton
2022-01-14 Ellenfix bug
2022-01-14 Esteban KuberParse `Ty?` as `Option<Ty>` and provide structured...
2022-01-13 Eric HolkGenerate more precise generator names
2022-01-13 Jack HueyIgnore static lifetimes for GATs outlives lint
2022-01-13 borsAuto merge of #89861 - nbdd0121:closure, r=wesleywiser
2022-01-13 hafeozRemove `asm` feature from lints example
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 Matthias KrügerRollup merge of #92832 - ehuss:1.58-releases, r=Mark...
2022-01-13 Matthias KrügerRollup merge of #92807 - ehuss:update-cargo, r=ehuss
2022-01-13 Matthias KrügerRollup merge of #92334 - dtolnay:rustdocmatcher, r...
2022-01-13 Matthias KrügerRollup merge of #92277 - petrochenkov:cmrval2, r=jackh726
2022-01-13 Matthias KrügerRollup merge of #92142 - wesleywiser:fix_codecoverage_p...
2022-01-13 Matthias KrügerRollup merge of #92006 - oli-obk:welcome_opaque_types_i...
2022-01-13 Matthias KrügerRollup merge of #91938 - yaahc:error-reporter, r=m...
2022-01-13 Matthias KrügerRollup merge of #91687 - euclio:tuple-variant-field...
2022-01-13 Matthias KrügerRollup merge of #90001 - Fearyncess:master, r=alexcrichton
2022-01-13 hafeozFix lints documents
2022-01-13 borsAuto merge of #92553 - m-ou-se:thread-join-simplify...
2022-01-13 borsAuto merge of #92526 - djc:rustdoc-askama, r=jsha
2022-01-12 Camille GILLOTErr about fn traits in a single place.
2022-01-12 pierwillRename environment variable for overriding rustc version
2022-01-12 borsAuto merge of #92169 - In-line:no-cache-selector-lrc...
2022-01-12 Tomasz MiąskoError codes specific to LLVM-style inline asssembly...
2022-01-12 Michael Gouletsuggest deref/unboxing before wrapping variant
2022-01-12 Camille GILLOTEnsure res and module are consistent with each other.
2022-01-12 borsAuto merge of #92811 - matthiaskrgr:rollup-wrctcef...
2022-01-12 Tomasz MiąskoRemove no longer used `MutateMode` enum
2022-01-12 Tomasz MiąskoRemove deprecated LLVM-style inline assembly
2022-01-12 Michael GouletDon't leak inference variables in array unsizing
2022-01-12 Michael GouletCanonicalize const variables correctly
2022-01-12 lcnrremove unused FIXME
2022-01-12 Oli SchererDon't fall back to crate-level opaque type definitions.
2022-01-12 Matthias KrügerRollup merge of #92764 - GuillaumeGomez:fix-rust-logo...
2022-01-12 Matthias KrügerRollup merge of #92756 - lnicola:rust-analyzer-2022...
2022-01-12 Matthias KrügerRollup merge of #92754 - ytmimi:AsmArgs-field-visibilit...
2022-01-12 Matthias KrügerRollup merge of #92748 - david-perez:eliminate-boxed...
2022-01-12 Matthias KrügerRollup merge of #92742 - GuillaumeGomez:missing-suffix...
2022-01-12 Matthias KrügerRollup merge of #92732 - wesleywiser:note_musl_patch_in...
2022-01-12 Matthias KrügerRollup merge of #92720 - rosik:patch-1, r=m-ou-se
2022-01-12 Matthias KrügerRollup merge of #92709 - joshtriplett:file-options...
2022-01-12 Matthias KrügerRollup merge of #92707 - JohnScience:patch-1, r=Guillau...
2022-01-12 Matthias KrügerRollup merge of #92703 - joshtriplett:relnotes-file...
2022-01-12 Matthias KrügerRollup merge of #92699 - camelid:private-fields, r...
2022-01-12 Matthias KrügerRollup merge of #92506 - nico-abram:uwu, r=Mark-Simulacrum
2022-01-12 Matthias KrügerRollup merge of #92432 - fee1-dead:constck-impl-constne...
2022-01-12 Matthias KrügerRollup merge of #92328 - camelid:sentence, r=scottmcm
2022-01-12 Michael GouletDeduplicate box deref and regular deref suggestions
2022-01-11 Mahdi Dibaieerustc_pass_by_value: handle inferred generic types...
2022-01-11 borsAuto merge of #92533 - Aaron1011:variant-symbol, r...
2022-01-11 Mahdi Dibaieerustc_pass_by_value: handle generic and const type...
2022-01-11 borsAuto merge of #90948 - oli-obk:🧹, r=nikomatsakis
2022-01-11 Aaron HillStore a `Symbol` instead of an `Ident` in `VariantDef...
2022-01-11 borsAuto merge of #92070 - rukai:replace_vec_into_iter_with...
2022-01-11 Mahdi Dibaieerustc_pass_by_value: allow types with no parameters...
2022-01-11 borsAuto merge of #92012 - llogiq:repr-c-def-id, r=michaelw...
2022-01-11 Yacin TmimiUpdate AsmArgs field visibility for rustfmt
2022-01-11 James R Tfix(compiler): correct minor typos in some long error...
2022-01-11 borsAuto merge of #92601 - camelid:more-intra-doc-cleanup...
2022-01-10 Josh StoneUpdate rayon and rustc-rayon
2022-01-10 Mahdi Dibaieerustc_pass_by_value remove dependency on rustc_diagnost...
2022-01-10 Mahdi Dibaieerustc_pass_by_value lint: add test on custom types
2022-01-10 bjorn3Use pre-interned symbols in a couple of places
2022-01-10 borsAuto merge of #92719 - matthiaskrgr:rollup-tc7oqys...
2022-01-10 Vadim Petrochenkovexpand: Pick `cfg`s and `cfg_attrs` one by one, like...
2022-01-10 Matthias KrügerRollup merge of #92717 - RalfJung:miri, r=RalfJung
2022-01-10 Matthias KrügerRollup merge of #92702 - ehuss:clean-lang_items-extract...
2022-01-10 Matthias KrügerRollup merge of #92693 - ojeda:relnotes, r=pietroalbini
2022-01-10 Matthias KrügerRollup merge of #92636 - compiler-errors:normalize...
2022-01-10 Matthias KrügerRollup merge of #92602 - jsha:source-link-2, r=Guillaum...
2022-01-10 Matthias KrügerRollup merge of #92357 - GuillaumeGomez:fix-doc-comment...
2022-01-10 Matthias KrügerRollup merge of #92248 - compiler-errors:normalize...
2022-01-10 Maybe WaffleFix `#[rustc_must_implement_one_of]`
2022-01-10 borsAuto merge of #87487 - lambinoo:I-64762_unreachable_pub...
2022-01-10 Jack HueyElaborate param_env predicates when checking if type...
2022-01-10 borsAuto merge of #92278 - Aaron1011:fix-fingerprint-cachin...
2022-01-09 Eric HussClean up lang_items::extract
2022-01-09 LambCompute most of Public/Exported access level in rustc_r...
2022-01-09 Eric HussMark windows_subsytem and no_builtins as crate-only...
2022-01-09 Eric HussAdd validation for `link` attribute position.
2022-01-09 borsAuto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov
2022-01-09 Vadim Petrochenkovrustc_metadata: Stop passing `CrateMetadataRef` by...
2022-01-09 Mahdi Dibaieefeat: pass_by_value lint attribute
2022-01-09 borsAuto merge of #92690 - matthiaskrgr:rollup-rw0oz05...
2022-01-09 Matthias KrügerRollup merge of #92673 - GuillaumeGomez:remove-all...
next