| Age | Commit message (Expand) | Author | Lines |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -4/+4 |
| 2020-03-12 | Remove fn special casing in const printing | Oliver Scherer | -11/+26 |
| 2020-03-12 | Comment nit | Oliver Scherer | -1/+1 |
| 2020-03-12 | codegen/mir: support polymorphic `InstanceDef`s | David Wood | -0/+26 |
| 2020-03-11 | Compute the correct layout for variants of uninhabited enums and readd a long... | Oliver Scherer | -3/+11 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -30/+0 |
| 2020-03-11 | Address review comments | Oliver Scherer | -1/+1 |
| 2020-03-11 | Generalize typed value printing and use for undef printing | Oliver Scherer | -17/+9 |
| 2020-03-11 | Don't print literal type suffixes if `print_ty` is false | Oliver Scherer | -2/+9 |
| 2020-03-11 | Print function pointer type for function pointer const generics | Oliver Scherer | -1/+5 |
| 2020-03-11 | Reuse type ascripted printing for type cast printing | Oliver Scherer | -9/+27 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -3/+20 |
| 2020-03-11 | Prefer fall through to code repetition | Oliver Scherer | -20/+34 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -2/+2 |
| 2020-03-11 | Reduce special casing in the const pretty printer | Oliver Scherer | -9/+3 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -4/+3 |
| 2020-03-11 | Eliminate all ParamEnv::empty uses in pretty printing | Oliver Scherer | -22/+19 |
| 2020-03-11 | Print braces only in print_ty mode | Oliver Scherer | -43/+43 |
| 2020-03-11 | Address review comments around `type_ascribed_value` | Oliver Scherer | -40/+41 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -77/+215 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -3/+3 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -6/+6 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -3/+3 |
| 2020-03-09 | Remove the need for `no_force` | John Kåre Alsaker | -92/+105 |
| 2020-03-09 | Move `analysis` to the query macro | John Kåre Alsaker | -28/+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 | -8/+8 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -15/+12 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -15/+12 |
| 2020-03-06 | fix various typos | Matthias Krüger | -8/+8 |
| 2020-03-04 | cover some more nearby cases | Ralf Jung | -8/+7 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -1/+1 |
| 2020-03-03 | Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov | Dylan DPC | -3/+1 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -4/+4 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -3/+1 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -4/+2 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-01 | Clean up TypeFlags | Matthew Jasper | -87/+99 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -5/+5 |
| 2020-03-01 | use for (idx, item) in iter.enumerate() instead of manually counting loop i... | Matthias Krüger | -4/+2 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -4/+2 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -20/+20 |
| 2020-02-29 | Auto merge of #69590 - Dylan-DPC:rollup-i3z0sic, r=Dylan-DPC | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -18/+18 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Auto merge of #69263 - anyska:blacklist-powerpc-zst, r=nagisa | bors | -7/+15 |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -30/+0 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -4/+2 |