| Age | Commit message (Expand) | Author | Lines |
| 2018-03-17 | Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakis | bors | -2/+9 |
| 2018-03-17 | Update Cargo | Aleksey Kladov | -26/+17 |
| 2018-03-16 | talk about --resource-suffix | QuietMisdreavus | -0/+13 |
| 2018-03-16 | ci: Run fewer tests on asmjs | Alex Crichton | -1/+6 |
| 2018-03-16 | ci: Disable optimized tests for asm.js | Alex Crichton | -4/+25 |
| 2018-03-16 | talk about --themes and --theme-checker | QuietMisdreavus | -0/+24 |
| 2018-03-16 | talk about --sort-modules-by-appearance | QuietMisdreavus | -0/+13 |
| 2018-03-16 | talk about --linker | QuietMisdreavus | -0/+13 |
| 2018-03-16 | talk about --crate-version | QuietMisdreavus | -0/+12 |
| 2018-03-16 | fix doctest | QuietMisdreavus | -1/+1 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -327/+56 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -204/+101 |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -3/+72 |
| 2018-03-16 | re-enable resting librustdoc | QuietMisdreavus | -2/+2 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -126/+212 |
| 2018-03-16 | Add From<!> for TryFromIntError | Andrew Cann | -0/+7 |
| 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 |