| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -9640/+0 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -2/+3 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -36/+36 |
| 2020-08-15 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -20/+13 |
| 2020-08-13 | Rollup merge of #75319 - estebank:format-ice, r=eddyb | Tyler Mandry | -20/+13 |
| 2020-08-10 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -79/+117 |
| 2020-08-08 | Fix ICE #75307 in `format` | Esteban Küber | -20/+13 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -79/+117 |
| 2020-08-06 | Merge branch 'master' into feature/incorporate-tracing | pawanbisht62 | -3/+2 |
| 2020-08-06 | Incorporate tracing crate | bishtpawan | -3/+3 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -2/+2 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -1/+0 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -1/+0 |
| 2020-07-17 | Remove `ExtCtxt::ident_of`. | Nicholas Nethercote | -130/+153 |
| 2020-07-17 | Simplify `LifetimeBounds`. | Nicholas Nethercote | -52/+34 |
| 2020-07-17 | Remove unused `cx` parameter from `pathvec_std` and `path_std`. | Nicholas Nethercote | -21/+21 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -49/+40 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -0/+2 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -4/+53 |
| 2020-07-02 | Rollup merge of #73812 - petrochenkov:prettyref, r=varkor | Manish Goregaokar | -2/+2 |
| 2020-07-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -0/+2 |
| 2020-07-01 | Update src/librustc_builtin_macros/format.rs | David Hewitt | -1/+1 |
| 2020-07-01 | Amend wording of note | David Hewitt | -1/+1 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -9/+9 |
| 2020-06-27 | ast_pretty: Pass some token streams and trees by reference | Vadim Petrochenkov | -2/+2 |
| 2020-06-27 | Improve messaging from PR feedback | David Hewitt | -9/+5 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-25 | Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum | bors | -7/+12 |
| 2020-06-24 | Add `format_args_capture` feature | David Hewitt | -4/+57 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-20 | Run `./x.py fmt` | Camelid | -4/+1 |
| 2020-06-20 | Fix duplicate options error | Camelid | -9/+12 |
| 2020-06-20 | Use `p.token` instead of `p.look_ahead()` | Camelid | -1/+1 |
| 2020-06-20 | Add documentation | Camelid | -0/+9 |
| 2020-06-20 | Create a separate, tool-only suggestion for the comma | Camelid | -5/+9 |
| 2020-06-20 | Make suggestion machine-applicable | Camelid | -2/+11 |
| 2020-06-20 | Use `span_suggestion` instead of `span_label` | Camelid | -1/+1 |
| 2020-06-20 | Use bitflags function instead of custom one | Camelid | -7/+1 |
| 2020-06-20 | Get option name from symbol instead of snippet | Camelid | -17/+19 |
| 2020-06-20 | Use `span_label` | Camelid | -1/+1 |
| 2020-06-20 | Make warning an error; use help instead of suggestion; clean up code | Camelid | -46/+21 |
| 2020-06-20 | Warn on duplicate `asm!` options | Camelid | -7/+58 |
| 2020-06-20 | Clean up | Camelid | -3/+3 |
| 2020-06-20 | Use `Vec<Span>` instead of `Option<Vec<Span>>` | Camelid | -13/+9 |
| 2020-06-20 | Allow multiple `asm!` options | Camelid | -16/+13 |
| 2020-06-15 | asm: Allow multiple template strings; interpret them as newline-separated | Josh Triplett | -145/+182 |
| 2020-06-14 | asm: Unify pseudo-keyword parsing using `eat`, rather than a final `expect` | Josh Triplett | -2/+3 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -2/+3 |
| 2020-06-11 | Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkov | Dylan DPC | -18/+29 |