| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | Add lint for items deprecated in future | aheart | -15/+80 |
| 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 | avoid as_leaf_mut asserting exclusive access | Ralf Jung | -30/+33 |
| 2018-12-09 | fix BTree creating shared references that are not entirely in-bounds | Ralf Jung | -29/+86 |
| 2018-12-09 | Auto merge of #56631 - matthiaskrgr:clippy, r=nikic | bors | -14/+14 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -64/+13 |
| 2018-12-09 | Auto merge of #56630 - sinkuu:core_iter, r=kennytm | bors | -22/+39 |
| 2018-12-09 | Add FreeBSD unsigned char platforms to std::os::raw | myfreeweb | -0/+8 |
| 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 |
| 2018-12-08 | fix span for invalid number of parameters in trait method | Guillaume Gomez | -11/+61 |