| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1693/+0 |
| 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-14 | Rework `rustc_serialize` | Matthew Jasper | -28/+7 |
| 2020-08-10 | Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwco | Yuki Okushi | -0/+1 |
| 2020-08-09 | rustc_span: note the perf loss seen from IndexSet in symbol::Interner | Josh Stone | -0/+4 |
| 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-05 | add min_const_generics feature gate | Bastian Kauschke | -0/+1 |
| 2020-07-28 | Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkov | bors | -0/+1 |
| 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-16 | Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obk | Manish Goregaokar | -0/+57 |
| 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 |
| 2020-07-15 | Rename `sym::nontrapping_fptoint`. | Nicholas Nethercote | -4/+8 |
| 2020-07-11 | Correctly sort const_fn_transmute | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -0/+1 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -2/+2 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -0/+1 |
| 2020-07-04 | Match on `Symbol` instead of `&str` for type-checking intrinsics. | Oliver Scherer | -0/+79 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+1 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -0/+3 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -1/+1 |
| 2020-07-02 | Check for feature with pre-interned symbol | Christopher Serr | -0/+1 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -0/+3 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -0/+3 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -0/+2 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -0/+3 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -0/+3 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+2 |