| Age | Commit message (Expand) | Author | Lines |
| 2018-11-24 | Adjust generics to `Allocation` parameters | Oliver Scherer | -9/+9 |
| 2018-11-24 | Move alignment and bounds check from `Memory` to `Allocation` | Oliver Scherer | -42/+45 |
| 2018-11-24 | Move undef mask methods from `Memory` to `Allocation` | Oliver Scherer | -29/+33 |
| 2018-11-24 | Move relocation methods from `Memory` to `Allocation` | Oliver Scherer | -73/+73 |
| 2018-11-24 | Preliminary code adjustment to let the compiler complain about missing methods | Oliver Scherer | -4/+4 |
| 2018-11-24 | Move some methods from `Memory` to `Allocation` | Oliver Scherer | -84/+84 |
| 2018-11-24 | Source sidebar improvements | Guillaume Gomez | -60/+86 |
| 2018-11-24 | Add source file sidebar | Guillaume Gomez | -63/+384 |
| 2018-11-24 | Fix NLL ui test | scalexm | -2/+2 |
| 2018-11-24 | Fix `ChalkInferenceContext::into_hh_goal` | scalexm | -1/+4 |
| 2018-11-24 | Implement some instantiate / canonical routines | scalexm | -52/+113 |
| 2018-11-24 | Move `BoundTy` debruijn index to the `TyKind` enum variant | scalexm | -56/+57 |
| 2018-11-24 | Instantiate all bound vars universally | scalexm | -25/+36 |
| 2018-11-24 | Handle placeholder types in canonicalization | scalexm | -21/+85 |
| 2018-11-24 | Add `HAS_TY_PLACEHOLDER` flag | scalexm | -5/+15 |
| 2018-11-24 | Rename some occurences of `skol` to `placeholder` | scalexm | -14/+14 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -13/+46 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -26/+44 |
| 2018-11-23 | Reword EOF in macro arm message | Esteban Küber | -4/+7 |
| 2018-11-23 | Fix proc-macro test after internal API change | Esteban Küber | -2/+2 |
| 2018-11-23 | Keep label on moved spans and point at macro invocation on parse error | Esteban Küber | -15/+40 |
| 2018-11-23 | Point at macro arm when it doesn't expand to an expression | Esteban Küber | -3/+10 |
| 2018-11-23 | Reword incorrect macro invocation primary label | Esteban Küber | -45/+57 |
| 2018-11-23 | Add label when replacing primary DUMMY_SP in macro expansion | Esteban Küber | -1/+2 |
| 2018-11-23 | Point at end of macro arm when encountering EOF | Esteban Küber | -17/+34 |
| 2018-11-23 | use more inlining, and force some of it | Ralf Jung | -4/+13 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap_nonoverlapping_bytes | Ralf Jung | -4/+4 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap | Ralf Jung | -8/+5 |
| 2018-11-23 | use MaybeUninit in core::ptr::{read,read_unaligned} | Ralf Jung | -7/+7 |
| 2018-11-23 | use MaybeUninit in core::slice::rotate | Ralf Jung | -9/+3 |
| 2018-11-23 | use MaybeUninit in core::slice::sort | Ralf Jung | -7/+7 |
| 2018-11-23 | use MaybeUninit in core::fmt | Ralf Jung | -13/+14 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -4646/+1834 |
| 2018-11-24 | Rollup merge of #56168 - sfackler:raw-entry-tracking, r=kennytm | kennytm | -38/+38 |
| 2018-11-24 | Rollup merge of #56162 - adrianheine:patch-1, r=withoutboats | kennytm | -4/+2 |
| 2018-11-24 | Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton | kennytm | -5/+24 |
| 2018-11-24 | Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichton | kennytm | -1/+228 |
| 2018-11-24 | Rollup merge of #56116 - alexcrichton:tarball-calng, r=kennytm | kennytm | -0/+1 |
| 2018-11-24 | Rollup merge of #56097 - ogoffart:union-abi, r=eddyb | kennytm | -3/+20 |
| 2018-11-24 | Rollup merge of #56091 - wesleywiser:fix_self_profiler_json, r=petrochenkov | kennytm | -2/+13 |
| 2018-11-24 | Rollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb | kennytm | -1/+23 |
| 2018-11-24 | Rollup merge of #56022 - RalfJung:validate-before-jump, r=oli-obk | kennytm | -7/+14 |
| 2018-11-24 | Rollup merge of #55945 - oli-obk:static_assert_arg_type, r=michaelwoerister | kennytm | -1/+2 |
| 2018-11-24 | Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichton | kennytm | -2/+177 |
| 2018-11-24 | Rollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi | kennytm | -4/+4 |
| 2018-11-24 | Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichton | kennytm | -27/+34 |
| 2018-11-23 | Auto merge of #56184 - matthiaskrgr:clippy, r=oli-obk | bors | -14/+14 |
| 2018-11-23 | submodules: update clippy from 2f6881c6 to 754b4c07 | Matthias Krüger | -14/+14 |
| 2018-11-23 | Auto merge of #55808 - estebank:type-arguments, r=petrochenkov | bors | -94/+222 |
| 2018-11-23 | make park/unpark example more realistic | Ralf Jung | -4/+15 |