| Age | Commit message (Expand) | Author | Lines |
| 2015-05-28 | Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton | bors | -2/+8 |
| 2015-05-28 | removed lonely closing parenthesis | Mathieu David | -1/+1 |
| 2015-05-28 | Move std::cell::clone_ref to a clone associated function on std::cell::Ref | Simon Sapin | -5/+22 |
| 2015-05-28 | Auto merge of #25856 - bluss:binary-heap-hole, r=Gankro | bors | -25/+196 |
| 2015-05-28 | Improve Debug documentation | Steve Klabnik | -0/+44 |
| 2015-05-28 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -25/+196 |
| 2015-05-28 | Mention UFCS sadness in instability messages | Steven Fackler | -3/+6 |
| 2015-05-28 | Auto merge of #25829 - steveklabnik:ioresult_fixes, r=alexcrichton | bors | -6/+6 |
| 2015-05-28 | Return a TaggedDocsIterator from each_reexport. | Ms2ger | -15/+4 |
| 2015-05-28 | std: Add an option to disable ELF based TLS | Alex Crichton | -27/+75 |
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -6/+6 |
| 2015-05-28 | Auto merge of #25835 - steveklabnik:gh25438, r=alexcrichton | bors | -2/+2 |
| 2015-05-28 | TRPL: Fix Unescaped URL | Pascal Hertleif | -1/+1 |
| 2015-05-28 | Auto merge of #25834 - steveklabnik:gh25326, r=alexcrichton | bors | -3/+3 |
| 2015-05-28 | Auto merge of #25849 - reinh:patch-1, r=huonw | bors | -1/+1 |
| 2015-05-28 | floating-point types are machine types, not machine-dependent types | Liigo Zhuang | -2/+2 |
| 2015-05-28 | Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw | bors | -39/+23 |
| 2015-05-28 | Auto merge of #25783 - nrc:save-api-2, r=@huonw | bors | -40/+109 |
| 2015-05-27 | Add a test for downcasting | Steven Fackler | -2/+38 |
| 2015-05-27 | TRPL: fix typo, borow for borrow | Rein Henrichs | -1/+1 |
| 2015-05-28 | save-analysis: move another couple of things to the API | Nick Cameron | -40/+109 |
| 2015-05-27 | Add accessors for io::Error's inner error. | Steven Fackler | -6/+42 |
| 2015-05-27 | Delegate io::Error::cause to inner error | Steven Fackler | -0/+7 |
| 2015-05-28 | Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc | bors | -8/+61 |
| 2015-05-28 | Auto merge of #25824 - alexcrichton:fix-deadlocking-test-on-windows, r=nikoma... | bors | -3/+1 |
| 2015-05-28 | Prevent comparison and dereferencing of raw pointers in constexprs | Ariel Ben-Yehuda | -8/+61 |
| 2015-05-28 | Auto merge of #25805 - jooert:colorized_tests, r=alexcrichton | bors | -1/+1 |
| 2015-05-27 | Remove mentions of int / uint from public documentation | Jake Goulding | -23/+23 |
| 2015-05-27 | Remove mentions of int / uint from the isize / usize docs | Jake Goulding | -16/+0 |
| 2015-05-27 | Fix section headers on Not Found page | Steve Klabnik | -3/+3 |
| 2015-05-27 | Auto merge of #25796 - arielb1:default-assoc, r=eddyb | bors | -120/+222 |
| 2015-05-28 | Rollup merge of #25806 - nrc:20184-msg, r=alexcrichton | Manish Goregaokar | -4/+5 |
| 2015-05-27 | Improve docs for Vec::as_slice and as_mut_slice | Matt Brubeck | -1/+5 |
| 2015-05-28 | Rollup merge of #25726 - nham:cell_docs, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-05-28 | Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichton | Manish Goregaokar | -0/+54 |
| 2015-05-28 | Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-27 | Small wording fix in TRPL: lifetimes | Steve Klabnik | -2/+2 |
| 2015-05-27 | fix example for E0018 | Steve Klabnik | -3/+3 |
| 2015-05-27 | Address review comments | Ariel Ben-Yehuda | -0/+2 |
| 2015-05-27 | test fixes | Ariel Ben-Yehuda | -2/+2 |
| 2015-05-27 | test: Join child threads on windows in tests | Alex Crichton | -3/+1 |
| 2015-05-27 | Auto merge of #25797 - eddyb:const-trait-to-trait, r=luqmana | bors | -3/+36 |
| 2015-05-27 | Auto merge of #25762 - dotdash:codegen_test, r=alexcrichton | bors | -519/+209 |
| 2015-05-27 | Revamp codegen tests to check IR quality instead of quantity | Björn Steinbrink | -519/+209 |
| 2015-05-27 | Remove build date from the output of --version | Johannes Oertel | -5/+0 |
| 2015-05-27 | Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton | bors | -1878/+441 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -525/+417 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -1353/+14 |
| 2015-05-27 | Register snapshots (2015-05-24 ba0e1cd). | Eduard Burtescu | -0/+10 |
| 2015-05-27 | Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton | bors | -0/+29 |