]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast/src/ast.rs
Rename `ast::Lit` as `ast::MetaItemLit`.
[rust.git] / compiler / rustc_ast / src / ast.rs
2022-11-28 Nicholas NethercoteRename `ast::Lit` as `ast::MetaItemLit`.
2022-11-28 borsAuto merge of #104990 - matthiaskrgr:rollup-oskk8v3...
2022-11-27 Matthias KrügerRollup merge of #104989 - RalfJung:miri, r=RalfJung
2022-11-27 Matthias KrügerRollup merge of #104984 - GuillaumeGomez:remote-crate...
2022-11-27 Matthias KrügerRollup merge of #104976 - WaffleLapkin:move_comments...
2022-11-27 borsAuto merge of #104506 - joshtriplett:style-principles...
2022-11-27 borsAuto merge of #2702 - RalfJung:rustup, r=RalfJung
2022-11-27 Ralf JungMerge from rustc
2022-11-27 Matthias KrügerRollup merge of #104946 - notriddle:notriddle/popover...
2022-11-27 Matthias KrügerRollup merge of #104944 - aDotInTheVoid:jsondoclint...
2022-11-27 Matthias KrügerRollup merge of #104934 - ChrisDenton:all-anybody-wants...
2022-11-27 Matthias KrügerRollup merge of #104931 - Swatinem:async-pretty, r...
2022-11-27 Matthias KrügerRollup merge of #104917 - compiler-errors:requires...
2022-11-27 Matthias KrügerRollup merge of #104892 - lukas-code:discriminant,...
2022-11-27 Matthias KrügerRollup merge of #104882 - lcnr:notify-ocx, r=Mark-Simul...
2022-11-27 borsAuto merge of #104048 - cjgillot:split-lifetime, r...
2022-11-27 Maybe WafflePrefer doc comments over `//`-comments in compiler
2022-11-27 borsAuto merge of #103917 - oli-obk:layout_math, r=RalfJung...
2022-11-27 borsAuto merge of #103786 - tshepang:obsolete, r=jyn514
2022-11-27 borsAuto merge of #104818 - scottmcm:refactor-extend-func...
2022-11-26 borsAuto merge of #104950 - jyn514:revert-preview, r=Mark...
2022-11-26 borsAuto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe...
2022-11-26 Guillaume GomezRollup merge of #104943 - aDotInTheVoid:jsondoclint...
2022-11-26 Guillaume GomezRollup merge of #104928 - notriddle:notriddle/sidebar...
2022-11-26 Guillaume GomezRollup merge of #104924 - aDotInTheVoid:jsondocck-trait...
2022-11-26 Guillaume GomezRollup merge of #104921 - compiler-errors:no-binder...
2022-11-26 Guillaume GomezRollup merge of #104909 - compiler-errors:normalize_opa...
2022-11-26 Guillaume GomezRollup merge of #104788 - compiler-errors:unresolved...
2022-11-26 Guillaume GomezRollup merge of #104786 - WaffleLapkin:amp-mut-help...
2022-11-26 borsAuto merge of #104731 - compiler-errors:early-binder...
2022-11-26 Matthias KrügerRollup merge of #104839 - HintringerFabian:docs_array_f...
2022-11-26 Matthias KrügerRollup merge of #104121 - Lokathor:mir-opt-when-instruc...
2022-11-26 borsAuto merge of #103556 - clubby789:specialize-option...
2022-11-26 borsAuto merge of #104730 - petrochenkov:modchild5, r=cjgillot
2022-11-26 borsAuto merge of #104431 - alistair23:alistair/rv64-profil...
2022-11-25 Matthias KrügerRollup merge of #104835 - spastorino:use-partially_norm...
2022-11-25 Matthias KrügerRollup merge of #104797 - weihanglo:stream-write-dwp...
2022-11-25 Matthias KrügerRollup merge of #104760 - nnethercote:rm-LegacyDerive...
2022-11-25 Matthias KrügerRollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC
2022-11-25 Matthias KrügerRollup merge of #104849 - GuillaumeGomez:source-code...
2022-11-25 Matthias KrügerRollup merge of #104793 - nicholasbishop:bishop-add...
2022-11-25 Matthias KrügerRollup merge of #104654 - thomcc:alloc-tests-unsafe_op_...
2022-11-25 Matthias KrügerRollup merge of #103648 - jyn514:no-preview, r=Mark...
2022-11-25 borsAuto merge of #104650 - BlackHoleFox:stuck-with-xcode...
2022-11-25 borsAuto merge of #104602 - petrochenkov:effvisperf5, r...
2022-11-24 Matthias KrügerRollup merge of #104822 - spastorino:selctx-new-instead...
2022-11-24 Matthias KrügerRollup merge of #104820 - spastorino:remove-normalize_p...
2022-11-24 Matthias KrügerRollup merge of #104796 - notriddle:notriddle/unused...
2022-11-24 Matthias KrügerRollup merge of #104792 - notriddle:notriddle/crate...
2022-11-24 Matthias KrügerRollup merge of #104782 - oli-obk:const_eval_limit_bump...
2022-11-24 Matthias KrügerRollup merge of #104780 - BoxyUwU:error_reported_not_be...
2022-11-24 Matthias KrügerRollup merge of #104774 - vojtechkral:doc-str-empty...
2022-11-24 Matthias KrügerRollup merge of #104773 - oli-obk:overlap, r=lcnr
2022-11-24 Matthias KrügerRollup merge of #104747 - petrochenkov:ctorfields,...
2022-11-24 Matthias KrügerRollup merge of #104704 - ecnelises:p10vec, r=jackh726
2022-11-24 Matthias KrügerRollup merge of #104514 - chenyukang:yukang/fix-104513...
2022-11-24 borsAuto merge of #104321 - Swatinem:async-gen, r=oli-obk
2022-11-24 borsAuto merge of #104809 - matthiaskrgr:rollup-8abjdwh...
2022-11-24 Matthias KrügerRollup merge of #104778 - lnicola:rust-analyzer-2022...
2022-11-24 Matthias KrügerRollup merge of #104775 - spastorino:use-obligation...
2022-11-24 Matthias KrügerRollup merge of #104772 - GuillaumeGomez:small-accessib...
2022-11-24 Matthias KrügerRollup merge of #104771 - est31:if_let_chain_broken_mir...
2022-11-24 Matthias KrügerRollup merge of #104753 - compiler-errors:drop-tracking...
2022-11-24 Matthias KrügerRollup merge of #104742 - WaffleLapkin:forbidden-SUPER...
2022-11-24 Matthias KrügerRollup merge of #104594 - compiler-errors:dyn-star...
2022-11-24 Matthias KrügerRollup merge of #104517 - dfordivam:patch-1, r=cuviper
2022-11-24 Matthias KrügerRollup merge of #103908 - estebank:consider-cloning...
2022-11-24 borsAuto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
2022-11-24 borsAuto merge of #104610 - ouz-a:revert-overflow, r=compil...
2022-11-24 borsAuto merge of #104507 - WaffleLapkin:asderefsyou, r...
2022-11-23 Maybe WaffleAdd `Mutability::mutably_str`
2022-11-23 Maybe WaffleDon't accept `Mutability` by ref
2022-11-23 Maybe WaffleAdd `Mutability::{is_mut,is_not}`
2022-11-23 Esteban KüberSuggest `.clone()` or `ref binding` on E0382
2022-11-23 borsAuto merge of #104410 - WaffleLapkin:unregress, r=estebank
2022-11-23 Maybe WaffleAdd `Mutability::ref_prefix_str`, order `Mutability...
2022-11-23 Laurențiu Nicola:arrow_up: rust-analyzer
2022-11-23 Dylan DPCRollup merge of #104721 - WaffleLapkin:deref-harder...
2022-11-23 Dylan DPCRollup merge of #104286 - ozkanonur:fix-doc-bootstrap...
2022-11-23 borsAuto merge of #103947 - camsteffen:place-clones, r...
2022-11-23 Manish GoregaokarRollup merge of #104647 - RalfJung:alloc-strict-provena...
2022-11-23 Manish GoregaokarRollup merge of #104621 - YC:master, r=davidtwco
2022-11-23 Manish GoregaokarRollup merge of #104612 - Swatinem:async-ret-y, r=estebank
2022-11-23 Manish GoregaokarRollup merge of #104359 - Nilstrieb:plus-one, r=fee1...
2022-11-23 Manish GoregaokarRollup merge of #103488 - oli-obk:impl_trait_for_tait...
2022-11-22 Yuki OkushiRollup merge of #104728 - WaffleLapkin:require-lang...
2022-11-22 Yuki OkushiRollup merge of #104724 - WaffleLapkin:to_def_idn't...
2022-11-22 Yuki OkushiRollup merge of #104722 - mejrs:stress, r=ChrisDenton
2022-11-22 Yuki OkushiRollup merge of #102293 - ecnelises:aix.initial, r...
2022-11-22 Yuki OkushiRollup merge of #101368 - thomcc:wintls-noinline, r...
2022-11-22 borsAuto merge of #104688 - flip1995:clippyup, r=Manisheart...
2022-11-22 borsAuto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r...
2022-11-22 Dylan DPCRollup merge of #104701 - compiler-errors:rpitit-remove...
2022-11-22 Dylan DPCRollup merge of #104669 - LeSeulArtichaut:88015-if...
2022-11-22 Dylan DPCRollup merge of #104615 - spastorino:create-async-def...
2022-11-22 Dylan DPCRollup merge of #104464 - mati865:reduce-eh-overallocat...
2022-11-22 Dylan DPCRollup merge of #104295 - compiler-errors:rpitit-generi...
2022-11-22 borsAuto merge of #103578 - petrochenkov:nofict, r=nagisa
2022-11-22 Manish GoregaokarRollup merge of #104638 - Nilstrieb:macro-diagnostics...
2022-11-22 Manish GoregaokarRollup merge of #104622 - nicholasbishop:bishop-uefi...
next