| Age | Commit message (Expand) | Author | Lines |
| 2016-03-17 | trans: Apply ZExt and StructRet attributes uniformly. | Eduard Burtescu | -157/+67 |
| 2016-03-17 | trans: Only mutate ArgTy's in C ABI handling, don't create them. | Eduard Burtescu | -180/+179 |
| 2016-03-17 | trans: Handle type_of for Rust fn's via abi::FnType. | Eduard Burtescu | -86/+62 |
| 2016-03-17 | trans: Remove dropflag-unaware type_is_newtype_immediate shortcut. | Eduard Burtescu | -13/+0 |
| 2016-03-17 | tests: Force instantiation of extern fns. | Eduard Burtescu | -0/+5 |
| 2016-03-17 | trans: Pass fat pointers as two arguments even for FFI. | Eduard Burtescu | -42/+68 |
| 2016-03-17 | trans: Don't treat closure types like function types in declare. | Eduard Burtescu | -100/+65 |
| 2016-03-17 | trans: Combine cabi and back::abi into abi. | Eduard Burtescu | -68/+45 |
| 2016-03-17 | trans: Condense the fn instantiation logic into callee. | Eduard Burtescu | -522/+141 |
| 2016-03-17 | trans: Rename MonoId to Instance and start using it in more places. | Eduard Burtescu | -186/+230 |
| 2016-03-17 | Auto merge of #32294 - Manishearth:derive-fix, r=alexcrichton | bors | -43/+61 |
| 2016-03-18 | `let` introduces a statement | Tang Chenglong | -2/+2 |
| 2016-03-17 | std: Revert addition of `into_ascii_*` methods | Alex Crichton | -102/+0 |
| 2016-03-17 | trans: Don't store extra copies of intrinsics ID/substs. | Eduard Burtescu | -20/+20 |
| 2016-03-17 | trans: use Cell instead of RefCell where it suffices. | Eduard Burtescu | -12/+12 |
| 2016-03-17 | trans: simplify the declare interface. | Eduard Burtescu | -114/+65 |
| 2016-03-17 | trans: Revamp and empower cabi::FnType. | Eduard Burtescu | -531/+318 |
| 2016-03-17 | trans: Pass the Rust type for the closure env in type_of_rust_fn. | Eduard Burtescu | -6/+4 |
| 2016-03-17 | trans: Remove the old ExprOrMethodCall. | Eduard Burtescu | -49/+18 |
| 2016-03-17 | trans: Remove unused return type argument from declare_cfn. | Eduard Burtescu | -53/+34 |
| 2016-03-17 | trans: Move static item handling to consts. | Eduard Burtescu | -150/+123 |
| 2016-03-17 | trans: Remove dead code for variants and structs from get_item_val. | Eduard Burtescu | -40/+0 |
| 2016-03-17 | trans: Move trans_foreign_mod and trans_impl to trans_item. | Eduard Burtescu | -164/+42 |
| 2016-03-17 | trans: Get functions and do calls only through Callee. | Eduard Burtescu | -226/+197 |
| 2016-03-17 | metadata: Constrain FoundAst::FoundParent to an Item. | Eduard Burtescu | -101/+70 |
| 2016-03-17 | metedata: Remove the unnecessary indirection to astencode. | Eduard Burtescu | -80/+18 |
| 2016-03-17 | Move simd_ffi gating from trans to typeck. | Eduard Burtescu | -32/+24 |
| 2016-03-17 | trans: Use fmt::Debug for debugging instead of ad-hoc methods. | Eduard Burtescu | -392/+280 |
| 2016-03-18 | Fix usability problem when browse document locally | York Xiang | -2/+6 |
| 2016-03-17 | Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakis | bors | -6/+141 |
| 2016-03-17 | Add test | Jeffrey Seyfried | -0/+24 |
| 2016-03-17 | Disallow methods from shadowed traits | Jeffrey Seyfried | -3/+3 |
| 2016-03-17 | Auto merge of #32237 - alexcrichton:rustbuild-make-dist, r=brson | bors | -1/+359 |
| 2016-03-17 | test: Fix missing call of function pointer | pravic | -3/+3 |
| 2016-03-16 | Auto merge of #32285 - oli-obk:fix/const_bitshift, r=eddyb | bors | -1/+34 |
| 2016-03-17 | Add test for silenced unused params in derive | Manish Goregaokar | -0/+18 |
| 2016-03-17 | Re-add double underscores in derive (fixes #32292) | Manish Goregaokar | -43/+43 |
| 2016-03-16 | Stop ignoring expected note/help messages in compiletest suite. | Corey Farwell | -6/+141 |
| 2016-03-16 | rustbuild: Implement `make dist` | Alex Crichton | -1/+359 |
| 2016-03-16 | Auto merge of #32284 - jseyfried:name_conflict_diagnostics, r=eddyb | bors | -174/+134 |
| 2016-03-16 | Auto merge of #31746 - erickt:newline, r=sfackler | bors | -1/+22 |
| 2016-03-16 | docs: One typo | Tang Chenglong | -1/+1 |
| 2016-03-16 | Auto merge of #32228 - jonas-schievink:diag1, r=sanxiyn | bors | -4/+53 |
| 2016-03-16 | Auto merge of #32280 - japaric:rt, r=alexcrichton | bors | -0/+0 |
| 2016-03-16 | Resolve conflicts and extend the test | Jonas Schievink | -2/+17 |
| 2016-03-16 | Use `fully_normalize`, unwrapping its result | Jonas Schievink | -8/+9 |
| 2016-03-16 | Normalize return type when checking for E0269 | Jonas Schievink | -2/+35 |
| 2016-03-16 | Auto merge of #32273 - alexcrichton:fix-time-sub, r=aturon | bors | -4/+4 |
| 2016-03-16 | don't assume the rhs of a bitshift is of any particular type | Oliver Schneider | -1/+34 |
| 2016-03-16 | Fix fallout in tests | Jeffrey Seyfried | -70/+71 |