about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-28Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errorsMatthias Krüger-0/+41
2022-11-28Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebankMatthias Krüger-0/+23
2022-11-28Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obkMatthias Krüger-0/+66
2022-11-28Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obkMatthias Krüger-1/+1
2022-11-28Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkovMatthias Krüger-18/+25
2022-11-28Auto merge of #105008 - Dylan-DPC:rollup-wcd19yu, r=Dylan-DPCbors-119/+103
2022-11-28Auto merge of #102991 - Sp00ph:master, r=scottmcmbors-25/+16
2022-11-28Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8KiDylan DPC-50/+46
2022-11-28Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errorsDylan DPC-1/+1
2022-11-28Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8KiDylan DPC-68/+56
2022-11-28fix clippy testsEsteban Küber-13/+13
2022-11-28Tweak outputEsteban Küber-23/+19
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-50/+50
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-10/+8
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-9/+18
2022-11-28Auto merge of #104915 - weihanglo:update-cargo, r=ehussbors-0/+2
2022-11-27Avoid ICE if the Clone trait is not found while building error suggestionsBruno A. Muciño-0/+41
2022-11-28Auto merge of #104990 - matthiaskrgr:rollup-oskk8v3, r=matthiaskrgrbors-522/+943
2022-11-27Fix `pretty-std` testMarkus Everling-2/+2
2022-11-27Rollup merge of #104989 - RalfJung:miri, r=RalfJungMatthias Krüger-500/+893
2022-11-27Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddleMatthias Krüger-5/+21
2022-11-27Rollup merge of #104955 - GuillaumeGomez:migrate-to-func, r=notriddleMatthias Krüger-17/+29
2022-11-27Auto merge of #104506 - joshtriplett:style-principles-readability-in-plain-te...bors-1/+3
2022-11-27clippyRalf Jung-19/+15
2022-11-27advice on josh pushingRalf Jung-0/+7
2022-11-27Merge from rustcRalf Jung-21338/+15795
2022-11-27Preparing for merge from rustcRalf Jung-1/+1
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-68/+56
2022-11-27Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlinbors-157/+339
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-80/+222
2022-11-27Fix natvis `VecDeque` formatterMarkus Everling-8/+7
2022-11-27Add rustdoc test for Deref to primitive typesGuillaume Gomez-0/+15
2022-11-27Remove Crate::primitives fieldGuillaume Gomez-5/+6
2022-11-27Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=Guillaume...Matthias Krüger-5/+69
2022-11-27Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514Matthias Krüger-3/+70
2022-11-27Rollup merge of #104931 - Swatinem:async-pretty, r=eholkMatthias Krüger-69/+68
2022-11-27Rollup merge of #95836 - workingjubilee:doctest-exe, r=notriddleMatthias Krüger-3/+15
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-145/+281
2022-11-27Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJungbors-1/+3
2022-11-27Auto merge of #2701 - RalfJung:smoke, r=RalfJungbors-1/+1
2022-11-27run_tests_minimal: actually run the smoke test on the desired targetRalf Jung-1/+1
2022-11-27CI: fix begingroup printingRalf Jung-1/+1
2022-11-27make simple check of prinf function.Vincenzo Palazzo-0/+23
2022-11-27Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnrbors-20/+115
2022-11-27Use `.wasm` extension when building for wasm in cargo-mirinils-1/+3
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-1/+1
2022-11-27Auto merge of #103786 - tshepang:obsolete, r=jyn514bors-7/+1
2022-11-27Auto merge of #96451 - JakobDegen:dest-prop, r=tmiaskobors-365/+425
2022-11-26Attempt to solve problem with globsJubilee Young-1/+1
2022-11-26Use target exe_suffix for doctestsJubilee Young-2/+14