| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | Rollup merge of #69805 - petrochenkov:importname, r=Centril | Mazdak Farrokhzad | -323/+281 |
| 2020-03-07 | resolve: `directive` -> `import` | Vadim Petrochenkov | -235/+213 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2020-03-07 | Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank | Mazdak Farrokhzad | -2/+1 |
| 2020-03-07 | resolve: `ImportDirective` -> `Import` | Vadim Petrochenkov | -125/+105 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -5/+5 |
| 2020-03-06 | fix various typos | Matthias Krüger | -4/+4 |
| 2020-03-06 | Auto merge of #69586 - petrochenkov:unmerge, r=Centril | bors | -10/+6 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-05 | Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa... | Matthias Krüger | -1/+1 |
| 2020-03-04 | Use single-char patter on {ends,starts}_with and remove clone on copy type. | Matthias Krüger | -3/+3 |
| 2020-03-04 | resolve, inconsistent binding mode: tweak wording. | Mazdak Farrokhzad | -2/+1 |
| 2020-03-03 | Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morse | Yuki Okushi | -2/+2 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-02 | Don't convert Results to Options just for matching. | Matthias Krüger | -2/+2 |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -1/+1 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -5/+0 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -10/+6 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -36/+36 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -36/+36 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -2/+2 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -10/+9 |
| 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 | -10/+9 |
| 2020-02-28 | Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum | Mazdak Farrokhzad | -38/+32 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-02-28 | Rollup merge of #69539 - Centril:fix-69401, r=petrochenkov | Mazdak Farrokhzad | -2/+3 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -11/+7 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -38/+32 |
| 2020-02-28 | late resolve, visit_fn: bail early if there's no body. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -2/+2 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -2/+2 |
| 2020-02-27 | Rollup merge of #69439 - petrochenkov:latelife, r=matthewjasper | Yuki Okushi | -246/+246 |
| 2020-02-24 | resolve: `lifetimes.rs` -> `late/lifetime.rs` | Vadim Petrochenkov | -246/+246 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -1/+1 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -5/+0 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -14/+16 |
| 2020-02-23 | Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPC | Dylan DPC | -18/+18 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -18/+18 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -3/+3 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -103/+110 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -3/+3 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -0/+1 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -2/+2 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -4/+8 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -3/+3 |