| Age | Commit message (Expand) | Author | Lines |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -9/+10 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -4/+4 |
| 2019-12-30 | Auto merge of #67658 - spastorino:do-not-copy-zsts, r=oli-obk | bors | -0/+8 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -1/+1 |
| 2019-12-28 | Avoid copying some undef memory in MIR | Santiago Pastorino | -0/+8 |
| 2019-12-28 | Rollup merge of #67604 - christianpoveda:scalar_to_(u|i)64, r=RalfJung | Oliver Scherer | -21/+35 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -1/+1 |
| 2019-12-26 | Early abort instead of building up zero sized values | Oliver Scherer | -4/+0 |
| 2019-12-26 | Prevent an ICE on invalid transmutes | Oliver Scherer | -0/+6 |
| 2019-12-26 | Retire `to_ptr` which should already have no users but still kept getting new... | Oliver Scherer | -7/+2 |
| 2019-12-26 | Don't ICE on the use of integer addresses for ZST constants in pattern matching | Oliver Scherer | -0/+4 |
| 2019-12-25 | rewrite scalar to integer methods | Christian Poveda | -28/+29 |
| 2019-12-25 | Add Scalar::to_(u|i)16 methods | Christian Poveda | -0/+13 |
| 2019-12-22 | Format the world | Mark Rousskov | -844/+714 |
| 2019-12-22 | Rollup merge of #67299 - christianpoveda:try_immty_from_int, r=RalfJung | Mazdak Farrokhzad | -11/+27 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -1/+92 |
| 2019-12-22 | Add error message if `Scalar::from_(u)int` fails | Christian Poveda | -2/+8 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -1/+92 |
| 2019-12-21 | Change results to options | Christian Poveda | -6/+6 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -23/+8 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -0/+41 |
| 2019-12-14 | add Scalar::try_from_(u)int methods | Christian Poveda | -12/+22 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -11/+24 |
| 2019-12-09 | Rollup merge of #67125 - hashedone:master, r=petrochenkov | Tyler Mandry | -5/+9 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -11/+24 |
| 2019-12-09 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -1/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -34/+30 |
| 2019-12-07 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -5/+9 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -5/+21 |
| 2019-12-06 | Fix rebase issues | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -34/+30 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -10/+2 |
| 2019-12-03 | Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -10/+2 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -115/+290 |
| 2019-12-02 | Use new HashStable proc macro | Paul Daniel Faria | -6/+1 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -8/+1 |
| 2019-12-02 | Remove unchecked inline attribute, remove unused functions, make chache mod p... | Paul Daniel Faria | -48/+26 |
| 2019-12-02 | Remove inline attributes that hadn't been profiled, unexport Cache since it n... | Paul Daniel Faria | -17/+1 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -10/+0 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -29/+17 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -17/+17 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -3/+10 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -7/+35 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -110/+82 |