| Age | Commit message (Expand) | Author | Lines |
| 2019-04-21 | Enforce consistent drop order w/ async methods. | David Wood | -9/+27 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -31/+91 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -17/+34 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -5/+4 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -7/+10 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -3/+8 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -28/+5 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -2/+19 |
| 2019-04-21 | Auto merge of #60116 - RalfJung:miri-exit, r=oli-obk | bors | -0/+8 |
| 2019-04-20 | Refactor some existing methods | varkor | -15/+3 |
| 2019-04-20 | Add a `header` method to `FnKind` | varkor | -0/+8 |
| 2019-04-20 | improve docs | Ralf Jung | -2/+2 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -70/+39 |
| 2019-04-19 | add Miri error variant for process exit | Ralf Jung | -0/+8 |
| 2019-04-19 | Auto merge of #60063 - spastorino:place2_2, r=oli-obk | bors | -0/+94 |
| 2019-04-19 | Rollup merge of #60064 - estebank:issue-59980, r=varkor | Mazdak Farrokhzad | -7/+27 |
| 2019-04-19 | Rollup merge of #60045 - estebank:suggest-std, r=petrochenkov | Mazdak Farrokhzad | -0/+5 |
| 2019-04-19 | Rollup merge of #59915 - michaelwoerister:sp-event-filters-1, r=wesleywiser | Mazdak Farrokhzad | -28/+97 |
| 2019-04-18 | Suggest appropriate path when calling associated item on bare types | Esteban Küber | -0/+5 |
| 2019-04-18 | Implement event filtering for self-profiler. | Michael Woerister | -28/+97 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-18 | Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertj | bors | -5/+13 |
| 2019-04-18 | Auto merge of #60048 - estebank:issue-54954, r=sanxiyn | bors | -0/+13 |
| 2019-04-17 | Give custom error for E0277 on `?` error case | Esteban Küber | -0/+12 |
| 2019-04-17 | Point at try `?` on errors affecting the err match arm of the desugared code | Esteban Küber | -7/+15 |
| 2019-04-18 | Make PlaceProjectionsIter a proper iterator | Santiago Pastorino | -4/+18 |
| 2019-04-18 | Add own_requires_monomorphization | varkor | -5/+13 |
| 2019-04-17 | Fix ICE on const evaluation of const method | Esteban Küber | -0/+13 |
| 2019-04-17 | Make iterate take a FnOnce with PlaceBase and PlaceProjectionIter | Santiago Pastorino | -36/+34 |
| 2019-04-17 | Place::iterate do not take an accumulator anymore, hide that in a private fn | Santiago Pastorino | -1/+8 |
| 2019-04-17 | Place::unroll -> Place::iterate | Santiago Pastorino | -4/+4 |
| 2019-04-17 | Move unroll_place to Place::unroll | Santiago Pastorino | -0/+75 |
| 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 | -70/+45 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -68/+103 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -2/+2 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -70/+45 |
| 2019-04-16 | refactor ExprKind to use new PointerCast enum | Saleem Jaffer | -21/+3 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -50/+45 |
| 2019-04-16 | Rollup merge of #59993 - euclio:unused-ref-field, r=estebank | Mazdak Farrokhzad | -5/+12 |
| 2019-04-16 | Rollup merge of #59903 - estebank:after-main, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-04-15 | include mode in unused binding suggestion span | Andy Russell | -5/+12 |
| 2019-04-15 | Rollup merge of #59779 - flip1995:uplift_get_def_path, r=Manishearth | Mazdak Farrokhzad | -6/+28 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -20/+12 |
| 2019-04-15 | Auto merge of #59655 - Zoxc:symbols, r=petrochenkov | bors | -3/+3 |
| 2019-04-15 | Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxc | bors | -2/+3 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -3/+3 |
| 2019-04-15 | Reduce the `DepNode` pre-allocation ratio. | Nicholas Nethercote | -2/+3 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -27/+59 |