about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-13Rollup merge of #94907 - bjorn3:smaller_rust_src_component, r=Mark-SimulacrumMatthias Krüger-0/+5
2022-03-13Rollup merge of #94844 - bjorn3:rustbuild_cleanup, r=Mark-SimulacrumMatthias Krüger-164/+222
2022-03-13Rollup merge of #94777 - lancethepants:armv7-unknown-linux-uclibceabi, r=Mark...Matthias Krüger-11/+21
2022-03-13Omit stdarch test crates from the rust-src componentbjorn3-0/+5
2022-03-13Remove FieldName enumbjorn3-34/+6
2022-03-13Auto merge of #94704 - Kobzol:llvm-pgo-update-suite, r=Mark-Simulacrumbors-32/+49
2022-03-13Prevent duplicate monomorphization of deserialization implsbjorn3-1/+5
2022-03-13Use trimmed down deserialization impl for configbjorn3-146/+237
2022-03-13Rename derive_merge macro to define_config and move Deserialize impl into itbjorn3-19/+10
2022-03-13Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jshabors-3/+25
2022-03-13Auto merge of #94862 - pierwill:bootstrap-useless, r=Dylan-DPCbors-9/+5
2022-03-13Auto merge of #94898 - RalfJung:miri, r=RalfJungbors-7/+11
2022-03-12update MiriRalf Jung-7/+11
2022-03-13Auto merge of #94895 - matthiaskrgr:rollup-9hue5qk, r=matthiaskrgrbors-3/+20
2022-03-12Rollup merge of #94894 - camelid:into, r=nagisaMatthias Krüger-2/+2
2022-03-12Rollup merge of #94886 - GuillaumeGomez:update-browser-ui-test, r=notriddleMatthias Krüger-1/+1
2022-03-12Rollup merge of #94867 - notriddle:notriddle/i32-count-regression-test, r=Dyl...Matthias Krüger-0/+17
2022-03-12Auto merge of #90358 - DevinR528:omitted-field-fix, r=jackh726bors-76/+412
2022-03-12Remove needless use of `Into`Noah Lev-2/+2
2022-03-12Fix rebase conflicts with stderr filesDevin Ragotzy-53/+160
2022-03-12Only filter doc(hidden) fields/variants when not crate localDevin Ragotzy-9/+65
2022-03-12Update output for doc hidden usefulness ui test outputDevin Ragotzy-62/+64
2022-03-12Add struct to doc hidden usefulness ui testsDevin Ragotzy-11/+35
2022-03-12Add struct to stability ui tests in usefulnessDevin Ragotzy-15/+60
2022-03-12Update non-exhaustive omitted_patterns ui outputDevin Ragotzy-4/+46
2022-03-12Add unstable struct fields to ui testsDevin Ragotzy-2/+62
2022-03-12Auto merge of #94865 - notriddle:notriddle/single-colon-path-not-const-generi...bors-0/+24
2022-03-12Auto merge of #94711 - ouz-a:master3, r=oli-obkbors-0/+92
2022-03-12Use consistent prose for `::`Michael Howell-2/+2
2022-03-12Update browser-ui-test version used in CIGuillaume Gomez-1/+1
2022-03-12Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obkbors-0/+6
2022-03-12Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obkbors-3/+3
2022-03-12Auto merge of #94875 - matthiaskrgr:rollup-tq1li2d, r=matthiaskrgrbors-93/+758
2022-03-12Rollup merge of #94863 - pierwill:bootstrap-slicing, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-03-12Rollup merge of #94833 - c410-f3r:meta-take-2, r=petrochenkovMatthias Krüger-83/+689
2022-03-12Rollup merge of #94150 - Enselic:synthetic-generic-parameters-in-json, r=Craf...Matthias Krüger-5/+64
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-101/+102
2022-03-11fix another assumption about boxDrMeepster-0/+6
2022-03-11diagnostics: do not spurriously claim something is "not an iterator"Michael Howell-3/+3
2022-03-11Add regression test for `<i32 as Iterator>::count`Michael Howell-0/+17
2022-03-11diagnostics: single colon within `<>` probably, not type ascriptionMichael Howell-0/+24
2022-03-11Implement macro meta-variable expressionCaio-83/+689
2022-03-11Remove redundant slicing of whole ranges in `bootstrap`pierwill-5/+5
2022-03-11Remove unneeded conversions in bootstrapping codepierwill-9/+5
2022-03-11Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...Dylan DPC-0/+56
2022-03-11Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obkDylan DPC-6/+50
2022-03-11Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplettDylan DPC-2/+2
2022-03-11Rollup merge of #94769 - GuillaumeGomez:collapsed-by-default, r=notriddleDylan DPC-6/+19
2022-03-11Update GUI testGuillaume Gomez-1/+8
2022-03-11Collapse Blanket Implementations and Auto-trait implementations by defaultGuillaume Gomez-5/+11