about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-19Implement split_at_spare_mut directlyBen Kimock-2/+5
2021-12-18Auto merge of #91837 - Kobzol:stable-hash-map-avoid-sort, r=the8472bors-23/+43
2021-12-18Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgrbors-429/+543
2021-12-18Auto merge of #92064 - matthiaskrgr:rollup-tgj2pai, r=matthiaskrgrbors-192/+183
2021-12-18Rollup merge of #92050 - r00ster91:patch-5, r=camelidMatthias Krüger-2/+2
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-1/+43
2021-12-18Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwcoMatthias Krüger-8/+19
2021-12-18Rollup merge of #91931 - LegionMammal978:less-inband-codegen_llvm, r=davidtwcoMatthias Krüger-392/+429
2021-12-18Rollup merge of #91926 - SylvanB:remove_in_band_lifetimes_from_rustc_metadata...Matthias Krüger-13/+12
2021-12-18Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwcoMatthias Krüger-10/+31
2021-12-18Rollup merge of #92032 - petrochenkov:extblockpath, r=oli-obkMatthias Krüger-28/+33
2021-12-18Rollup merge of #92022 - woodenarrow:br_expected_bool, r=estebankMatthias Krüger-15/+7
2021-12-18Rollup merge of #92018 - estebank:missing-ticks, r=oli-obkMatthias Krüger-21/+21
2021-12-18Rollup merge of #91977 - GuillaumeGomez:unify-search-code, r=jshaMatthias Krüger-110/+102
2021-12-18Rollup merge of #91925 - LegionMammal978:less-inband-privacy, r=nagisaMatthias Krüger-9/+8
2021-12-18Rollup merge of #91923 - LegionMammal978:less-inband-query_impl, r=michaelwoe...Matthias Krüger-8/+7
2021-12-18Rollup merge of #91858 - semarie:runpath, r=petrochenkovMatthias Krüger-1/+5
2021-12-18Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgrbors-255/+228
2021-12-18Rollup merge of #92030 - rukai:stdlib2021, r=m-ou-seMatthias Krüger-16/+17
2021-12-18Rollup merge of #92025 - devnexen:revert-91553-anc_data_dfbsd, r=kennytmMatthias Krüger-92/+8
2021-12-18Rollup merge of #91922 - LegionMammal978:less-inband-mir_dataflow, r=nagisaMatthias Krüger-60/+70
2021-12-18Rollup merge of #91909 - lnicola:rust-analyzer-2021-12-14, r=lnicolaMatthias Krüger-17/+21
2021-12-18Rollup merge of #91896 - pitaj:91867-passes, r=michaelwoeristerMatthias Krüger-34/+33
2021-12-18Rollup merge of #91516 - rukai:improve_mut_addition_help, r=estebankMatthias Krüger-36/+41
2021-12-18Rollup merge of #91439 - ecstatic-morse:const-cmp-trait-default-methods, r=ol...Matthias Krüger-0/+38
2021-12-18hir: Do not introduce dummy type names for `extern` blocks in def pathsVadim Petrochenkov-28/+33
2021-12-18Auto merge of #92059 - matthiaskrgr:rollup-bainfyh, r=matthiaskrgrbors-520/+1325
2021-12-18Rollup merge of #92016 - calebcartwright:expose-asm-args-parsing, r=AmanieuMatthias Krüger-29/+43
2021-12-18Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726Matthias Krüger-19/+12
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-77/+311
2021-12-18Rollup merge of #91910 - tmiasko:miri-extern-type, r=RalfJungMatthias Krüger-27/+69
2021-12-18Rollup merge of #91818 - camelid:unused-result-type, r=jackh726Matthias Krüger-3/+5
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-320/+731
2021-12-18Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726Matthias Krüger-45/+154
2021-12-18get_mut_span_in_struct_field uses span.betweenLucas Kent-9/+7
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-142/+900
2021-12-17Add space and 2 grave accentsr00ster-2/+2
2021-12-17Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnaybors-15/+89
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-16/+17
2021-12-17Point to the tracking issueDeadbeef-28/+28
2021-12-17Bless ui testsDeadbeef-12/+12
2021-12-17Add a temporary hack before env fix lands in bootstrapDeadbeef-4/+17
2021-12-17Constify (most) `Option` methodsDeadbeef-61/+282
2021-12-17Use a const ParamEnv when in default_method_body_is_constDeadbeef-1/+43
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-4446/+2856
2021-12-17Auto merge of #8134 - flip1995:rustup, r=flip1995bors-161/+144
2021-12-17Bump nightly version -> 2021-12-17flip1995-1/+1