| Age | Commit message (Expand) | Author | Lines |
| 2018-12-03 | Bump stack size to 32MB | Oliver Scherer | -4/+6 |
| 2018-12-03 | data_structures: remove tuple_slice | ljedrz | -71/+0 |
| 2018-12-03 | Auto merge of #56451 - kennytm:rollup, r=kennytm | bors | -222/+138 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -40/+40 |
| 2018-12-03 | s/AllocKind/AllocDiscriminant/ | Oliver Scherer | -11/+11 |
| 2018-12-03 | slice: tweak concat & join | ljedrz | -3/+3 |
| 2018-12-03 | Document `AllocMap` | Oliver Scherer | -2/+20 |
| 2018-12-03 | Function pointers are only equal to themselves, not to other function pointer... | Oliver Scherer | -5/+8 |
| 2018-12-03 | improve wording | Ralf Jung | -3/+4 |
| 2018-12-03 | Update rls | Eric Huss | -0/+0 |
| 2018-12-03 | Update cargo | Eric Huss | -0/+1 |
| 2018-12-03 | Monomorphize `AllocType` | Oliver Scherer | -8/+8 |
| 2018-12-03 | Monomorphize `AllocMap` struct | Oliver Scherer | -12/+11 |
| 2018-12-03 | Handle existential types in dead code analysis | Oliver Scherer | -0/+14 |
| 2018-12-03 | update miri | Ralf Jung | -15/+13 |
| 2018-12-03 | fix recently added Retag statement | Ralf Jung | -1/+5 |
| 2018-12-03 | provide a way to replace the tag in a Scalar/MemPlace | Ralf Jung | -0/+28 |
| 2018-12-03 | Retag needs to know whether this is a 2-phase-reborrow | Ralf Jung | -58/+52 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -18/+115 |
| 2018-12-03 | Fix stderr files | John Ginger | -0/+6 |
| 2018-12-03 | Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov | kennytm | -9/+2 |
| 2018-12-03 | Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichton | kennytm | -1/+4 |
| 2018-12-03 | Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petroc... | kennytm | -3/+4 |
| 2018-12-03 | Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril | kennytm | -7/+7 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -27/+25 |
| 2018-12-03 | Rollup merge of #56418 - petrochenkov:wintidy, r=nagisa | kennytm | -0/+0 |
| 2018-12-03 | Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-03 | Rollup merge of #56412 - petrochenkov:extself, r=Centril | kennytm | -2/+2 |
| 2018-12-03 | Rollup merge of #56402 - scottmcm:better-marker-trait-example, r=Centril | kennytm | -6/+8 |
| 2018-12-03 | Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnay | kennytm | -33/+27 |
| 2018-12-03 | Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin | kennytm | -44/+14 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -82/+25 |
| 2018-12-03 | Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisa | kennytm | -6/+18 |
| 2018-12-03 | Fix link in Weak::new | Thomas de Zeeuw | -1/+2 |
| 2018-12-03 | Add sync::Weak::ptr_eq | Thomas de Zeeuw | -0/+47 |
| 2018-12-03 | Add rc::Weak.ptr_eq | Thomas de Zeeuw | -0/+46 |
| 2018-12-03 | Auto merge of #56305 - RalfJung:miri, r=oli-obk | bors | -5/+19 |
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -21/+23 |
| 2018-12-03 | update miri | Ralf Jung | -5/+19 |
| 2018-12-03 | update miri | Ralf Jung | -5/+5 |
| 2018-12-03 | Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler | bors | -12/+28 |
| 2018-12-03 | Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe | bors | -10/+26 |
| 2018-12-03 | pass the parameter environment to `traits::find_associated_item` | Ariel Ben-Yehuda | -5/+54 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -61/+105 |
| 2018-12-02 | Fix invalid line number match | Guillaume Gomez | -1/+1 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -525/+536 |
| 2018-12-02 | rustbuild: Fix issues with compiler docs | Oliver Middleton | -6/+11 |
| 2018-12-02 | Fix line length | John Ginger | -2/+4 |
| 2018-12-02 | Clearer error message for dead assign | John Ginger | -2/+2 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -9/+2 |