| Age | Commit message (Expand) | Author | Lines |
| 2019-11-28 | Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelix | bors | -2176/+0 |
| 2019-11-28 | const_prop: detect and avoid catching Miri errors that require allocation | Ralf Jung | -7/+13 |
| 2019-11-28 | Removed FIXME comment | David Haig | -2/+0 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -17/+14 |
| 2019-11-28 | Fixed merge issue | David Haig | -0/+10 |
| 2019-11-28 | Fixed merge issue | David Haig | -1/+1 |
| 2019-11-28 | Squash | David Haig | -4/+19 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -1/+4 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -8/+8 |
| 2019-11-27 | Rollup merge of #66700 - VirrageS:master, r=matthewjasper | Tyler Mandry | -1/+1 |
| 2019-11-27 | Move ExprUseVisitor and mem_categorization to rustc_typeck | Matthew Jasper | -1341/+0 |
| 2019-11-27 | Remove remaining uses of "cmt" | Matthew Jasper | -48/+50 |
| 2019-11-27 | Simplify `mem_categorization` | Matthew Jasper | -937/+183 |
| 2019-11-27 | Simplify fields of `MemCategorizationContext` | Matthew Jasper | -137/+54 |
| 2019-11-27 | Rename `cmt_` to `Place` | Matthew Jasper | -40/+40 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -52/+52 |
| 2019-11-27 | Allocate HIR Forest on arena. | Camille GILLOT | -0/+1 |
| 2019-11-27 | Misc renames. | Camille GILLOT | -2/+2 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -1/+4 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -8/+8 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -10/+5 |
| 2019-11-26 | Rollup merge of #66720 - Mark-Simulacrum:error-reported, r=Centril | Tyler Mandry | -5/+1 |
| 2019-11-26 | Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=Centril | Tyler Mandry | -9/+7 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -0/+17 |
| 2019-11-26 | Move local Arena to Queries. | Camille GILLOT | -2/+3 |
| 2019-11-26 | Make the HIR map own the Definitions. | Camille GILLOT | -5/+5 |
| 2019-11-26 | Move ErrorReported to rustc_errors | Mark Rousskov | -5/+1 |
| 2019-11-26 | Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebank | bors | -0/+39 |
| 2019-11-26 | Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichton | bors | -9/+61 |
| 2019-11-25 | review feedback: comments and spacing | Ralf Jung | -2/+3 |
| 2019-11-25 | Fix capitalization when mentioning different crate versions in E0308 | Esteban Küber | -10/+5 |
| 2019-11-25 | add `enclosing_scope` param to `rustc_on_unimplmented` | Mikhail Babenko | -14/+49 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -11/+197 |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -500/+19 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -33/+58 |
| 2019-11-24 | Store ptr_width as u32 on Config | Mark Rousskov | -9/+7 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -33/+58 |
| 2019-11-24 | Fix pointing at arg for fulfillment errors in function calls | Janusz Marcinkiewicz | -1/+1 |
| 2019-11-24 | fixup! Lowercase diagnostic message label | Timo Freiberg | -1/+1 |
| 2019-11-24 | Add version mismatch help message for unimplemented trait | Timo Freiberg | -0/+39 |
| 2019-11-23 | review comments: remove unnecessary `&str` to `String` conversions | Esteban Küber | -20/+20 |
| 2019-11-24 | Rollup merge of #66659 - Centril:fix-bench, r=Mark-Simulacrum | Mazdak Farrokhzad | -61/+59 |
| 2019-11-24 | Rollup merge of #66594 - Aaron1011:fix/debug-print-cycle, r=matthewjasper | Mazdak Farrokhzad | -38/+65 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -11/+197 |
| 2019-11-23 | Derive HashStable for TokenKind. | Camille GILLOT | -66/+1 |
| 2019-11-23 | Implement HashStable for Span in libsyntax_pos. | Camille GILLOT | -83/+10 |
| 2019-11-23 | Move CachingSourceMapView to libsyntax_pos. | Camille GILLOT | -105/+1 |
| 2019-11-23 | Rename StableHashingContextLike to HashStableContext. | Camille GILLOT | -3/+3 |
| 2019-11-23 | Move def collector from `rustc` to `rustc_resolve` | Vadim Petrochenkov | -353/+10 |