| Age | Commit message (Expand) | Author | Lines |
| 2016-04-14 | Rollup merge of #32876 - dhuseby:freebsd_32_snap_235d774, r=alexcrichton | Steve Klabnik | -0/+1 |
| 2016-04-14 | Rollup merge of #32869 - bluss:char-boundary-test, r=brson | Steve Klabnik | -0/+16 |
| 2016-04-14 | Rollup merge of #32868 - kraai:remove-comma, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-04-14 | Rollup merge of #32865 - caipre:llvm-ninja, r=alexcrichton | Steve Klabnik | -4/+12 |
| 2016-04-14 | Rollup merge of #32856 - cardoe:target-spec-path, r=alexcrichton | Steve Klabnik | -2/+1 |
| 2016-04-14 | Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichton | Steve Klabnik | -0/+12 |
| 2016-04-14 | Rollup merge of #32646 - Ms2ger:Constructor, r=sanxiyn | Steve Klabnik | -8/+8 |
| 2016-04-14 | Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton | bors | -12/+44 |
| 2016-04-14 | Auto merge of #32883 - sanxiyn:nameless-defkey, r=arielb1 | bors | -22/+132 |
| 2016-04-14 | Auto merge of #32718 - timonvo:bootstrap-skip-docs, r=alexcrichton | bors | -2/+6 |
| 2016-04-13 | Auto merge of #32877 - oli-obk:const_err_multi, r=arielb1 | bors | -7/+54 |
| 2016-04-13 | rustbuild: Skip generating docs if the config disables them. | Timon Van Overveldt | -2/+6 |
| 2016-04-13 | Auto merge of #32592 - tbu-:pr_range_from_overflow, r=alexcrichton | bors | -0/+5 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -75/+163 |
| 2016-04-13 | Add a note about overflowing in the `RangeFrom` iterator | Tobias Bucher | -0/+5 |
| 2016-04-13 | Fix obscure compilation error | Masood Malekghassemi | -9/+16 |
| 2016-04-13 | Auto merge of #32828 - vadimcn:symlinks, r=alexcrichton | bors | -11/+69 |
| 2016-04-13 | Auto merge of #32817 - jseyfried:warn_impl_param_defaults, r=nikomatsakis | bors | -14/+27 |
| 2016-04-13 | Auto merge of #32726 - asomers:master, r=alexcrichton | bors | -7/+25 |
| 2016-04-12 | Auto merge of #32814 - jseyfried:improve_duplicate_glob_detection, r=nikomats... | bors | -14/+70 |
| 2016-04-12 | Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis | bors | -635/+560 |
| 2016-04-12 | Auto merge of #32590 - alexcrichton:rustbuild-tidy-checks, r=brson | bors | -697/+645 |
| 2016-04-12 | tidy: Add a check to ensure Cargo.toml is in sync | Alex Crichton | -6/+113 |
| 2016-04-12 | Auto merge of #31963 - barosl:rename-doc, r=alexcrichton | bors | -1/+8 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -697/+538 |
| 2016-04-12 | Auto merge of #32811 - alexcrichton:check-lints, r=nrc | bors | -8/+21 |
| 2016-04-12 | prevent other `encode` methods from breaking `derive(RustcEncodable)` | Oliver Schneider | -12/+44 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -328/+508 |
| 2016-04-12 | Describe more platform-specific behaviors of `std::fs::rename` | Barosl Lee | -1/+8 |
| 2016-04-11 | Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisa | bors | -1/+21 |
| 2016-04-11 | Auto merge of #32882 - steveklabnik:rollup, r=steveklabnik | bors | -65/+233 |
| 2016-04-11 | Add regression test for #32797 (fixes #32797) | Jeffrey Seyfried | -0/+21 |
| 2016-04-11 | Fix the span for try shorthand expressions | Marcus Klaas | -1/+21 |
| 2016-04-11 | Add comments | Jeffrey Seyfried | -0/+4 |
| 2016-04-11 | tests: update for MIR debuginfo. | Eduard Burtescu | -72/+48 |
| 2016-04-11 | trans: initial implementation of MIR debuginfo. | Eduard Burtescu | -123/+289 |
| 2016-04-11 | mir: store the span of a scope in the ScopeData. | Eduard Burtescu | -0/+5 |
| 2016-04-11 | trans: use DefKey directly in debuginfo for paths. | Eduard Burtescu | -193/+113 |
| 2016-04-11 | trans: pass essential information from trans_closure to debuginfo. | Eduard Burtescu | -262/+124 |
| 2016-04-11 | trans: use Instance in trans_closure and FunctionContext::new. | Eduard Burtescu | -30/+22 |
| 2016-04-11 | mir: print the scope and span for variables. | Eduard Burtescu | -1/+5 |
| 2016-04-12 | Do not encode name when encoding DefKey | Seo Sanghyeon | -22/+132 |
| 2016-04-11 | rustdoc: Fix testing no_run code blocks | Alex Crichton | -8/+21 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -328/+508 |
| 2016-04-11 | Rollup merge of #32873 - jethrogb:patch-2, r=steveklabnik | Steve Klabnik | -41/+53 |
| 2016-04-11 | Rollup merge of #32870 - jethrogb:patch-1, r=GuillaumeGomez | Steve Klabnik | -2/+2 |
| 2016-04-11 | Rollup merge of #32862 - raphlinus:master, r=bluss | Steve Klabnik | -1/+2 |
| 2016-04-11 | Rollup merge of #32854 - GuillaumeGomez:result_doc, r=steveklabnik | Steve Klabnik | -3/+44 |
| 2016-04-11 | Rollup merge of #32849 - jseyfried:import_resolution_diagnostics, r=eddyb | Steve Klabnik | -5/+25 |
| 2016-04-11 | Rollup merge of #32823 - pravic:target-json, r=alexcrichton | Steve Klabnik | -0/+1 |