| Age | Commit message (Expand) | Author | Lines |
| 2015-06-18 | Add a test for issue 26322 | Simonas Kazlauskas | -0/+36 |
| 2015-06-17 | Clear cached landing pads before generating a call. | Eli Friedman | -0/+40 |
| 2015-06-09 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -0/+108 |
| 2015-06-09 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -0/+21 |
| 2015-05-16 | Make a test compatible with the beta channel | Brian Anderson | -2/+0 |
| 2015-05-15 | syntax: Unquoting some statements requires trailing semicolons | Erick Tryzelaar | -0/+6 |
| 2015-05-15 | Auto merge of #25400 - nrc:save-api, r=huonw | bors | -43/+96 |
| 2015-05-15 | Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichton | bors | -0/+31 |
| 2015-05-14 | Auto merge of #25403 - Manishearth:rollup, r=Manishearth | bors | -2/+2 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -32/+32 |
| 2015-05-14 | Move configuration 1 phase before crate metadata collection | Kevin Ballard | -0/+31 |
| 2015-05-14 | Rollup merge of #25398 - nham:E0066_E0069, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-05-14 | save-analysis: fix a bracket counting bug | Nick Cameron | -0/+12 |
| 2015-05-14 | save-analysis: update the smoke test | Nick Cameron | -43/+84 |
| 2015-05-14 | Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichton | bors | -28/+0 |
| 2015-05-13 | Add error explanations for E0066 and E0069. | Nick Hamann | -2/+2 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -32/+32 |
| 2015-05-13 | Fix ICE that occurs when an associated const is ambiguous. | Sean Patrick Santos | -74/+106 |
| 2015-05-13 | Unignore some tests in stage1 | Tamir Duberstein | -26/+0 |
| 2015-05-13 | Allow `T::C` syntax in match patterns to refer to trait-assosociated constants. | Sean Patrick Santos | -0/+4 |
| 2015-05-13 | Remove errant line | Tamir Duberstein | -2/+0 |
| 2015-05-13 | Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis | bors | -0/+74 |
| 2015-05-13 | Auto merge of #25318 - nrc:for-expn, r=sfackler | bors | -0/+37 |
| 2015-05-13 | Auto merge of #25024 - nrc:mulit-decor, r=sfackler | bors | -16/+117 |
| 2015-05-13 | Rebasing | Nick Cameron | -18/+10 |
| 2015-05-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -16/+216 |
| 2015-05-13 | Rebasing | Nick Cameron | -2/+2 |
| 2015-05-13 | Tests for custom coercions | Nick Cameron | -0/+91 |
| 2015-05-13 | Fix a bunch of bugs | Nick Cameron | -9/+54 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -23/+9 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -0/+74 |
| 2015-05-12 | Rollup merge of #25329 - jooert:tests, r=alexcrichton | Manish Goregaokar | -0/+41 |
| 2015-05-12 | Auto merge of #25300 - kballard:core-slice-overflow, r=Gankro | bors | -0/+60 |
| 2015-05-12 | Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakis | bors | -0/+55 |
| 2015-05-12 | Add regression test for #20413 | Johannes Oertel | -0/+25 |
| 2015-05-12 | Add regression test for #18075 | Johannes Oertel | -0/+16 |
| 2015-05-12 | Auto merge of #24818 - tbelaire:double-import, r=nrc | bors | -0/+27 |
| 2015-05-12 | Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis | bors | -0/+20 |
| 2015-05-12 | Tests | Nick Cameron | -0/+37 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -314/+1300 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -0/+1 |
| 2015-05-11 | Avoid returning a slice with a null pointer from Iter.as_slice() | Kevin Ballard | -3/+29 |
| 2015-05-11 | Handle overflow properly in core::slice | Kevin Ballard | -0/+34 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -16/+12 |
| 2015-05-10 | Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichton | Manish Goregaokar | -0/+14 |
| 2015-05-10 | Upgraded warning for invalid crate_type attribute syntax to an error | inrustwetrust | -0/+14 |
| 2015-05-09 | Remove auxiliary files not used since eb4d39e | Carol Nichols | -40/+0 |
| 2015-05-09 | Remove auxiliary file not used since 17da4c7 | Carol Nichols | -27/+0 |
| 2015-05-09 | Remove auxiliary files not used since 812637e | Carol Nichols | -164/+0 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -31/+31 |