about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-23fix commentBastian Kauschke-1/+1
2020-03-23type_of AnonConst AssocTy does not require parentBastian Kauschke-1/+1
2020-03-22correctly handle const params in type_ofBastian Kauschke-15/+73
2020-03-22Auto merge of #70275 - Dylan-DPC:rollup-1fbosob, r=Dylan-DPCbors-252/+321
2020-03-22Rollup merge of #70266 - petrochenkov:prochead, r=varkorDylan DPC-31/+20
2020-03-22Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=CentrilDylan DPC-67/+34
2020-03-22Rollup merge of #70240 - brain0:thread_id, r=Mark-SimulacrumDylan DPC-4/+4
2020-03-22Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-SimulacrumDylan DPC-115/+92
2020-03-22Rollup merge of #70223 - lcnr:issue70167, r=eddybDylan DPC-4/+54
2020-03-22Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkovDylan DPC-14/+66
2020-03-22Rollup merge of #70172 - eddyb:retokenize-external-src, r=petrochenkovDylan DPC-7/+15
2020-03-22Rollup merge of #68099 - lukaslueg:into_raw_unsafe, r=LukasKalbertodtDylan DPC-10/+36
2020-03-22Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa...bors-57/+32
2020-03-22proc_macro_harness: Use item header spans for errorsVadim Petrochenkov-31/+20
2020-03-22Auto merge of #68098 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrumbors-3/+11
2020-03-22Auto merge of #70153 - flip1995:clippyup, r=Dylan-DPCbors-7/+18
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-60/+33
2020-03-22summarize if-else-code with identical blocks (clippy::if_same_then_else)Matthias Krüger-7/+1
2020-03-21Rollup merge of #70238 - petrochenkov:procmod, r=CentrilDylan DPC-0/+13
2020-03-21Rollup merge of #70232 - adrian5:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-03-21Rollup merge of #70231 - aDotInTheVoid:E0224, r=Dylan-DPCDylan DPC-3/+24
2020-03-21Rollup merge of #70228 - lzutao:patch-1, r=Mark-SimulacrumDylan DPC-0/+4
2020-03-21Rollup merge of #70218 - intgr:fix-deprecated-method-in-docs, r=jonas-schievinkDylan DPC-1/+1
2020-03-21Rollup merge of #70215 - petrochenkov:attrid, r=CentrilDylan DPC-18/+12
2020-03-21Rollup merge of #70197 - pnkfelix:issue-53957-revise-test-of-23076, r=LukasKa...Dylan DPC-4/+19
2020-03-21Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ...Dylan DPC-4/+60
2020-03-21Rollup merge of #70051 - Zoxc:opt-find, r=eddybDylan DPC-19/+56
2020-03-21Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakisDylan DPC-8/+18
2020-03-21remove unused unit values (clippy::unused_unit)Matthias Krüger-35/+11
2020-03-21make some let-if-bindings more idiomatic (clippy::useless_let_if_seq)Matthias Krüger-46/+41
2020-03-21clarify when we pass () to functions (clippy::unit_arg)Matthias Krüger-10/+14
2020-03-21Allow `hir().find` to return `None`John Kåre Alsaker-19/+56
2020-03-21Return NonZeroU64 from ThreadId::as_u64.Thomas Bächler-4/+4
2020-03-21Add a test for out-of-line module passed through a proc macroVadim Petrochenkov-0/+13
2020-03-21Tweak wording for std::io::Read::read functionadrian5-1/+1
2020-03-21Add explanation message for E0224Nixon Enraght-Moony-3/+24
2020-03-21slightly change the `Iterator::map_while` docsWaffle-14/+4
2020-03-21don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-3/+3
2020-03-21remove redundant returns (clippy::needless_return)Matthias Krüger-7/+5
2020-03-21use let instead of match for matches with single bindings (clippy::match_sing...Matthias Krüger-12/+16
2020-03-21Remove CARGO_BUILD_TARGET from bootstrap.pylzutao-0/+4
2020-03-21don't convert results to options just for matching (clippy::if_let_some_result)Matthias Krüger-2/+2
2020-03-21Test pretty printing more and fix overzealous type substitutionStein Somers-3/+11
2020-03-21symbol_names: treat ReifyShim like VtableShim.Eduard-Mihai Burtescu-8/+18
2020-03-21fix type of const params in associated types.Bastian Kauschke-4/+54
2020-03-21Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkovDylan DPC-125/+94
2020-03-21Rollup merge of #70032 - lcnr:issue69970, r=varkorDylan DPC-37/+84
2020-03-21Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfacklerDylan DPC-100/+149
2020-03-21Rollup merge of #69910 - cjgillot:polym, r=ZoxcDylan DPC-201/+226
2020-03-21Rollup merge of #69901 - RalfJung:rustc_layout, r=eddybDylan DPC-8/+356