| Age | Commit message (Expand) | Author | Lines |
| 2020-01-04 | Update ABI in const impls of panic_fn/begin_panic_fn. | Adam Perry | -39/+22 |
| 2020-01-04 | core and std macros and panic internals use panic::Location::caller. | Adam Perry | -1/+1 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -3/+1 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -6/+3 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -8/+9 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -3/+4 |
| 2020-01-04 | Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obk | Guillaume Gomez | -63/+7 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -24/+23 |
| 2020-01-03 | Rollup merge of #67796 - Aaron1011:fix/mir-inline-proj, r=wesleywiser | Yuki Okushi | -8/+4 |
| 2020-01-03 | Rollup merge of #67783 - LeSeulArtichaut:pattern-ref-warning, r=Centril | Yuki Okushi | -1/+1 |
| 2020-01-03 | Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es... | Yuki Okushi | -2/+43 |
| 2020-01-02 | Revert `const_err` lint checking of casts | Wesley Wiser | -63/+7 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -15/+15 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -9/+8 |
| 2020-01-01 | Ensure that we process projections during MIR inlining | Aaron Hill | -8/+4 |
| 2020-01-02 | Warn for bindings named same as variants when matching against a borrow | LeSeulArtichaut | -1/+1 |
| 2020-01-01 | Auto merge of #67676 - wesleywiser:lint_overflowing_int_casts, r=oli-obk | bors | -63/+135 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -58/+58 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -2/+2 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -2/+2 |
| 2019-12-30 | [const-prop] Expand comment about casting ZST enums | Wesley Wiser | -1/+3 |
| 2019-12-30 | [const-prop] Clean up `check_cast()` a bit | Wesley Wiser | -31/+35 |
| 2019-12-30 | [const-prop] Extract some functions out of `_const_prop` | Wesley Wiser | -91/+118 |
| 2019-12-30 | Lint overflowing integer casts in const prop | Wesley Wiser | -7/+46 |
| 2019-12-30 | Auto merge of #67707 - petrochenkov:crateren, r=Centril | bors | -1/+1 |
| 2019-12-30 | Suggest adding a lifetime constraint when opaque type is responsible for "doe... | Ohad Ravid | -1/+42 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Auto merge of #67474 - mark-i-m:simplify-borrow_check-4, r=matthewjasper | bors | -239/+119 |
| 2019-12-30 | Handle recursive instantiation of drop shims | Matthew Jasper | -2/+2 |
| 2019-12-30 | Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obk | bors | -3/+12 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -2/+2 |
| 2019-12-30 | Auto merge of #67658 - spastorino:do-not-copy-zsts, r=oli-obk | bors | -25/+37 |
| 2019-12-30 | Auto merge of #67721 - JohnTitor:rollup-o8zm4r9, r=JohnTitor | bors | -2/+20 |
| 2019-12-30 | Rollup merge of #67687 - estebank:issue-67634, r=matthewjasper | Yuki Okushi | -2/+20 |
| 2019-12-29 | fix review comment | mark | -5/+6 |
| 2019-12-29 | Get rid of ErrorReportingCtx | mark | -243/+122 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -32/+82 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -11/+11 |
| 2019-12-29 | Resolve long compile times when evaluating always valid constants | Wesley Wiser | -3/+12 |
| 2019-12-29 | Ensure that we don't cause *new* hard errors if we suddenly can evaluate more... | Oliver Scherer | -29/+41 |
| 2019-12-28 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+20 |
| 2019-12-28 | Avoid copying some undef memory in MIR | Santiago Pastorino | -24/+28 |
| 2019-12-28 | Change "be returning" to "return" | Matthew Kraai | -1/+1 |
| 2019-12-28 | Rollup merge of #67659 - SimonSapin:matches, r=rkruppe | Oliver Scherer | -1/+0 |
| 2019-12-28 | Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik | Oliver Scherer | -1/+1 |
| 2019-12-28 | Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obk | Oliver Scherer | -9/+8 |
| 2019-12-28 | Prevent polymorphic const prop on assignments | Oliver Scherer | -0/+7 |
| 2019-12-28 | Work around a resolve bug in const prop | Oliver Scherer | -1/+7 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -11/+11 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -16/+41 |