| Age | Commit message (Expand) | Author | Lines |
| 2018-03-16 | incr.comp.: Make sanity check in try_mark_green() aware of error conditions. | Michael Woerister | -2/+9 |
| 2018-03-16 | Add sort_by_cached_key method | varkor | -14/+56 |
| 2018-03-16 | rustbuild: Add more MinGW libraries to ship | Alex Crichton | -2/+4 |
| 2018-03-16 | Index enumeration by minimally sized type | varkor | -12/+25 |
| 2018-03-16 | Cull the quadratic | varkor | -0/+1 |
| 2018-03-16 | Update documentation | varkor | -10/+11 |
| 2018-03-16 | Add a test for sort_by_key | varkor | -0/+5 |
| 2018-03-16 | Clarify behaviour of sort_unstable_by_key with respect to sort_by_key | varkor | -4/+11 |
| 2018-03-16 | Update documentation for sort_by_key | varkor | -7/+4 |
| 2018-03-16 | Compute each key only one during slice::sort_by_key | varkor | -2/+10 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -4/+89 |
| 2018-03-16 | Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb | bors | -11/+48 |
| 2018-03-16 | Update tests | John Kåre Alsaker | -15/+68 |
| 2018-03-16 | Only generate miri backtraces if explicitly requested | Oliver Schneider | -1/+1 |
| 2018-03-16 | Remove deprecated unstable alloc::heap::EMPTY constant | Simon Sapin | -8/+0 |
| 2018-03-16 | Always print `aborting due to n previous error(s)` and only print it once for... | John Kåre Alsaker | -41/+50 |
| 2018-03-16 | Replace Rc with Lrc | John Kåre Alsaker | -16/+17 |
| 2018-03-16 | Add OnDrop | John Kåre Alsaker | -0/+8 |
| 2018-03-16 | ignore emscripten | gnzlbg | -0/+2 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -3/+210 |
| 2018-03-16 | Checks for unknown attributes before aborting | Shotaro Yamada | -4/+49 |
| 2018-03-16 | Fix Issue #48345, is_file, is_dir, and is_symlink note mutual exclusion | Maxwell Powlison | -3/+32 |
| 2018-03-16 | fix formatting | csmoe | -10/+10 |
| 2018-03-16 | change &self to self and fix lifetime annotations | csmoe | -87/+119 |
| 2018-03-15 | Remove CheckTypeWellFormed struct and convert to free functions | Wesley Wiser | -517/+500 |
| 2018-03-15 | Queryify check_impl_item_well_formed | Wesley Wiser | -6/+21 |
| 2018-03-15 | Queryify check_trait_item_well_formed | Wesley Wiser | -6/+22 |
| 2018-03-15 | Queryify check_item_well_formed | Wesley Wiser | -14/+45 |
| 2018-03-15 | Remove unused fields | Wesley Wiser | -14/+8 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -19/+141 |
| 2018-03-15 | Support extra-verbose builds: | comex | -14/+7 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -462/+637 |
| 2018-03-16 | Rollup merge of #48972 - mark-i-m:rustdoc_readme, r=QuietMisdreavus | kennytm | -171/+2 |
| 2018-03-15 | Pin and PinBox are fundamental. | boats | -0/+2 |
| 2018-03-15 | CoerceUnsized for PinBox | boats | -0/+3 |
| 2018-03-15 | Fix tidy | Alexandre Martin | -1/+1 |
| 2018-03-16 | Rollup merge of #49049 - Centril:fix/flatten-fusediterator, r=bluss | kennytm | -1/+1 |
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -52/+104 |
| 2018-03-16 | Rollup merge of #48990 - ExpHP:dont-drop-the-bomb, r=estebank | kennytm | -2/+43 |
| 2018-03-16 | Rollup merge of #48853 - Songbird0:addrparseerror_documentation_improvement, ... | kennytm | -0/+19 |
| 2018-03-16 | Rollup merge of #49050 - snf:fix_oom_asmjs, r=alexcrichton | kennytm | -23/+5 |
| 2018-03-16 | Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppe | kennytm | -2/+2 |
| 2018-03-16 | Rollup merge of #49024 - draganmladjenovic:mips64_cabi_sret, r=sanxiyn | kennytm | -13/+1 |
| 2018-03-16 | Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obk | kennytm | -27/+42 |
| 2018-03-15 | Faster submodule updating | John Kåre Alsaker | -12/+50 |
| 2018-03-15 | Add liballoc APIs. | boats | -2/+96 |
| 2018-03-15 | talk about --playground-url | QuietMisdreavus | -0/+23 |
| 2018-03-15 | Coherence diagnostic tweaks | Esteban Küber | -52/+104 |
| 2018-03-15 | Improve `AddrParseError` documentation. | Anthony Defranceschi | -0/+19 |
| 2018-03-15 | add xref to rust-guide | Niko Matsakis | -0/+4 |