| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Remove unused TyCtxt argument from allow_two_phase_borrow function | flip1995 | -9/+6 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -41/+41 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -4/+4 |
| 2019-04-28 | Implement internal lints | flip1995 | -1/+1 |
| 2019-04-28 | Remove unnecessary function | Yuki OKUSHI | -7/+2 |
| 2019-04-28 | Remove two-phase-beyond-autoref | Yuki OKUSHI | -3/+1 |
| 2019-04-27 | Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis | Mazdak Farrokhzad | -10/+14 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -12/+7 |
| 2019-04-26 | Update handling of Tuple | varkor | -10/+14 |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -7/+4 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -5/+3 |
| 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 |