| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -85/+82 |
| 2020-03-14 | Move IntercrateAmbiguityCause back to rustc::traits::select. | Camille GILLOT | -41/+0 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -3/+3 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -8/+3 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -3/+3 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -42/+42 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -7/+7 |
| 2020-03-11 | Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis | Mazdak Farrokhzad | -7/+78 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -21/+21 |
| 2020-03-10 | Rename Rustc Guide to Rustc Dev Guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -23/+23 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -23/+23 |
| 2020-03-07 | remove unneeded mutable references (cippy::unnecessary_mut_passed) | Matthias Krüger | -2/+2 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -6/+1 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -11/+11 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -17/+17 |
| 2020-03-06 | fix various typos | Matthias Krüger | -11/+11 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -7/+11 |
| 2020-03-05 | Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess... | Matthias Krüger | -1/+1 |
| 2020-03-05 | Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) | Matthias Krüger | -1/+1 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -6/+2 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -6/+6 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -2/+2 |
| 2020-03-03 | Use .nth(x) instead of .skip(x).next() on iterators. | Matthias Krüger | -6/+2 |
| 2020-03-02 | Remove chalk integration | CAD97 | -203/+18 |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -2/+2 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -39/+15 |
| 2020-03-01 | `delay_span_bug` when codegen cannot select obligation | Esteban Küber | -7/+11 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -7/+7 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -7/+7 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -6/+4 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Use TypeRelating for instantiating query responses | Matthew Jasper | -7/+78 |
| 2020-02-29 | Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC | bors | -5/+5 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -4/+4 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -2/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -6/+4 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -2/+1 |
| 2020-02-28 | Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+4 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+4 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -4/+4 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -8/+4 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -35/+50 |
| 2020-02-28 | Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu... | Dylan DPC | -3/+2 |
| 2020-02-28 | Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morse | Dylan DPC | -3/+2 |