| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -19/+23 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -19/+23 |
| 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 #73881 - pierwill:pierwill-citations, r=jonas-schievink | Manish Goregaokar | -5/+4 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Standardize bibliographic citations in rustc API docs | pierwill | -5/+4 |
| 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 | -1/+6 |
| 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 #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievink | Manish Goregaokar | -1/+3 |
| 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 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -3/+43 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -0/+3 |
| 2020-06-28 | Add newline to rustc MultiSpan docs | pierwill | -1/+3 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+2 |