about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-18Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgrbors-4/+53
2021-12-18Auto merge of #92064 - matthiaskrgr:rollup-tgj2pai, r=matthiaskrgrbors-136/+129
2021-12-18Rollup merge of #92047 - Aaron1011:location-detail-backtrace, r=Mark-SimulacrumMatthias Krüger-3/+7
2021-12-18Rollup merge of #92037 - fee1-dead:fix_env_dmbic, r=oli-obkMatthias Krüger-0/+36
2021-12-18Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwcoMatthias Krüger-1/+10
2021-12-18Rollup merge of #92032 - petrochenkov:extblockpath, r=oli-obkMatthias Krüger-6/+6
2021-12-18Rollup merge of #92018 - estebank:missing-ticks, r=oli-obkMatthias Krüger-20/+20
2021-12-18Rollup merge of #91977 - GuillaumeGomez:unify-search-code, r=jshaMatthias Krüger-110/+102
2021-12-18Rollup merge of #91858 - semarie:runpath, r=petrochenkovMatthias Krüger-0/+1
2021-12-18Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgrbors-28/+54
2021-12-18Rollup merge of #92030 - rukai:stdlib2021, r=m-ou-seMatthias Krüger-2/+4
2021-12-18Rollup merge of #91909 - lnicola:rust-analyzer-2021-12-14, r=lnicolaMatthias Krüger-17/+21
2021-12-18Rollup merge of #91516 - rukai:improve_mut_addition_help, r=estebankMatthias Krüger-9/+29
2021-12-18hir: Do not introduce dummy type names for `extern` blocks in def pathsVadim Petrochenkov-6/+6
2021-12-18Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726Matthias Krüger-11/+6
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-12/+12
2021-12-18Rollup merge of #91910 - tmiasko:miri-extern-type, r=RalfJungMatthias Krüger-0/+58
2021-12-18Rollup merge of #91818 - camelid:unused-result-type, r=jackh726Matthias Krüger-2/+2
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-203/+654
2021-12-18Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726Matthias Krüger-15/+64
2021-12-18get_mut_span_in_struct_field uses span.betweenLucas Kent-1/+1
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-50/+739
2021-12-17Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnaybors-3/+16
2021-12-17Set `RUST_BACKTRACE=0` when running location-detail testsAaron Hill-3/+7
2021-12-17Auto merge of #92036 - flip1995:clippyup, r=Manishearthbors-4446/+2856
2021-12-18Update stdlib to the 2021 editionLucas Kent-2/+4
2021-12-17Bless ui testsDeadbeef-12/+12
2021-12-17Use a const ParamEnv when in default_method_body_is_constDeadbeef-0/+36
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-4446/+2856
2021-12-17pass -Wl,-z,origin to set DF_ORIGIN when using rpathSébastien Marie-0/+1
2021-12-17Auto merge of #92023 - ehuss:update-cargo, r=ehussbors-0/+0
2021-12-17Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomezbors-20/+31
2021-12-16Update cargoEric Huss-0/+0
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-20/+20
2021-12-17Improve suggestion to change struct field to &mutLucas Kent-9/+29
2021-12-16Auto merge of #92003 - matthiaskrgr:rollup-obgv0rt, r=matthiaskrgrbors-1/+115
2021-12-16Make loop more clear by renaming variablesGuillaume Gomez-4/+8
2021-12-16Clean up search code and unify function returned valuesGuillaume Gomez-108/+96
2021-12-16Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obkMatthias Krüger-0/+21
2021-12-16Rollup merge of #91987 - jsha:docdocgoose, r=jyn514Matthias Krüger-0/+30
2021-12-16Rollup merge of #91967 - lnicola:freebsd-devstat, r=kennytmMatthias Krüger-1/+1
2021-12-16Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkovMatthias Krüger-0/+63
2021-12-16Auto merge of #91833 - klensy:rd-minus-alloc, r=jyn514bors-11/+6
2021-12-16Fix default_method_body_is_const when used across cratesDeadbeef-0/+21
2021-12-16Rollup merge of #91958 - jsha:rust-logo, r=GuillaumeGomezMatthias Krüger-18/+28
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+30
2021-12-16Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiserbors-195/+311
2021-12-15miri: lift restriction on extern types being the only field in a structTomasz Miąsko-0/+58
2021-12-15Add a lint for duplicated attributes.Ethiraric-0/+63
2021-12-15Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obkbors-7/+21