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