| Age | Commit message (Expand) | Author | Lines |
| 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-28 | Fix a typo in error messages in std::fs tests | Simon Wollwage | -2/+2 |
| 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 |
| 2016-04-28 | Review changes and satisfy make tidy | Nick Cameron | -51/+51 |
| 2016-04-27 | std: Add compatibility with android-9 | Alex Crichton | -36/+138 |
| 2016-04-27 | Auto merge of #33214 - oli-obk:const_err_var_exprs, r=eddyb | bors | -67/+116 |
| 2016-04-27 | Fix use of the `move` command in the Windows shell | Tomáš Hübelbauer | -1/+1 |
| 2016-04-27 | rustc_driver: Allow running the compiler with a FileLoader | Adolfo Ochagavía | -10/+34 |
| 2016-04-27 | update Cargo.toml for rustbuild | Oliver Schneider | -0/+1 |
| 2016-04-27 | Avoid using the hir map when visibility checking in `resolve` | Jeffrey Seyfried | -16/+44 |
| 2016-04-27 | Refactor away a use of `ast_map.span_if_local()` | Jeffrey Seyfried | -3/+13 |
| 2016-04-26 | std: Allow creating ExitStatus from raw values | Alex Crichton | -0/+42 |
| 2016-04-26 | Auto merge of #33226 - fabricedesre:update-llvm, r=alexcrichton | bors | -1/+1 |
| 2016-04-27 | Refactor `resolve_crate_relative_path` and `resolve_module_relative_path` | Jeffrey Seyfried | -12/+16 |
| 2016-04-27 | Refactor away `get_trait_name` | Jeffrey Seyfried | -13/+4 |
| 2016-04-27 | Refactor away `is_static_method` | Jeffrey Seyfried | -25/+10 |
| 2016-04-27 | Refactor away `FallbackChecks` and remove dead code | Jeffrey Seyfried | -63/+6 |
| 2016-04-27 | Refactor field `span` of `NameBinding` from `Option<Span>` to `Span`. | Jeffrey Seyfried | -14/+13 |
| 2016-04-26 | Update llvm to 751345228a0ef03fd147394bb5104359b7a808be | Fabrice Desré | -1/+1 |
| 2016-04-26 | Auto merge of #31414 - durka:clone-copy, r=alexcrichton | bors | -40/+203 |
| 2016-04-26 | Auto merge of #33191 - alexcrichton:rustdoc-create-dir-all-racy, r=steveklabnik | bors | -6/+9 |
| 2016-04-26 | shallow Clone for #[derive(Copy,Clone)] | Alex Burka | -40/+203 |
| 2016-04-26 | Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomez | bors | -2/+2 |
| 2016-04-26 | Update references-and-borrowing.md | Kaiyin Zhong | -0/+18 |
| 2016-04-26 | allow InternedString to be compared to &str directly | Oliver Schneider | -3/+25 |
| 2016-04-26 | Auto merge of #33203 - Ryman:patch-3, r=alexcrichton | bors | -2/+2 |
| 2016-04-26 | don't demote expressions just because const_eval fails | Oliver Schneider | -1/+39 |
| 2016-04-26 | skip non-const-path errors for now | Oliver Schneider | -1/+4 |
| 2016-04-26 | don't report bitshift overflow twice | Oliver Schneider | -22/+6 |
| 2016-04-26 | skip double negation in const eval | Oliver Schneider | -39/+45 |
| 2016-04-26 | Auto merge of #32989 - GuillaumeGomez:e0393, r=Manishearth | bors | -2/+31 |