| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov | Mazdak Farrokhzad | -0/+66 |
| 2019-06-19 | Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |
| 2019-06-19 | Rollup merge of #61748 - estebank:transparent-span, r=Centril | Mazdak Farrokhzad | -69/+38 |
| 2019-06-19 | Rollup merge of #61701 - RalfJung:const-tests, r=cramertj | Mazdak Farrokhzad | -0/+0 |
| 2019-06-18 | test: normalize away the line/column info in ui/pattern/const-pat-ice. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-18 | rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`. | Eduard-Mihai Burtescu | -0/+66 |
| 2019-06-18 | Auto merge of #61822 - JohnTitor:add-long-e0592, r=GuillaumeGomez,Centril | bors | -1/+12 |
| 2019-06-18 | Auto merge of #61864 - lzutao:ptr-null, r=sfackler | bors | -32/+34 |
| 2019-06-17 | Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung | Mazdak Farrokhzad | -0/+14 |
| 2019-06-17 | Rollup merge of #61836 - ljedrz:i_still_hate_node_ids, r=ljedrz | Mazdak Farrokhzad | -1/+1 |
| 2019-06-17 | Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obk | Mazdak Farrokhzad | -2/+11 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -32/+34 |
| 2019-06-16 | Auto merge of #61892 - rijenkii:master, r=Centril | bors | -0/+9 |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -67/+128 |
| 2019-06-16 | if if if if | Rijenkii | -0/+9 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -326/+326 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -0/+14 |
| 2019-06-15 | Auto merge of #61868 - Centril:rollup-gglsecp, r=Centril | bors | -0/+41 |
| 2019-06-15 | Rollup merge of #61824 - rust-lang:single_derive, r=eddyb | Mazdak Farrokhzad | -0/+7 |
| 2019-06-15 | Rollup merge of #61805 - davidtwco:ice-const-generic-repeat-expr-count-sequel... | Mazdak Farrokhzad | -0/+34 |
| 2019-06-15 | Auto merge of #61143 - estebank:issue-61106, r=eddyb | bors | -0/+21 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -0/+9 |
| 2019-06-15 | Auto merge of #61825 - Centril:tauv-infer-fix, r=petrochenkov | bors | -0/+30 |
| 2019-06-14 | Tweak transparent enums and unions diagnostic spans | Esteban Küber | -69/+38 |
| 2019-06-14 | Turn down the myriad-closures test | Alex Crichton | -3/+3 |
| 2019-06-14 | Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk | bors | -44/+44 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -44/+44 |
| 2019-06-14 | Auto merge of #61679 - zackmdavis:maybe_dont_indicate_the_anonymous_lifetime,... | bors | -0/+19 |
| 2019-06-14 | type_alias_enum_variants: add regression test for #61801. | Mazdak Farrokhzad | -0/+30 |
| 2019-06-14 | in which we decline to lint single-use lifetimes in `derive`d impls | Zack M. Davis | -0/+7 |
| 2019-06-14 | in which we decline to suggest the anonymous lifetime in declarations | Zack M. Davis | -0/+19 |
| 2019-06-14 | Auto merge of #61792 - lzutao:issue-51301, r=Centril | bors | -0/+47 |
| 2019-06-14 | Add explanation for E0592 | Yuki Okushi | -1/+12 |
| 2019-06-13 | When suggesting to borrow, remove useless clones | Esteban Küber | -0/+21 |
| 2019-06-13 | typeck: Fix ICE for blocks in repeat expr count. | David Wood | -0/+34 |
| 2019-06-13 | Add a test for simple matches | Matthew Jasper | -0/+39 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -326/+287 |
| 2019-06-13 | Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-06-13 | Rollup merge of #61598 - estebank:const-idx, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2019-06-12 | Deprecate ONCE_INIT | Steven Fackler | -2/+2 |
| 2019-06-13 | Add ui test for issue 51301 | Lzu Tao | -0/+47 |
| 2019-06-13 | Rollup merge of #61776 - JohnTitor:fix-typo-in-error-codes, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-12 | Handle index out of bound errors during const eval without panic | Esteban Küber | -0/+30 |
| 2019-06-12 | Ignore NVPTX tests | John Kåre Alsaker | -0/+9 |
| 2019-06-12 | Hygienize macros in the standard library | Vadim Petrochenkov | -27/+6 |
| 2019-06-13 | Fix typos | Yuki Okushi | -1/+1 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -44/+44 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |