| Age | Commit message (Expand) | Author | Lines |
| 2018-12-21 | Fix poor worst case performance of set intersection (and union, somewhat) on ... | Stein Somers | -6/+56 |
| 2018-12-21 | Properly report ENOSYS by modifying errno | Adrian Budau | -22/+18 |
| 2018-12-21 | Fix feature gate to point to 1.32.0 for `path_from_str` | Otavio Salvador | -1/+1 |
| 2018-12-21 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-21 | Uninline some debugging code and use unlikely! macro | John Kåre Alsaker | -23/+39 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+19 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -103/+5 |
| 2018-12-21 | Remove "visited" set from inhabitedness checking | Nikita Popov | -44/+10 |
| 2018-12-21 | fix deprecation warnings in liballoc benches | Ralf Jung | -7/+10 |
| 2018-12-21 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-21 | Fix a recently introduces regression | Oliver Scherer | -6/+44 |
| 2018-12-21 | Optimize away a move | John Kåre Alsaker | -1/+4 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -33/+79 |
| 2018-12-20 | Point at coercion source on type errors for fn returning `impl Trait` | Esteban Küber | -0/+29 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -24/+20 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -105/+157 |
| 2018-12-20 | Point to return span when writing `return;` on non-() fn | Esteban Küber | -6/+37 |
| 2018-12-20 | Fix typo in comment | Douglas Creager | -2/+2 |
| 2018-12-20 | Keep last redundant linker flag, not first | Douglas Creager | -25/+27 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -4/+53 |
| 2018-12-20 | Remove nil-enum test | varkor | -24/+0 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -8/+52 |
| 2018-12-20 | Move compiletest test run to mingw-check builder | Philipp Hansch | -6/+2 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -10/+29 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -14/+80 |
| 2018-12-20 | Run compiletest tests on CI | Philipp Hansch | -0/+5 |
| 2018-12-20 | Copyrite | Oliver Scherer | -10/+0 |
| 2018-12-20 | Tidy | Oliver Scherer | -3/+10 |
| 2018-12-20 | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton | bors | -189/+487 |
| 2018-12-20 | Fix typo in comment | Adrian Budau | -1/+1 |
| 2018-12-20 | Fix pipe2 and accept4 on static linked executables on linux (like musl). | Adrian Budau | -27/+81 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -128/+76 |
| 2018-12-20 | Add test for associated const version display | Guillaume Gomez | -0/+26 |
| 2018-12-20 | fix nits | Nicole Mazzuca | -2/+4 |
| 2018-12-20 | Update src/libcore/num/mod.rs | David Tolnay | -1/+1 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -184/+300 |
| 2018-12-20 | Refactor and add comments to code in receiver_is_valid | Michael Hewson | -69/+46 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -6/+107 |
| 2018-12-20 | add a doc comment on `receiver_is_valid` | Michael Hewson | -0/+8 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -91/+250 |
| 2018-12-19 | Stabilize Vec(Deque)::resize_with | Scott McMurray | -7/+2 |
| 2018-12-20 | Add `std::os::fortanix_sgx` module | Jethro Beekman | -56/+325 |
| 2018-12-20 | Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis | bors | -65/+172 |
| 2018-12-20 | Remove `TokenStream::JointTree`. | Nicholas Nethercote | -60/+46 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -192/+488 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -47/+69 |
| 2018-12-20 | Workaround issues with crate loading during cross-compilation | Vadim Petrochenkov | -3/+9 |
| 2018-12-19 | Do not interpret mismatches from pretty-printed `$crate` as token stream inva... | Vadim Petrochenkov | -60/+50 |
| 2018-12-19 | Reintroduce special pretty-printing for `$crate` when it's necessary for proc... | Vadim Petrochenkov | -14/+403 |
| 2018-12-19 | proc_macro: Accept `$crate` as an identifier if it comes from the compiler | Vadim Petrochenkov | -0/+34 |