| Age | Commit message (Expand) | Author | Lines |
| 2018-08-09 | liballoc_jemalloc: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | liballoc_system: enable feature(nll) for bootstrap | memoryruins | -0/+2 |
| 2018-08-09 | libgraphviz: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | librustc_borrowck: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | librustc_lint: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | librustc_metadata: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-08 | Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakis | bors | -63/+112 |
| 2018-08-08 | Auto merge of #52872 - faern:use-modern-alignment-libc, r=TimNN | bors | -98/+117 |
| 2018-08-08 | Use repr(align(x)) for redox in6_addr | Linus Färnstrand | -1/+1 |
| 2018-08-08 | Update libc to 0.2.43 in Cargo.lock | Linus Färnstrand | -43/+43 |
| 2018-08-08 | Simplify Ipv6Addr::from(octets) to not use unsafe | Linus Färnstrand | -3/+1 |
| 2018-08-08 | Simplify is_broadcast | Linus Färnstrand | -2/+1 |
| 2018-08-08 | Add Ipv4Addr BROADCAST assoc const | Linus Färnstrand | -0/+18 |
| 2018-08-08 | Move IPs to assoc consts | Linus Färnstrand | -28/+21 |
| 2018-08-08 | Make Ipv{4,6}Addr::new const fns | Linus Färnstrand | -20/+30 |
| 2018-08-08 | Update libc and activate align feature | Linus Färnstrand | -1/+2 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -320/+295 |
| 2018-08-08 | Prevent duplication of rust-ap-syntax | Nick Cameron | -1/+30 |
| 2018-08-08 | Update RLS and Rustfmt | Nick Cameron | -166/+52 |
| 2018-08-08 | Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister | bors | -152/+345 |
| 2018-08-07 | Auto merge of #52397 - estebank:println-comma, r=oli-obk | bors | -10/+92 |
| 2018-08-07 | Auto merge of #52911 - Mark-Simulacrum:visibility-hirid, r=oli-obk | bors | -39/+56 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -39/+56 |
| 2018-08-07 | Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma... | bors | -331/+108 |
| 2018-08-07 | rustc: Tweak visibility of some lang items | Alex Crichton | -56/+238 |
| 2018-08-07 | rustc: Refactor MonoItem linkage/visibility calculation | Alex Crichton | -140/+151 |
| 2018-08-07 | Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis | bors | -200/+317 |
| 2018-08-07 | Fix tidy | Oliver Schneider | -2/+2 |
| 2018-08-07 | Make sure the feature gate actually works and never allows promoting these op... | Oliver Schneider | -20/+138 |
| 2018-08-07 | Add feature gate test | Oliver Schneider | -0/+2 |
| 2018-08-07 | Also put comparing raw pointers behind a feature gate | Oliver Schneider | -46/+22 |
| 2018-08-07 | Rebase fallout: new tests need updated ui output | Oliver Schneider | -15/+23 |
| 2018-08-07 | Don't accidentally promote union access in MIR | Oliver Schneider | -12/+1 |
| 2018-08-07 | Use the correct feature gate name | Oliver Schneider | -2/+2 |
| 2018-08-07 | Add feature gate checks | Oliver Schneider | -1/+38 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -131/+118 |
| 2018-08-07 | Auto merge of #53150 - kennytm:rollup, r=kennytm | bors | -212/+141 |
| 2018-08-07 | Rollup merge of #53139 - danc86:riscv-no-gdb-scripts, r=petrochenkov | kennytm | -0/+1 |
| 2018-08-07 | Rollup merge of #53135 - joshtriplett:remove-catch-from-2018-preview, r=Mark-... | kennytm | -1/+1 |
| 2018-08-07 | Rollup merge of #53107 - RalfJung:static-mutex, r=alexcrichton | kennytm | -12/+5 |
| 2018-08-07 | Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkov | kennytm | -0/+28 |
| 2018-08-07 | Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertj | kennytm | -50/+54 |
| 2018-08-07 | Rollup merge of #53060 - iliekturtles:rustdoc-style, r=GuillaumeGomez | kennytm | -35/+32 |
| 2018-08-07 | Rollup merge of #53052 - redroc:master, r=QuietMisdreavus | kennytm | -33/+0 |
| 2018-08-07 | Rollup merge of #53028 - Mark-Simulacrum:split-out-codegen, r=alexcrichton | kennytm | -54/+10 |
| 2018-08-07 | Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton | kennytm | -9/+3 |
| 2018-08-07 | Rollup merge of #52885 - Mark-Simulacrum:cleanup-typeck, r=nikomatsakis | kennytm | -18/+7 |
| 2018-08-07 | Auto merge of #52450 - PramodBisht:issue/52413, r=estebank | bors | -52/+62 |
| 2018-08-06 | fix typo | Esteban Küber | -1/+1 |
| 2018-08-06 | Point at correct span when missing comma in `println` | Esteban Küber | -16/+24 |