| Age | Commit message (Expand) | Author | Lines |
| 2018-12-12 | Add short emoji status to toolstate updates | Manish Goregaokar | -7/+25 |
| 2018-12-12 | Auto merge of #56735 - Mark-Simulacrum:fix-sign, r=alexcrichton | bors | -0/+1 |
| 2018-12-12 | Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrum | bors | -260/+180 |
| 2018-12-12 | Auto merge of #56039 - ljedrz:sorted_map_upgrades, r=matthewjasper | bors | -20/+49 |
| 2018-12-12 | Auto merge of #56010 - euclio:intra-doc-spans, r=QuietMisdreavus | bors | -60/+238 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -260/+180 |
| 2018-12-11 | Fix gpg signing in manifest builder | Mark Rousskov | -0/+1 |
| 2018-12-11 | Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromey | bors | -0/+52 |
| 2018-12-11 | Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton | bors | -16/+28 |
| 2018-12-11 | Add function call test, Update gdb and test docker image install gdb by ppa. | Unknown | -0/+52 |
| 2018-12-11 | use an enum instead of bool | Ralf Jung | -12/+17 |
| 2018-12-11 | Auto merge of #56703 - alexcrichton:fix-tools, r=Mark-Simulacrum | bors | -2/+3 |
| 2018-12-10 | Build manifest tool on mingw-check builder | Mark Rousskov | -1/+2 |
| 2018-12-10 | Fix build of the `build-manifest` tool | Alex Crichton | -1/+1 |
| 2018-12-11 | Auto merge of #56627 - alexcrichton:update-cargo, r=alexcrichton | bors | -11/+25 |
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -60/+238 |
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -11/+25 |
| 2018-12-10 | Rollup merge of #56661 - aelred:issue-55846, r=Mark-Simulacrum | Guillaume Gomez | -0/+39 |
| 2018-12-10 | Rollup merge of #56656 - BeatButton:liballoc_string_typo, r=Centril | Guillaume Gomez | -1/+1 |
| 2018-12-10 | Rollup merge of #56641 - GuillaumeGomez:span-trait-method-invalid-nb-paramete... | Guillaume Gomez | -11/+61 |
| 2018-12-10 | Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdr... | Guillaume Gomez | -1/+1 |
| 2018-12-10 | Rollup merge of #56491 - euclio:assert-error, r=estebank | Guillaume Gomez | -0/+28 |
| 2018-12-10 | Auto merge of #56666 - Xanewok:rustfmt, r=kennytm | bors | -19/+5 |
| 2018-12-10 | sorted_map: add contains_key function | ljedrz | -0/+8 |
| 2018-12-10 | sorted_map: readability/whitespace fixes | ljedrz | -4/+6 |
| 2018-12-10 | sorted_map: add is_empty | ljedrz | -0/+5 |
| 2018-12-10 | sorted_map: make the impls of Index and get match ones from BTreeMap | ljedrz | -12/+26 |
| 2018-12-10 | sorted_map: change From<Iterator<I>> to FromIterator<I> | ljedrz | -4/+4 |
| 2018-12-10 | Auto merge of #56157 - RalfJung:park, r=nagisa | bors | -5/+22 |
| 2018-12-10 | Auto merge of #56624 - RalfJung:miri, r=oli-obk | bors | -13/+15 |
| 2018-12-10 | Update in-tree rustfmt to 1.0.1 to dedup versions | Igor Matuszewski | -19/+5 |
| 2018-12-10 | Update RLS | Igor Matuszewski | -0/+0 |
| 2018-12-10 | Update rustfmt | Simon Sapin | -14/+14 |
| 2018-12-10 | Auto merge of #56369 - nnethercote:rm-Delimited, r=petrochenkov | bors | -203/+182 |
| 2018-12-10 | Add regression test for issue #55846 | Felix Chapman | -0/+39 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -203/+182 |
| 2018-12-10 | Auto merge of #56269 - nnethercote:_match-Matrix-SmallVec, r=simulacrum | bors | -39/+45 |
| 2018-12-10 | Use a `SmallVec` within `_match::Matrix`. | Nicholas Nethercote | -28/+34 |
| 2018-12-09 | Auto merge of #56463 - ljedrz:slice_concat_join, r=nikic | bors | -3/+3 |
| 2018-12-10 | Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. | Nicholas Nethercote | -11/+11 |
| 2018-12-09 | Fix typo | BeatButton | -1/+1 |
| 2018-12-09 | Fix rebase + Add missing `// force-host` | Vadim Petrochenkov | -3/+4 |
| 2018-12-09 | Remove compile-fail-fulldeps test suite | Vadim Petrochenkov | -13/+3 |
| 2018-12-09 | Move some tests from ui-fulldeps to ui | Vadim Petrochenkov | -15/+0 |
| 2018-12-09 | Move compile-fail-fulldeps tests to ui-fulldeps | Vadim Petrochenkov | -99/+444 |
| 2018-12-09 | Move former compile-fail-fulldeps tests to ui | Vadim Petrochenkov | -46/+662 |
| 2018-12-09 | Auto merge of #56631 - matthiaskrgr:clippy, r=nikic | bors | -14/+14 |
| 2018-12-09 | Auto merge of #56630 - sinkuu:core_iter, r=kennytm | bors | -22/+39 |
| 2018-12-08 | Auto merge of #56615 - integer32llc:update-book, r=GuillaumeGomez | bors | -0/+0 |
| 2018-12-08 | Auto merge of #56616 - estebank:issue-56539, r=davidtwco | bors | -2/+9 |