| Age | Commit message (Expand) | Author | Lines |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -4/+4 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -4/+7 |
| 2020-03-14 | remove compilation warning | Guillaume Gomez | -1/+0 |
| 2020-03-14 | Make ignore and compile fail signs more visible | Guillaume Gomez | -13/+21 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+3 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -4/+4 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -46/+36 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -1/+1 |
| 2020-03-12 | Rollup merge of #69921 - matthiaskrgr:rustdoc_import, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -2/+2 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -4/+4 |
| 2020-03-11 | rustdoc: remove unused import | Matthias Krüger | -1/+0 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -24/+100 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 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 | -1/+1 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -2/+2 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -285/+7 |
| 2020-03-07 | rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes) | Matthias Krüger | -28/+28 |
| 2020-03-07 | iterate over a maps values directly. (clippy::for_kv_map) | Matthias Krüger | -1/+1 |
| 2020-03-07 | rustdoc: simplify boolean condition (clippy::nonminimal_bool) | Matthias Krüger | -1/+1 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -10/+2 |
| 2020-03-07 | rustdoc: Use .any(p) instead of find(p).is_some(). (clippy::search_is_some) | Matthias Krüger | -5/+3 |
| 2020-03-07 | rustdoc: don't call into_iter() on iterator. (clippy::identity_conversion) | Matthias Krüger | -1/+1 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -3/+3 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -21/+17 |
| 2020-03-05 | Don't always eval arguments inside .expect(), use unwrap_or_else and closure.... | Matthias Krüger | -6/+6 |
| 2020-03-05 | Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops... | Matthias Krüger | -6/+2 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -7/+7 |
| 2020-03-05 | Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa... | Matthias Krüger | -2/+2 |
| 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 | -3/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -2/+2 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -2/+2 |
| 2020-03-02 | Replace ToJson with serde | Guillaume Gomez | -69/+37 |
| 2020-03-02 | Add support for json output in show-coverage option | Guillaume Gomez | -3/+64 |
| 2020-03-02 | Put back output-format option for show-coverage | Guillaume Gomez | -9/+56 |
| 2020-03-01 | Auto merge of #69612 - Dylan-DPC:rollup-f180gcc, r=Dylan-DPC | bors | -2/+3 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -2/+3 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -41/+41 |
| 2020-03-01 | rustdoc: HTML escape crate version | Oliver Middleton | -2/+3 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -37/+37 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -6/+6 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -5/+5 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -1/+1 |