| Age | Commit message (Expand) | Author | Lines |
| 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-10 | [self-profiler] Add column for percent of total time | Wesley Wiser | -4/+9 |
| 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 | Fix iterator nits | Michael Howell | -18/+7 |
| 2018-12-10 | Fix nit | Michael Howell | -4/+6 |
| 2018-12-11 | Add lint for stlib | aheart | -2/+11 |
| 2018-12-10 | Fix nits | Michael Howell | -3/+10 |
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -11/+25 |
| 2018-12-10 | Fix poorly-transcribed test case | Michael Howell | -3/+3 |
| 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 | update docs of rustdoc lints | QuietMisdreavus | -3/+3 |
| 2018-12-10 | add a lint group for lints emitted by rustdoc | QuietMisdreavus | -0/+87 |
| 2018-12-10 | Fix nitpicks | Michael Howell | -23/+21 |
| 2018-12-10 | Update the stdsimd submodule | Alex Crichton | -0/+0 |
| 2018-12-10 | Remove dependency on shell32.dll #56510 | Michael Howell | -43/+207 |
| 2018-12-10 | improve diagnostics for invalid external docs | Andy Russell | -20/+49 |
| 2018-12-10 | reject invalid external doc attributes | Andy Russell | -3/+75 |
| 2018-12-10 | Add a few more tests of edge cases | Oliver Scherer | -0/+37 |
| 2018-12-10 | Document and simplify pattern matching with constants as patterns | Oliver Scherer | -42/+51 |
| 2018-12-10 | Don't depend on `Allocation` sizes for pattern length | Oliver Scherer | -68/+137 |
| 2018-12-10 | Add trailing newline | Felix Chapman | -1/+1 |
| 2018-12-10 | Add #[must_use] attribute to stdlib traits | Felix Chapman | -0/+5 |
| 2018-12-10 | Add test to check library traits have #[must_use] attribute | Felix Chapman | -0/+47 |
| 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 | bootstrap: fix edition | ljedrz | -97/+99 |
| 2018-12-10 | Document time of back operations of a Linked List | Chris Couzens | -1/+5 |
| 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 | Remove lifetime from Resolver | John Kåre Alsaker | -84/+84 |
| 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 | Add missing, non-panicking `maybe_new_parser_from_file` variant | Igor Matuszewski | -8/+29 |
| 2018-12-09 | Auto merge of #56463 - ljedrz:slice_concat_join, r=nikic | bors | -3/+3 |