| Age | Commit message (Expand) | Author | Lines |
| 2016-05-01 | Fix alloc_jemalloc on windows gnu targets | Oliver Middleton | -8/+8 |
| 2016-04-30 | Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez | bors | -2/+2 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -22/+29 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+18 |
| 2016-04-29 | Auto merge of #33229 - timothy-mcroy:master, r=guillaumegomez | bors | -1/+45 |
| 2016-04-29 | Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrc | bors | -188/+132 |
| 2016-04-29 | Make Btreeset::Insert docs more consistent | Brayden Winterton | -2/+2 |
| 2016-04-29 | Rollup merge of #33258 - birkenfeld:fmt-dollar-syntax, r=brson | Manish Goregaokar | -2/+13 |
| 2016-04-29 | Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichton | Manish Goregaokar | -3/+21 |
| 2016-04-29 | Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrc | Manish Goregaokar | -2/+2 |
| 2016-04-28 | Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakis | bors | -116/+192 |
| 2016-04-28 | test: Move run-make tests into compiletest | Alex Crichton | -116/+192 |
| 2016-04-28 | Fix #33213, a bug in which glob imports are not included in save-analysis data | Jeffrey Seyfried | -2/+2 |
| 2016-04-28 | Auto merge of #33171 - michaelwoerister:collector-drop-glue, r=nikomatsakis | bors | -144/+325 |
| 2016-04-28 | Make the codegen unit partitioner also emit item declarations. | Michael Woerister | -113/+225 |
| 2016-04-28 | Auto merge of #33217 - aochagavia:fileloader, r=nrc | bors | -10/+34 |
| 2016-04-28 | Add FixedUnitCount codegen unit partitioning strategy. | Michael Woerister | -13/+59 |
| 2016-04-28 | Let the translation item collector make a distinction between drop-glue kinds | Michael Woerister | -32/+55 |
| 2016-04-28 | Auto merge of #33211 - alexcrichton:android-back-in-time, r=nagisa | bors | -36/+138 |
| 2016-04-28 | Add detailed error message for E0434 #32777 | Timothy McRoy | -1/+45 |
| 2016-04-28 | Clarify std::fmt width docs w.r.t. dollar syntax and give example. | Georg Brandl | -2/+13 |
| 2016-04-28 | Auto merge of #33257 - steveklabnik:rollup, r=steveklabnik | bors | -13/+64 |
| 2016-04-28 | Rollup merge of #33234 - TomasHubelbauer:TomasHubelbauer-patch-1, r=Guillaume... | Steve Klabnik | -1/+1 |
| 2016-04-28 | Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis | Steve Klabnik | -3/+25 |
| 2016-04-28 | Rollup merge of #33212 - bombless:scope-of-function-body, r=nikomatsakis | Steve Klabnik | -1/+1 |
| 2016-04-28 | Rollup merge of #33152 - bwinterton:master, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-04-28 | Rollup merge of #33095 - xogeny:xogeny-patch-1, r=steveklabnik | Steve Klabnik | -6/+6 |
| 2016-04-28 | Rollup merge of #33056 - GuillaumeGomez:as_mut_ptr_example, r=steveklabnik | Steve Klabnik | -0/+3 |
| 2016-04-28 | Rollup merge of #32991 - kindlychung:patch-2, r=steveklabnik | Steve Klabnik | -0/+26 |
| 2016-04-28 | Auto merge of #33208 - nrc:save-json, r=pnkfelix | bors | -280/+905 |
| 2016-04-28 | Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis | bors | -7/+108 |
| 2016-04-28 | Auto merge of #32980 - Aatch:better-mir-building, r=nagisa | bors | -182/+298 |
| 2016-04-28 | update features RFC | Ergenekon Yigit | -1/+1 |
| 2016-04-28 | update comments RFC and code snippets | Ergenekon Yigit | -2/+20 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -15/+43 |
| 2016-04-28 | Address style nits | Jeffrey Seyfried | -5/+7 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -676/+625 |
| 2016-04-28 | Factor out function call checking to a helper method | James Miller | -49/+30 |
| 2016-04-28 | Check when building invoke as well as calls | James Miller | -15/+41 |
| 2016-04-28 | Handle immediate tuples in `trans_arguments_untupled` | James Miller | -36/+36 |
| 2016-04-28 | Fix codegen-units tests | James Miller | -6/+2 |
| 2016-04-28 | Move zero-sized type handling logic to `new_operand` | James Miller | -14/+17 |
| 2016-04-28 | Fix translation of `Assign`/`AssignOp` as rvalues | James Miller | -2/+9 |
| 2016-04-28 | Fixup tests | James Miller | -6/+0 |
| 2016-04-28 | Address comments | James Miller | -142/+163 |
| 2016-04-28 | Various improvements to MIR and LLVM IR Construction | James Miller | -107/+195 |
| 2016-04-27 | Add tests | Jeffrey Seyfried | -0/+70 |
| 2016-04-27 | Auto merge of #33199 - mitaa:tokenize-responsibly, r=nrc | bors | -74/+148 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -74/+148 |
| 2016-04-27 | rustdoc: Render `extern fn` instead of `extern "C" fn` | Oliver Middleton | -8/+9 |