| Age | Commit message (Expand) | Author | Lines |
| 2018-12-05 | Use inner iterator may_have_side_effect for Cloned | Konrad Borowski | -1/+3 |
| 2018-12-05 | Copy may_have_side_effect from I for Copied<I> | Konrad Borowski | -1/+3 |
| 2018-12-05 | Use copied method instead of cloned in Copied::next_back() | Konrad Borowski | -1/+1 |
| 2018-12-05 | Fix error in example by adding type annotation | daniellimws | -1/+1 |
| 2018-12-05 | emit error when doc generation fails | Andy Russell | -5/+43 |
| 2018-12-05 | Add tests for Iterator::copied() | Konrad Borowski | -0/+18 |
| 2018-12-05 | Add tests for Option::copied() | Konrad Borowski | -0/+22 |
| 2018-12-05 | Add unstable Iterator::copied() | Konrad Borowski | -1/+128 |
| 2018-12-05 | Add unstable Option::copied() | Konrad Borowski | -0/+42 |
| 2018-12-05 | submodules: update clippy from b2601beb to 29bf75cd | Matthias Krüger | -14/+14 |
| 2018-12-05 | Auto merge of #55466 - sinkuu:cleanup, r=petrochenkov | bors | -64/+34 |
| 2018-12-05 | Auto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavis | bors | -66/+132 |
| 2018-12-05 | Remove unused dependency (rustc_lint -> rustc_mir) | Shotaro Yamada | -2/+0 |
| 2018-12-05 | Fix pretty test | Shotaro Yamada | -1/+1 |
| 2018-12-05 | Auto merge of #56519 - steveklabnik:edition-guide, r=pietroalbini | bors | -1/+2 |
| 2018-12-05 | Avoid extra copy and syscall in std::env::current_exe | John-John Tedro | -5/+8 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -54/+52 |
| 2018-12-04 | Added trailing newline | John Heitmann | -1/+1 |
| 2018-12-04 | Added a bare-bones eslint config (removing jslint) | John Heitmann | -2/+36 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -51/+93 |
| 2018-12-04 | new_source_file no longer enters duplicate files, expand_include_bytes includ... | Matthew Russo | -19/+40 |
| 2018-12-04 | build the edition guide | Steve Klabnik | -1/+2 |
| 2018-12-04 | Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix | bors | -4/+46 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -36/+36 |
| 2018-12-04 | Call methods on the right tcx | Matthew Jasper | -3/+3 |
| 2018-12-04 | Add example of using the indexing operator to BTreeMap docs | Corey Farwell | -0/+3 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -68/+26 |
| 2018-12-04 | Auto merge of #56244 - oli-obk:loud_ui_errors, r=nikomatsakis | bors | -339/+440 |
| 2018-12-04 | Serialize modules into ThinBuffer after initial optimization | Nikita Popov | -49/+64 |
| 2018-12-04 | emit error with span for empty asserts | Andy Russell | -0/+28 |
| 2018-12-04 | Remove unnecessary parts of run_fat_lto signature | Nikita Popov | -19/+12 |
| 2018-12-04 | Separate out methods for running thin and fat LTO | Nikita Popov | -47/+74 |
| 2018-12-04 | Separate codepaths for fat and thin LTO in write.rs | Nikita Popov | -27/+56 |
| 2018-12-04 | Refactor LTO type determination | Nikita Popov | -35/+41 |
| 2018-12-04 | Extract free_worker closure | Nikita Popov | -23/+18 |
| 2018-12-04 | Add Armv8-M Mainline targets | Hugues de Valon | -0/+77 |
| 2018-12-04 | Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisa | bors | -21/+23 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -91/+88 |
| 2018-12-04 | Fix line numbers display | Guillaume Gomez | -2/+2 |
| 2018-12-04 | Tidy fixup | Oliver Scherer | -1/+1 |
| 2018-12-04 | Add a test case for inlining the docs of a macro reexport | Georg Semmler | -0/+28 |
| 2018-12-04 | Remove support for proc macro doc inlining | Georg Semmler | -15/+5 |
| 2018-12-04 | Allow renaming macro | Georg Semmler | -4/+8 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -173/+173 |
| 2018-12-04 | Auto merge of #56224 - ehuss:update-cargo, r=alexcrichton | bors | -0/+1 |
| 2018-12-04 | Intrinsic checks are just needed for `qualify_min_const_fn` | Oliver Scherer | -30/+53 |
| 2018-12-04 | Clear up some code | Oliver Scherer | -22/+16 |
| 2018-12-04 | Explain unsafety trickery of const functions | Oliver Scherer | -5/+14 |
| 2018-12-04 | Clean up the logic in `is_min_const_fn` | Oliver Scherer | -13/+18 |
| 2018-12-04 | Add and update tests | Oliver Scherer | -54/+57 |