about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-07Rollup merge of #67741 - estebank:point-at-pat-def, r=CentrilMazdak Farrokhzad-28/+147
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-28/+147
2020-03-06Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=olibors-0/+99
2020-03-06Added oli's multivariant test case (alpha renaming the enum name itself).Felix S. Klock II-3/+63
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-10/+55
2020-03-06Add FIXMEOliver Scherer-0/+2
2020-03-05Fix #69191Felix S. Klock II-0/+37
2020-03-06Auto merge of #69586 - petrochenkov:unmerge, r=Centrilbors-133/+183
2020-03-05Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPCbors-129/+128
2020-03-05Rollup merge of #69742 - TrolledWoods:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-60/+56
2020-03-05Rollup merge of #69732 - GuillaumeGomez:cleanup-e0382-e0384, r=Dylan-DPCDylan DPC-3/+2
2020-03-05Rollup merge of #69728 - LeSeulArtichaut:patch-1, r=steveklabnikDylan DPC-1/+3
2020-03-05Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertjDylan DPC-38/+32
2020-03-05Rollup merge of #69711 - penelopezone:patch-1, r=steveklabnikDylan DPC-1/+1
2020-03-05Rollup merge of #69698 - RalfJung:int_assoc, r=davidtwcoDylan DPC-23/+21
2020-03-05Rollup merge of #69697 - GuillaumeGomez:explanation-e0380, r=Dylan-DPCDylan DPC-2/+12
2020-03-05Fixed a typoTrolledWoods-1/+1
2020-03-05Auto merge of #67260 - TheSamsa:const-limit, r=oli-obkbors-34/+163
2020-03-05Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess...Matthias Krüger-7/+7
2020-03-05Use more efficient &&str to String conversion (clippy::inefficient_to_string)Matthias Krüger-7/+8
2020-03-05Don't always eval arguments inside .expect(), use unwrap_or_else and closure....Matthias Krüger-7/+7
2020-03-05Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg)Matthias Krüger-13/+13
2020-03-05Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops...Matthias Krüger-9/+4
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-14/+14
2020-03-05Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa...Matthias Krüger-3/+3
2020-03-05Auto merge of #69692 - matthiaskrgr:submodule_upd, r=oli-obkbors-7/+11
2020-03-05Clean E0382 and E0384 explanationsGuillaume Gomez-3/+2
2020-03-05Make link to `std::str` activeLeSeulArtichaut-1/+3
2020-03-05Bumped version number for const_eval_limit in active.rsChristoph Schmidler-25/+47
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-10/+26
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-37/+52
2020-03-05Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...Christoph Schmidler-8/+40
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-1/+45
2020-03-05Auto merge of #69717 - estebank:correctly-probe, r=varkorbors-2/+1
2020-03-04Correctly reject `TraitCandidate` in all casesEsteban Küber-2/+1
2020-03-04Use single-char patter on {ends,starts}_with and remove clone on copy type.Matthias Krüger-4/+4
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-9/+9
2020-03-04Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref...Matthias Krüger-2/+2
2020-03-04Use .map() to modify data inside Options instead of using .and_then(|x| Some(...Matthias Krüger-22/+17
2020-03-04Don't use .ok() before unwrapping via .expect() on a Result.Matthias Krüger-1/+0
2020-03-04Update macros.rs: fix documentation typo.Penelope Phippen-1/+1
2020-03-04submodules: update clippy from 8b7f7e66 to 329923edMatthias Krüger-7/+11
2020-03-04Auto merge of #69576 - matthiaskrgr:nightly_bootstrap_from_beta, r=Centrilbors-1/+1
2020-03-04cover some more nearby casesRalf Jung-10/+8
2020-03-04use integer assoc consts instead of methodsRalf Jung-13/+13
2020-03-04Add explanation for E0380Guillaume Gomez-2/+12
2020-03-04Auto merge of #69636 - RalfJung:miri, r=nikomatsakisbors-8/+10
2020-03-04update miriRalf Jung-7/+9
2020-03-04point cargo-miri to the right xargo binaryRalf Jung-1/+1