| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwco | Yuki Okushi | -12/+5 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -81/+76 |
| 2020-01-06 | Fix ICE in const pretty printing and resolve FIXME | varkor | -12/+5 |
| 2020-01-05 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -7/+3 |
| 2020-01-05 | s/projections/params/ | Aaron Hill | -1/+1 |
| 2020-01-05 | Run rustfmt | Aaron Hill | -1/+2 |
| 2020-01-05 | Change 'panic!' to 'bug!' | Aaron Hill | -1/+1 |
| 2020-01-05 | Fix ICE involving calling `Instance.ty` during const evaluation | Aaron Hill | -0/+28 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -81/+76 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -16/+14 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -3/+6 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -4/+3 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -6/+5 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -2/+4 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+4 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -2/+3 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -6/+6 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-01 | Move stability queries to librustc_passes. | Camille GILLOT | -4/+0 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -28/+28 |
| 2019-12-30 | Auto merge of #67721 - JohnTitor:rollup-o8zm4r9, r=JohnTitor | bors | -14/+1 |
| 2019-12-30 | Rollup merge of #67698 - cjgillot:passes-first, r=Zoxc | Yuki Okushi | -14/+1 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -0/+19 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -6/+6 |
| 2019-12-29 | Move get_lib_features query in librustc_passes. | Camille GILLOT | -4/+0 |
| 2019-12-29 | Move diagnostic_items queries to librustc_passes. | Camille GILLOT | -8/+0 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -2/+1 |
| 2019-12-29 | Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc | bors | -60/+7 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -6/+6 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -0/+19 |
| 2019-12-27 | Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkor | bors | -2/+2 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -8/+8 |
| 2019-12-26 | Retire `to_ptr` which should already have no users but still kept getting new... | Oliver Scherer | -2/+2 |
| 2019-12-26 | Treat extern statics just like statics in the "const pointer to static" repre... | Oliver Scherer | -2/+0 |
| 2019-12-25 | Fix skipped setting of syntax::GLOBALS | Mark Rousskov | -2/+4 |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -58/+3 |
| 2019-12-25 | Remove `-Znll-dont-emit-read-for-match` | Matthew Jasper | -13/+0 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -898/+746 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -0/+7 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -96/+2 |
| 2019-12-23 | refactor with extract_binding_mode | Mazdak Farrokhzad | -0/+7 |
| 2019-12-22 | Format the world | Mark Rousskov | -3416/+2964 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -16/+6 |
| 2019-12-22 | Auto merge of #66931 - cjgillot:hirene-preamble, r=eddyb | bors | -2/+2 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -2/+2 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -16/+6 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -6/+5 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -96/+2 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -34/+34 |