| Age | Commit message (Expand) | Author | Lines |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -6/+207 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -0/+2 |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -0/+2 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -2/+0 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+0 |
| 2019-11-23 | Implement HashStable for Span in libsyntax_pos. | Camille GILLOT | -10/+90 |
| 2019-11-23 | Move CachingSourceMapView to libsyntax_pos. | Camille GILLOT | -0/+105 |
| 2019-11-23 | Rename StableHashingContextLike to HashStableContext. | Camille GILLOT | -2/+2 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -0/+1 |
| 2019-11-22 | Retire impl_stable_hash_for_spanned. | Camille GILLOT | -1/+1 |
| 2019-11-22 | Derive HashStable_Generic for Ident. | Camille GILLOT | -2/+2 |
| 2019-11-22 | Derive HashStable_Generic for ExpnData. | Camille GILLOT | -1/+2 |
| 2019-11-22 | Invert flow in impl HashStable of Span. | Camille GILLOT | -2/+12 |
| 2019-11-22 | Add StableHashingContextLike to HashStable_Generic derive. | Camille GILLOT | -0/+5 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -7/+48 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -0/+1 |
| 2019-11-21 | Rename the cfg attribute from rustdoc to doc | Guillaume Gomez | -1/+0 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -0/+1 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -0/+1 |
| 2019-11-17 | Simplify impl for SymbolStr. | Camille GILLOT | -2/+1 |
| 2019-11-17 | HashStable_Generic for libsyntax_pos. | Camille GILLOT | -6/+12 |
| 2019-11-17 | Further HashStable_Generic derives. | Camille GILLOT | -1/+3 |
| 2019-11-17 | Move impl HashStable for Symbol in libsyntax_pos. | Camille GILLOT | -0/+16 |
| 2019-11-17 | Move impl HashStable for SymbolStr in libsyntax_pos. | Camille GILLOT | -0/+18 |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -1/+0 |
| 2019-11-15 | Remove SourceMapper trait | Mark Rousskov | -34/+8 |
| 2019-11-15 | Move SourceMap to syntax_pos | Mark Rousskov | -0/+1259 |
| 2019-11-15 | Move FatalError to syntax_pos | Mark Rousskov | -0/+31 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -2/+0 |
| 2019-11-11 | Avoid a string comparison in MIR construction | Matthew Jasper | -0/+1 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -0/+2 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -6/+4 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+2 |
| 2019-11-09 | partially port invalid_value lint to diagnostic items | Ralf Jung | -6/+4 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -0/+1 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -0/+4 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -1/+0 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+18 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -28/+24 |
| 2019-11-05 | Rollup merge of #66025 - petrochenkov:lohi, r=eddyb | Pietro Albini | -1/+0 |
| 2019-11-03 | add rustc_error(delay_span_bug_from_inside_query) attribute | Quentin Boyer | -0/+1 |
| 2019-11-02 | also identiy MaybeUninit::uninit().assume_init() as dangerous | Ralf Jung | -0/+4 |
| 2019-11-02 | Remove the `AsRef` impl for `SymbolStr`. | Nicholas Nethercote | -10/+0 |
| 2019-11-02 | Add some explanatory comments. | Nicholas Nethercote | -0/+7 |
| 2019-11-02 | Remove an erroneous comment. | Nicholas Nethercote | -1/+0 |
| 2019-11-02 | Rename `LocalInternedString` as `SymbolStr`. | Nicholas Nethercote | -18/+18 |
| 2019-11-01 | `Span` cannot represent `span.hi < span.lo` | Vadim Petrochenkov | -1/+0 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+1 |