| 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-15 | Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichton | bors | -0/+15 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -2/+2 |
| 2015-05-14 | Move configuration 1 phase before crate metadata collection | Kevin Ballard | -0/+15 |
| 2015-05-14 | Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichton | bors | -10/+0 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -2/+2 |
| 2015-05-13 | Unignore some tests in stage1 | Tamir Duberstein | -10/+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 | Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis | bors | -0/+30 |
| 2015-05-13 | Tests for custom coercions | Nick Cameron | -0/+91 |
| 2015-05-13 | Fix a bunch of bugs | Nick Cameron | -0/+49 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -0/+30 |
| 2015-05-12 | Rollup merge of #25329 - jooert:tests, r=alexcrichton | Manish Goregaokar | -0/+16 |
| 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 #18075 | Johannes Oertel | -0/+16 |
| 2015-05-12 | Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis | bors | -0/+20 |
| 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 | -13/+9 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -14/+14 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -14/+14 |
| 2015-05-08 | fallout to run-pass tests. | Felix S. Klock II | -3/+3 |
| 2015-05-07 | Select projections over impls in case of ambiguity. Fixes #23336. | Ariel Ben-Yehuda | -0/+20 |
| 2015-05-07 | Auto merge of #25161 - jooert:moretests, r=alexcrichton | bors | -0/+75 |
| 2015-05-07 | Rollup merge of #25138 - tshepang:typos, r=sanxiyn | Steve Klabnik | -1/+1 |
| 2015-05-07 | Fix use of UFCS syntax to call methods on associated types. | Sean Patrick Santos | -0/+55 |
| 2015-05-06 | Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichton | bors | -2/+2 |
| 2015-05-07 | Add regression test for #22463 | Johannes Oertel | -0/+29 |
| 2015-05-07 | Add regression test for #22258 | Johannes Oertel | -0/+19 |
| 2015-05-07 | Add regression test for #21562 | Johannes Oertel | -0/+27 |
| 2015-05-06 | Auto merge of #25117 - jooert:tests, r=alexcrichton | bors | -0/+59 |
| 2015-05-05 | test: update run-pass tests to not use mutable transmuting | Sean McArthur | -2/+2 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-05 | Auto merge of #24979 - jooert:test-22471, r=pnkfelix | bors | -0/+13 |
| 2015-05-05 | Add regression tests for #21174 | Johannes Oertel | -0/+20 |
| 2015-05-05 | Add regression test for #20186 | Johannes Oertel | -0/+23 |
| 2015-05-05 | Add regression test for #20174 | Johannes Oertel | -0/+16 |
| 2015-05-05 | Auto merge of #25113 - pnkfelix:dropck-itemless-traits, r=huonw | bors | -0/+81 |
| 2015-05-04 | Auto merge of #25056 - jooert:sometests, r=alexcrichton | bors | -41/+51 |
| 2015-05-04 | Remove several FIXMEs | Johannes Oertel | -41/+16 |
| 2015-05-04 | Add regression test for #22471 | Johannes Oertel | -0/+13 |
| 2015-05-04 | Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakis | bors | -0/+1 |
| 2015-05-03 | Update tests to not use old ~ syntax | Carol Nichols | -8/+8 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -5/+1 |
| 2015-05-03 | librustc_trans: Handle DST structs in trans::_match. | Luqman Aden | -0/+70 |
| 2015-05-02 | Add regression test for #17170 | Johannes Oertel | -0/+20 |