| Age | Commit message (Expand) | Author | Lines |
| 2016-12-29 | rustbuild: Don't run pretty tests by default | Alex Crichton | -13/+23 |
| 2016-12-29 | Auto merge of #38627 - rkruppe:ninja-build, r=alexcrichton | bors | -1/+5 |
| 2016-12-29 | Auto merge of #38571 - nrc:emit-metadata-change, r=alexcrichton | bors | -77/+154 |
| 2016-12-29 | Auto merge of #38645 - nikomatsakis:incr-comp-fix-time-depth, r=nrc | bors | -4/+21 |
| 2016-12-29 | Support --emit=foo,metadata | Nick Cameron | -26/+66 |
| 2016-12-29 | Auto merge of #38619 - alexcrichton:less-android-flaky, r=brson | bors | -1/+3 |
| 2016-12-29 | Restore --crate-type=metadata as an alias for --crate-type=rlib,--emit=metada... | Nick Cameron | -4/+15 |
| 2016-12-29 | Add a test for #38273 | Nick Cameron | -0/+21 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -56/+61 |
| 2016-12-28 | Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis | bors | -2757/+2280 |
| 2016-12-28 | Auto merge of #38639 - xen0n:nightly-dist-hotfix, r=brson | bors | -6/+13 |
| 2016-12-28 | Auto merge of #38626 - redox-os:args_fix, r=alexcrichton | bors | -9/+5 |
| 2016-12-28 | Auto merge of #38616 - pnkfelix:refactor-mir-dataflow-remove-ctxt, r=arielb1 | bors | -135/+144 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -5/+79 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -378/+245 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -993/+390 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -568/+545 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -655/+637 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -298/+601 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -183/+106 |
| 2016-12-28 | Auto merge of #38589 - aidanhs:aphs-stage0-rustdoc-test, r=alexcrichton | bors | -14/+26 |
| 2016-12-28 | Auto merge of #38579 - whitequark:min_atomic_width, r=alexcrichton | bors | -1/+14 |
| 2016-12-28 | rustbuild: fix host-only rules ignoring targets in dist steps | Wang Xuerui | -4/+10 |
| 2016-12-27 | propagate TIME_DEPTH to the helper threads for -Z time-passes | Niko Matsakis | -4/+21 |
| 2016-12-28 | Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakis | bors | -14/+307 |
| 2016-12-27 | Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnik | bors | -15/+16 |
| 2016-12-28 | rustbuild: clarify comment on target array calculation | Wang Xuerui | -2/+3 |
| 2016-12-28 | rustbuild: get an empty slice the straight-forward way | Wang Xuerui | -1/+1 |
| 2016-12-27 | Auto merge of #38600 - arielb1:dead-drop, r=eddyb | bors | -38/+93 |
| 2016-12-27 | Fix arguments on Redox | Jeremy Soller | -9/+5 |
| 2016-12-27 | Accept ninja-build binary in place of ninja | Robin Kruppe | -1/+5 |
| 2016-12-27 | Auto merge of #38577 - redox-os:master, r=alexcrichton | bors | -2/+3 |
| 2016-12-27 | Auto merge of #38574 - Mark-Simulacrum:box-free-unspecialize, r=eddyb | bors | -64/+32 |
| 2016-12-27 | Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrc | bors | -0/+58 |
| 2016-12-27 | Auto merge of #38507 - alexcrichton:travis-lldb, r=brson | bors | -0/+1 |
| 2016-12-26 | Remove extra lang item, exchange_free; use box_free instead. | Mark Simulacrum | -64/+32 |
| 2016-12-26 | travis: Update the OSX image we run tests in | Alex Crichton | -0/+1 |
| 2016-12-26 | Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton | bors | -4/+33 |
| 2016-12-26 | Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton | bors | -3/+121 |
| 2016-12-26 | travis: Attempt to fix Android flakiness | Alex Crichton | -1/+3 |
| 2016-12-26 | Auto merge of #38542 - YaLTeR:fastcall-fix, r=pnkfelix | bors | -4/+149 |
| 2016-12-26 | Refactor mir::dataflow: remove Ctxt associated type from BitDenotation trait. | Felix S. Klock II | -135/+144 |
| 2016-12-26 | Auto merge of #38154 - petrochenkov:altname, r=jseyfried | bors | -1335/+2291 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -1252/+1246 |
| 2016-12-26 | Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkov | bors | -20/+25 |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -323/+1285 |
| 2016-12-26 | Auto merge of #38598 - brson:em, r=alexcrichton | bors | -0/+2 |
| 2016-12-25 | Move target_family to TargetOptions, not Target | Alex Crichton | -2/+2 |
| 2016-12-25 | Auto merge of #38490 - jseyfried:def_id_vis, r=nrc | bors | -161/+137 |
| 2016-12-25 | Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddyb | bors | -2/+5 |