| Age | Commit message (Expand) | Author | Lines |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -9/+9 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -33/+33 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -0/+8 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -5/+5 |
| 2019-07-18 | Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank | Mark Rousskov | -2/+7 |
| 2019-07-18 | Rollup merge of #62615 - wesleywiser:pgo_error, r=nagisa | Mark Rousskov | -6/+9 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -0/+8 |
| 2019-07-18 | tries to refactor InterpError in mir | Saleem Jaffer | -6/+37 |
| 2019-07-18 | Replace deref with as_deref | Yuki Okushi | -1/+1 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -5/+5 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -0/+2 |
| 2019-07-16 | Suggested change | Ferdia McKeogh | -4/+5 |
| 2019-07-16 | Check that trait is exported or public before adding intercrate ambiguity hint | Ferdia McKeogh | -2/+6 |
| 2019-07-15 | rustc: precompute the largest Niche and store it in LayoutDetails. | Eduard-Mihai Burtescu | -90/+100 |
| 2019-07-15 | rustc_target: move abi::Niche from rustc::ty::layout. | Eduard-Mihai Burtescu | -51/+0 |
| 2019-07-15 | rustc: compute `ty::layout::Niche`'s `available` on the fly. | Eduard-Mihai Burtescu | -29/+43 |
| 2019-07-15 | pprust: Move some methods to the `PrintState` trait | Vadim Petrochenkov | -10/+10 |
| 2019-07-13 | Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov | Mazdak Farrokhzad | -2/+0 |
| 2019-07-13 | Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when... | Mazdak Farrokhzad | -11/+97 |
| 2019-07-13 | Auto merge of #60266 - albins:polonius-liveness, r=nikomatsakis | bors | -512/+226 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -2/+0 |
| 2019-07-12 | rustfmt all the things! | Albin Stjerna | -511/+218 |
| 2019-07-12 | polonius: add generation of liveneness-related facts | Albin Stjerna | -0/+7 |
| 2019-07-12 | Rollup merge of #62623 - pnkfelix:issue-62614-downgrade-indirect-structural-m... | Mazdak Farrokhzad | -1/+3 |
| 2019-07-12 | Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper | Mazdak Farrokhzad | -15/+0 |
| 2019-07-12 | Rollup merge of #62453 - zackmdavis:single_path, r=estebank | Mazdak Farrokhzad | -25/+56 |
| 2019-07-12 | Upgrade Polonius | Albin Stjerna | -1/+1 |
| 2019-07-12 | Change `indirect_structural_match` lint to allow-by-default. | Felix S. Klock II | -1/+3 |
| 2019-07-12 | Update docs to reflect review feedback. | Felix S. Klock II | -5/+10 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -11/+92 |
| 2019-07-11 | Only error about MSVC + PGO + unwind if we're generating code | Wesley Wiser | -2/+5 |
| 2019-07-11 | Revert "Emit warning when trying to use PGO in conjunction with unwinding on ... | Wesley Wiser | -4/+4 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -15/+0 |
| 2019-07-11 | Remove rustc_mir dependency from rustc_borrowck | Matthew Jasper | -80/+0 |
| 2019-07-11 | Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e... | bors | -1/+25 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -147/+113 |
| 2019-07-11 | Rollup merge of #61923 - Zoxc:dep-stream-prefix-2, r=pnkfelix | Mazdak Farrokhzad | -35/+51 |
| 2019-07-11 | Refactor diagnostic emission for green nodes | John Kåre Alsaker | -35/+51 |
| 2019-07-10 | Auto merge of #62561 - Centril:rollup-5pxj3bo, r=Centril | bors | -126/+62 |
| 2019-07-11 | Fix failing tests | Vadim Petrochenkov | -2/+3 |
| 2019-07-11 | hygiene: Make sure each `Mark` has an associated expansion info | Vadim Petrochenkov | -1/+2 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | hygiene: Introduce a helper method for creating new expansions | Vadim Petrochenkov | -28/+25 |
| 2019-07-11 | def_collector: `parent_def` is no longer optional | Vadim Petrochenkov | -31/+17 |
| 2019-07-11 | def_collector: Simplify tracking of macro invocation parents | Vadim Petrochenkov | -30/+18 |
| 2019-07-11 | hygiene: Reuse `MacroKind` in `ExpnKind` | Vadim Petrochenkov | -13/+9 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -14/+9 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -38/+41 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -1/+0 |
| 2019-07-10 | Rollup merge of #62532 - Mark-Simulacrum:syntax-print-cleanup, r=petrochenkov | Mazdak Farrokhzad | -126/+62 |