| Age | Commit message (Expand) | Author | Lines |
| 2016-04-14 | Add test for issue #31856 | Jeffrey Seyfried | -1/+12 |
| 2016-04-13 | Auto merge of #32592 - tbu-:pr_range_from_overflow, r=alexcrichton | bors | -0/+5 |
| 2016-04-14 | fix str::split_at_mut() example | Gigih Aji Ibrahim | -2/+2 |
| 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 | Retire rustdocs `ANALYSISKEY` | mitaa | -111/+90 |
| 2016-04-13 | Fix a typo and add a missing word | Georg Brandl | -2/+2 |
| 2016-04-13 | Doc fix: Do not mention next project in book/guessing-game | Deepak Kannan | -4/+3 |
| 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 | Doc fix: Update Cargo.toml in book/getting-started | Deepak Kannan | -0/+4 |
| 2016-04-13 | Auto merge of #32817 - jseyfried:warn_impl_param_defaults, r=nikomatsakis | bors | -14/+27 |
| 2016-04-13 | Make librustc_mir pass rustdoc --test | Manish Goregaokar | -3/+7 |
| 2016-04-13 | Make librustc_mir pass rustdoc | Manish Goregaokar | -0/+10 |
| 2016-04-13 | Update a comment to reflect changes in tidy checks. | Leo Testard | -2/+2 |
| 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-13 | Add regression test | Jeffrey Seyfried | -0/+20 |
| 2016-04-13 | Fixes #32922, a macro hygiene bug | Jeffrey Seyfried | -8/+9 |
| 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 | Bare raw pointers have been disallowed forever | David Tolnay | -3/+17 |
| 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 | collections: Add slice::binary_search_by_key | Kamal Marhubi | -0/+52 |
| 2016-04-12 | Auto merge of #32811 - alexcrichton:check-lints, r=nrc | bors | -8/+21 |
| 2016-04-12 | Update primitive-types.md | jocki84 | -1/+1 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -36/+13 |
| 2016-04-12 | prevent other `encode` methods from breaking `derive(RustcEncodable)` | Oliver Schneider | -12/+44 |
| 2016-04-12 | Update primitive-types.md | jocki84 | -4/+3 |
| 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 | rustbuild: Fix --enable-rpath usage | Alex Crichton | -18/+55 |
| 2016-04-11 | Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisa | bors | -1/+21 |
| 2016-04-11 | rustbuild: Fix handling of the bootstrap key | Alex Crichton | -8/+51 |
| 2016-04-12 | Fix beta branch | Brian Anderson | -2/+0 |
| 2016-04-12 | Clarify try! doc example | Szabolcs Berecz | -1/+1 |
| 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 |