| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -0/+3 |
| 2019-04-24 | Evaluate hair::ExprKind::Use in into | Matthew Jasper | -6/+5 |
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -5/+28 |
| 2019-04-24 | Remove incorrect debug assertion in interpret | Matthew Jasper | -2/+1 |
| 2019-04-24 | Rollup merge of #59739 - cramertj:stabilize, r=withoutboats | Mazdak Farrokhzad | -2/+6 |
| 2019-04-24 | Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis | Mazdak Farrokhzad | -168/+267 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -2/+6 |
| 2019-04-23 | rustc_mir: create the `let` and "remainder" scopes in source order. | Eduard-Mihai Burtescu | -2/+3 |
| 2019-04-23 | rustc_mir: pretty-print all locals into their respective scopes. | Eduard-Mihai Burtescu | -74/+52 |
| 2019-04-23 | rustc_mir: don't rely on mir::LocalDecl `visibility_scope`s in the MIR borrowck. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-04-23 | rustc: dissuade compiler developers from misusing upvar debuginfo. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-04-23 | rustc_mir: don't use upvar_decls in the miri validity checks. | Eduard-Mihai Burtescu | -6/+22 |
| 2019-04-23 | rustc_mir: don't use upvar_decls in the generator state transform. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-04-23 | rustc: don't track var_hir_id or mutability in mir::UpvarDecl. | Eduard-Mihai Burtescu | -10/+15 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -0/+1 |
| 2019-04-23 | rustc_mir: don't rely on mir::UpvarDecl in the MIR borrowck. | Eduard-Mihai Burtescu | -56/+159 |
| 2019-04-23 | Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk | bors | -6/+29 |
| 2019-04-22 | review comment: add HACK comment | Esteban Küber | -0/+2 |
| 2019-04-22 | Fix ICE related to #53708 | Esteban Küber | -4/+21 |
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -2/+6 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -162/+142 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -3/+3 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -14/+13 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -0/+1 |
| 2019-04-21 | Auto merge of #60116 - RalfJung:miri-exit, r=oli-obk | bors | -0/+1 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -118/+81 |
| 2019-04-19 | add Miri error variant for process exit | Ralf Jung | -0/+1 |
| 2019-04-19 | Auto merge of #60063 - spastorino:place2_2, r=oli-obk | bors | -254/+204 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-18 | Add a FIXME to collector | varkor | -0/+2 |
| 2019-04-18 | Add own_requires_monomorphization | varkor | -4/+2 |
| 2019-04-18 | making adjust_span a closure | Saleem Jaffer | -22/+22 |
| 2019-04-17 | Make iterate take a FnOnce with PlaceBase and PlaceProjectionIter | Santiago Pastorino | -178/+202 |
| 2019-04-17 | Place::iterate do not take an accumulator anymore, hide that in a private fn | Santiago Pastorino | -2/+2 |
| 2019-04-17 | Place::unroll -> Place::iterate | Santiago Pastorino | -2/+2 |
| 2019-04-17 | Move unroll_place to Place::unroll | Santiago Pastorino | -79/+5 |
| 2019-04-17 | code review fixes | Saleem Jaffer | -25/+24 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obk | Mazdak Farrokhzad | -94/+54 |
| 2019-04-17 | Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obk | Mazdak Farrokhzad | -1/+6 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -94/+54 |
| 2019-04-16 | refactor ExprKind to use new PointerCast enum | Saleem Jaffer | -78/+18 |
| 2019-04-16 | Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichton | bors | -1/+1 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -12/+8 |
| 2019-04-16 | Make wording verbose | Yuki OKUSHI | -1/+6 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -37/+65 |
| 2019-04-14 | Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb | Mazdak Farrokhzad | -6/+5 |