| Age | Commit message (Expand) | Author | Lines |
| 2016-01-14 | doc: "moves" has a specific meaning in Rust, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | switch the fulfillment context to use the new obligation forest; | Niko Matsakis | -129/+90 |
| 2016-01-14 | implement the obligation forest data structure and add some unit tests | Niko Matsakis | -2/+627 |
| 2016-01-14 | modify trait checker to track the variables on which trait resolution is | Niko Matsakis | -73/+74 |
| 2016-01-14 | Update libbacktrace to 11b1a9c476b2df514d620d479407f2cf217cb373 | Vadim Petrochenkov | -1926/+474 |
| 2016-01-14 | Display better snippet for invalid char literal | Greg Chapple | -16/+81 |
| 2016-01-14 | Fix outdated comment | tomaka | -1/+1 |
| 2016-01-14 | Move some #[no_std] info to stable book. | Steve Klabnik | -89/+52 |
| 2016-01-14 | Auto merge of #30848 - nagisa:mir-no-store-zsts, r=nikomatsakis | bors | -5/+41 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -41/+45 |
| 2016-01-14 | UTF-8 validation: Add missing if conditional for short input | Ulrik Sverdrup | -13/+16 |
| 2016-01-14 | Rollup merge of #30892 - shepmaster:box-grammar, r=alexcrichton | Manish Goregaokar | -14/+14 |
| 2016-01-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -24/+27 |
| 2016-01-14 | Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisa | Manish Goregaokar | -2/+3 |
| 2016-01-14 | Rollup merge of #30871 - oli-obk:fix/reference, r=steveklabnik | Manish Goregaokar | -8/+8 |
| 2016-01-14 | Rollup merge of #30869 - D101101:patch-3, r=huonw | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30821 - steveklabnik:gh30819, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2016-01-14 | Rollup merge of #30863 - jseyfried:no_rc, r=eddyb | Manish Goregaokar | -244/+259 |
| 2016-01-14 | Rollup merge of #30851 - jonas-schievink:unneeded-dropflags, r=pnkfelix | Manish Goregaokar | -5/+16 |
| 2016-01-14 | Rollup merge of #30850 - ranma42:cleanup-io, r=alexcrichton | Manish Goregaokar | -15/+0 |
| 2016-01-14 | Rollup merge of #30839 - tomaka:debug-phantomdata, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichton | Manish Goregaokar | -10/+27 |
| 2016-01-14 | Rollup merge of #30835 - kraai:show-span, r=sanxiyn | Manish Goregaokar | -10/+5 |
| 2016-01-14 | Rollup merge of #30828 - wheals:fix-dead-links, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-01-14 | Rollup merge of #30823 - pnkfelix:put-back-alloca-zeroing-for-issue-30530, r=... | Manish Goregaokar | -44/+392 |
| 2016-01-14 | Rollup merge of #30818 - sfackler:duration-hash, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton | Manish Goregaokar | -17/+92 |
| 2016-01-14 | Rollup merge of #30770 - steveklabnik:gh30345, r=brson | Manish Goregaokar | -0/+36 |
| 2016-01-14 | Auto merge of #30662 - simartin:issue_30592, r=alexcrichton | bors | -0/+7 |
| 2016-01-13 | Improve grammar of Box::{into,from}_raw docs | Jake Goulding | -14/+14 |
| 2016-01-14 | Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturon | bors | -14/+658 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -24/+27 |
| 2016-01-13 | Auto merge of #30870 - Eljay:issue-30477, r=alexcrichton | bors | -1/+1 |
| 2016-01-13 | improve use of `,` vs `;` | Niko Matsakis | -2/+2 |
| 2016-01-13 | Add missing newline character to callers of dumb_print | Amanieu d'Antras | -5/+5 |
| 2016-01-13 | Auto merge of #30813 - fhahn:fix-ice-semicolon-in-lifetime, r=nrc | bors | -4/+25 |
| 2016-01-13 | Issue #30592: Restore build in --disable-jemalloc mode. | Simon Martin | -0/+7 |
| 2016-01-13 | update tracking issue for collections_range | Alex Burka | -2/+3 |
| 2016-01-13 | Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichton | bors | -0/+36 |
| 2016-01-13 | s/HARD ERROR/hard error/ -- perhaps the warning is enough | Niko Matsakis | -44/+44 |
| 2016-01-13 | Auto merge of #30779 - michaelwoerister:closure-mir-in-metadata, r=nikomatsakis | bors | -6/+9 |
| 2016-01-13 | the reference was inferring values that didn't fit into their target type | Oliver 'ker' Schneider | -8/+8 |
| 2016-01-13 | add doc for new `fn alloc_ty_init`. | Felix S. Klock II | -0/+12 |
| 2016-01-13 | revise lifetime handling for alloca's that are initialized as "dropped." | Felix S. Klock II | -1/+10 |
| 2016-01-13 | Factored out private routine for emitting LLVM lifetime intrinsic calls. | Felix S. Klock II | -30/+45 |
| 2016-01-13 | Unit/regression tests for issues #29092, #30018, #30530, #30822. | Felix S. Klock II | -0/+213 |
| 2016-01-13 | bug fixes for issues 30018 and 30822. | Felix S. Klock II | -4/+11 |
| 2016-01-13 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2016-01-13 | Auto merge of #30684 - tshepang:rustfmt-lexer-part2, r=nrc | bors | -511/+756 |
| 2016-01-13 | Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton | bors | -11/+23 |