| Age | Commit message (Expand) | Author | Lines |
| 2016-12-27 | Document foreign variadic functions in TRPL and the reference. | Corey Farwell | -0/+34 |
| 2016-12-26 | travis: Remove extraneous /tmp/obj dirs | Alex Crichton | -26/+0 |
| 2016-12-26 | travis: Don't install ccache in containers | Alex Crichton | -12/+0 |
| 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 | fix ui test | Jorge Aparicio | -1/+1 |
| 2016-12-26 | PTX support | Jorge Aparicio | -3/+344 |
| 2016-12-27 | And suddenly a german word :O | kellerkindt | -1/+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 | std: Remove unused objects from compiler-builtins | Alex Crichton | -6/+0 |
| 2016-12-26 | std: Clamp max read/write sizes on Unix | Alex Crichton | -12/+24 |
| 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 | Use cfg!() to get type checking everywhere. | Christoph Schulz | -7/+5 |
| 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 | Add missing urls in AtomicBool docs | Guillaume Gomez | -13/+35 |
| 2016-12-26 | Clarify behavior of `VecDeque::insert`. | Corey Farwell | -8/+12 |
| 2016-12-26 | Auto merge of #38598 - brson:em, r=alexcrichton | bors | -0/+2 |
| 2016-12-25 | Impl From<inner> for IpAddr and SocketAddr. | Yamakaky | -0/+16 |
| 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 | Add unittest | Esteban Küber | -1/+12 |
| 2016-12-25 | Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddyb | bors | -2/+5 |
| 2016-12-25 | clear discriminant drop flag at the bottom of a ladder | Ariel Ben-Yehuda | -38/+93 |
| 2016-12-25 | Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddyb | bors | -17/+37 |
| 2016-12-24 | Impl From<Ipv4Addr, Ipv6Addr> for IpAddr. | Yamakaky | -0/+12 |
| 2016-12-25 | Emscripten targets are Unix targets | Brian Anderson | -0/+2 |
| 2016-12-24 | Auto merge of #38594 - steveklabnik:rollup, r=steveklabnik | bors | -48/+848 |
| 2016-12-24 | Rollup merge of #38572 - GuillaumeGomez:join_handle_docs, r=frewsxcv | Steve Klabnik | -6/+40 |
| 2016-12-24 | Rollup merge of #38568 - chris-morgan:fix-markdown-lists, r=frewsxcv | Steve Klabnik | -14/+14 |
| 2016-12-24 | Rollup merge of #38557 - michaelwoerister:inline-asm-ich, r=nikomatsakis | Steve Klabnik | -3/+308 |
| 2016-12-24 | Rollup merge of #38554 - DirkyJerky:master, r=frewsxcv | Steve Klabnik | -1/+1 |
| 2016-12-24 | Rollup merge of #38549 - aidanhs:aphs-incremental-readme-note, r=nikomatsakis | Steve Klabnik | -1/+1 |
| 2016-12-24 | Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfackler | Steve Klabnik | -1/+0 |
| 2016-12-24 | Rollup merge of #38513 - GuillaumeGomez:thread_fn_docs, r=frewsxcv | Steve Klabnik | -8/+43 |
| 2016-12-24 | Rollup merge of #38505 - estebank:why-lines, r=frewsxcv | Steve Klabnik | -0/+6 |
| 2016-12-24 | Rollup merge of #38502 - michaelwoerister:ich-test-inherent-impls, r=nikomats... | Steve Klabnik | -1/+409 |
| 2016-12-24 | Rollup merge of #38497 - QuietMisdreavus:rustdoc-where-again, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-12-24 | Rollup merge of #38480 - clarcharr:import_css, r=steveklabnik | Steve Klabnik | -2/+1 |
| 2016-12-24 | Rollup merge of #38297 - matklad:linked-lists-are-not-cool, r=GuillaumeGomez | Steve Klabnik | -3/+17 |
| 2016-12-24 | Rollup merge of #38013 - wezm:simplify-test-notes, r=steveklabnik | Steve Klabnik | -5/+4 |
| 2016-12-24 | Rollup merge of #37956 - tshepang:patch-2, r=steveklabnik | Steve Klabnik | -2/+3 |
| 2016-12-24 | Auto merge of #38443 - frewsxcv:file-docs, r=brson | bors | -6/+38 |