| Age | Commit message (Expand) | Author | Lines |
| 2016-10-05 | Adjustments due to naming changes in Ty_ and PatKind structs | Mathieu Borderé | -6/+6 |
| 2016-10-05 | ICH - Include omitted elements in inc. comp. hash #36914 | Mathieu Borderé | -16/+146 |
| 2016-10-05 | ICH - Add test cases for function interfaces | Mathieu Borderé | -0/+382 |
| 2016-10-05 | run rustfmt on librustc_typeck/check/method folder | Srinivas Reddy Thatiparthy | -549/+565 |
| 2016-10-04 | Auto merge of #36942 - arielb1:cast-lifetimes, r=eddyb | bors | -2/+47 |
| 2016-10-04 | rustbuild: Fix panic message when musl-root not set | Nick Stevens | -2/+2 |
| 2016-10-04 | rustbuild: Fix bug preventing per-target musl-root | Nick Stevens | -3/+5 |
| 2016-10-05 | Update rust-installer. Fixes #36451 | Brian Anderson | -0/+0 |
| 2016-10-04 | Auto merge of #36814 - petrochenkov:def, r=eddyb | bors | -613/+1031 |
| 2016-10-04 | Minor modifications in concurrency section of the Rust book | Nikhil Shagrithaya | -3/+3 |
| 2016-10-05 | Clarify StringReader::bump. | Nicholas Nethercote | -13/+16 |
| 2016-10-05 | Rename StringReader::curr as ch. | Nicholas Nethercote | -99/+99 |
| 2016-10-05 | Rename StringReader::last_pos as pos. | Nicholas Nethercote | -100/+100 |
| 2016-10-05 | Rename StringReader::pos as next_pos. | Nicholas Nethercote | -18/+18 |
| 2016-10-05 | Rename Parser::last_token_kind as prev_token_kind. | Nicholas Nethercote | -17/+17 |
| 2016-10-05 | Rename Parser::last_span as prev_span. | Nicholas Nethercote | -179/+175 |
| 2016-10-04 | update sip.rs for new intrinsics and defaults | Eric Roshan-Eisner | -14/+9 |
| 2016-10-04 | Remove some unused methods from metadata | Vadim Petrochenkov | -26/+14 |
| 2016-10-04 | Haiku: Fix IPv6 target_os check | Alexander von Gluck IV | -1/+1 |
| 2016-10-04 | Auto merge of #36933 - alexcrichton:less-neon-again, r=eddyb | bors | -1/+1 |
| 2016-10-04 | trans: Make sure that each FnOnce shim is only translated once. | Michael Woerister | -0/+6 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -238/+161 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -104/+73 |
| 2016-10-04 | Set `NON_ZERO_SIZED` flag correctly for struct/union ctors | Vadim Petrochenkov | -16/+8 |
| 2016-10-04 | Move pattern resolution checks from typeck to resolve | Vadim Petrochenkov | -113/+125 |
| 2016-10-04 | Further cleanup in resolve | Vadim Petrochenkov | -76/+54 |
| 2016-10-04 | Fix cross-crate resolution of half-items created by export shadowing | Vadim Petrochenkov | -46/+558 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -85/+129 |
| 2016-10-04 | update tests | Ariel Ben-Yehuda | -8/+4 |
| 2016-10-04 | rustdoc: Fix missing *mut T impl | Oliver Middleton | -2/+2 |
| 2016-10-05 | reference: mention `move` keyword for lambdas | angelsl | -2/+7 |
| 2016-10-04 | Apply some Arc doc changes to Rc | Keegan McAllister | -11/+21 |
| 2016-10-04 | rustc: Try again to disable NEON on armv7 linux | Alex Crichton | -1/+1 |
| 2016-10-04 | Add symbol hash to trans::partitioning debug output. | Michael Woerister | -5/+16 |
| 2016-10-04 | Assign internal linkage to autogenerated FnOnce::call_once() instances. | Michael Woerister | -1/+1 |
| 2016-10-04 | Update Arc docs to match new Rc docs | Keegan McAllister | -145/+281 |
| 2016-10-04 | Auto merge of #36874 - japaric:thumbs, r=alexcrichton | bors | -65/+291 |
| 2016-10-04 | SimplifyCfg: don't incref target when collapsing a goto with 1 pred | Ariel Ben-Yehuda | -2/+10 |
| 2016-10-04 | SimplifyCfg: simplify the start block | Ariel Ben-Yehuda | -0/+3 |
| 2016-10-04 | Auto merge of #36953 - Manishearth:rollup, r=Manishearth | bors | -227/+354 |
| 2016-10-04 | force `i1` booleans to `i8` when comparing | Niko Matsakis | -1/+34 |
| 2016-10-04 | Rollup merge of #36951 - nnethercote:fix-ICE, r=eddyb | Manish Goregaokar | -1/+5 |
| 2016-10-04 | Rollup merge of #36941 - martinhath:issue-21837, r=alexcrichton | Manish Goregaokar | -0/+20 |
| 2016-10-04 | Rollup merge of #36938 - tmiasko:cursor-seek-overflow, r=alexcrichton | Manish Goregaokar | -7/+18 |
| 2016-10-04 | Rollup merge of #36928 - GuillaumeGomez:error_urls, r=steveklabnik | Manish Goregaokar | -4/+8 |
| 2016-10-04 | Rollup merge of #36921 - nnethercote:two-lexer-tweaks, r=nrc | Manish Goregaokar | -8/+2 |
| 2016-10-04 | Rollup merge of #36917 - nnethercote:speed-up-plug_leaks, r=eddyb | Manish Goregaokar | -8/+9 |
| 2016-10-04 | Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-10-04 | Rollup merge of #36908 - GuillaumeGomez:default_doc, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-10-04 | Rollup merge of #36903 - frewsxcv:typekind, r=jseyfried | Manish Goregaokar | -108/+107 |