| Age | Commit message (Expand) | Author | Lines |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -0/+1 |
| 2020-08-23 | Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkov | bors | -0/+2 |
| 2020-08-22 | Add backwards-compat hack for certain '$name' tokens | Aaron Hill | -0/+2 |
| 2020-08-22 | Auto merge of #74566 - lzutao:guard, r=petrochenkov | bors | -0/+1 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -4/+0 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -0/+2 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -3/+3 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -100/+119 |
| 2020-08-10 | Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwco | Yuki Okushi | -0/+1 |
| 2020-08-09 | Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrum | bors | -12/+9 |
| 2020-08-09 | rustc_span: note the perf loss seen from IndexSet in symbol::Interner | Josh Stone | -0/+4 |
| 2020-08-09 | rustc_span: use IndexSet in SpanInterner | Josh Stone | -12/+5 |
| 2020-08-09 | Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov | bors | -4/+21 |
| 2020-08-09 | Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkov | bors | -33/+39 |
| 2020-08-09 | Add comment about the lack of `ExpnData` serialization for proc-macro crates | Aaron Hill | -0/+3 |
| 2020-08-08 | Detect likely `for foo of bar` JS syntax | Esteban Küber | -0/+1 |
| 2020-08-08 | Gate to if-let guard feature | Lzu Tao | -0/+1 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -0/+9 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -2/+2 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -0/+9 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -2/+2 |
| 2020-08-05 | add min_const_generics feature gate | Bastian Kauschke | -0/+1 |
| 2020-08-04 | Don't serialize ExpnData for foreign crates | Aaron Hill | -4/+18 |
| 2020-08-04 | Hash parent ExpnData | Aaron Hill | -33/+39 |
| 2020-08-02 | fix typos | liuzhenyu | -2/+2 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-28 | Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkov | bors | -0/+1 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -35/+110 |
| 2020-07-26 | Properly reset `orig_id` when loading from incremental cache | Aaron Hill | -1/+11 |
| 2020-07-26 | Ignore `orig_id` for stable hashing | Aaron Hill | -0/+7 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -38/+329 |
| 2020-07-23 | replace miri_start_panic intrinsic by 'extern fn' | Ralf Jung | -1/+0 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -0/+1 |
| 2020-07-18 | librustc_typeck: use diag item instead of string compare | Dan Aloni | -0/+1 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -1/+0 |
| 2020-07-16 | Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obk | Manish Goregaokar | -0/+57 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-17 | Remove some `Symbol:as_str()` calls. | Nicholas Nethercote | -0/+2 |
| 2020-07-17 | Remove `ExtCtxt::ident_of`. | Nicholas Nethercote | -0/+55 |
| 2020-07-16 | Revert "Remove spotlight usage" | Manish Goregaokar | -0/+2 |
| 2020-07-16 | Rename `sym::item_context` as `sym::ItemContext`. | Nicholas Nethercote | -1/+1 |
| 2020-07-16 | Enforce the static symbol order. | Nicholas Nethercote | -107/+116 |
| 2020-07-15 | Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb | Manish Goregaokar | -0/+1 |
| 2020-07-15 | Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisa | Manish Goregaokar | -0/+1 |
| 2020-07-15 | improve DiscriminantKind handling | Bastian Kauschke | -0/+1 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -2/+0 |
| 2020-07-14 | Remove string comparison and use diagnostic item instead | Esteban Küber | -0/+1 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -0/+172 |
| 2020-07-15 | Fix the ordering of the static symbols. | Nicholas Nethercote | -64/+66 |