| Age | Commit message (Expand) | Author | Lines |
| 2018-12-21 | Fix alignment for array indexing | Nikita Popov | -0/+80 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -73/+16 |
| 2018-12-21 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-21 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-21 | Fix a recently introduces regression | Oliver Scherer | -5/+43 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -2/+28 |
| 2018-12-20 | Point at coercion source on type errors for fn returning `impl Trait` | Esteban Küber | -0/+3 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -16/+16 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -77/+75 |
| 2018-12-20 | Point to return span when writing `return;` on non-() fn | Esteban Küber | -3/+9 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -0/+43 |
| 2018-12-20 | Remove nil-enum test | varkor | -24/+0 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -0/+10 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -0/+6 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -0/+18 |
| 2018-12-20 | Copyrite | Oliver Scherer | -10/+0 |
| 2018-12-20 | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton | bors | -2/+355 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -1/+1 |
| 2018-12-20 | Add test for associated const version display | Guillaume Gomez | -0/+26 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -31/+57 |
| 2018-12-20 | Refactor and add comments to code in receiver_is_valid | Michael Hewson | -12/+12 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -40/+73 |
| 2018-12-20 | Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis | bors | -0/+62 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -0/+34 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -24/+35 |
| 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 | -58/+44 |
| 2018-12-19 | Reintroduce special pretty-printing for `$crate` when it's necessary for proc... | Vadim Petrochenkov | -10/+343 |
| 2018-12-19 | proc_macro: Accept `$crate` as an identifier if it comes from the compiler | Vadim Petrochenkov | -0/+28 |
| 2018-12-19 | test: Ignore ui/target-feature-gate on sparc and sparc64 | John Paul Adrian Glaubitz | -1/+3 |
| 2018-12-19 | test: Ignore ui/target-feature-gate on powerpc and powerpc64(le) | John Paul Adrian Glaubitz | -1/+4 |
| 2018-12-19 | Rollup merge of #56947 - hsivonen:neon, r=alexcrichton | Pietro Albini | -0/+2 |
| 2018-12-19 | Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obk | Pietro Albini | -0/+19 |
| 2018-12-19 | Rollup merge of #56908 - alexcrichton:new-features, r=oli-obk | Pietro Albini | -1/+4 |
| 2018-12-19 | Rollup merge of #56907 - rumajo:master, r=kennytm,Centril | Pietro Albini | -4/+4 |
| 2018-12-19 | Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti... | Pietro Albini | -0/+5 |
| 2018-12-19 | Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix | Pietro Albini | -0/+78 |
| 2018-12-19 | Set constness correctly | Guillaume Gomez | -4/+4 |
| 2018-12-19 | FIXME(2665) remove fixme since the c files are included by the testsuite | Niv Kaminer | -5/+1 |
| 2018-12-19 | FIXME(45992) remove fixme since the lint is being tested | Niv Kaminer | -1/+0 |
| 2018-12-19 | FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif... | Niv Kaminer | -6/+1 |
| 2018-12-19 | FIXME(21232) update fixme to point to the open issue about accepting partial ... | Niv Kaminer | -1/+1 |
| 2018-12-19 | FIXME(49824) remove fixme because there is no free region error anymore | Niv Kaminer | -6/+5 |
| 2018-12-19 | FIXME(49821) remove fixme since a tip about let binding is given | Niv Kaminer | -4/+2 |
| 2018-12-19 | FIXME(45827) remove comment since errors are reported | Niv Kaminer | -12/+6 |
| 2018-12-19 | Auto merge of #56397 - petrhosek:file-search, r=cramertj | bors | -0/+27 |
| 2018-12-19 | fixed test, now it doesn't use a fundemental type | Ozaren | -4/+5 |
| 2018-12-18 | added test to show motivation for modified TryFrom impl | Ozaren | -0/+43 |
| 2018-12-18 | Remove no longer working test | Alex Crichton | -181/+0 |
| 2018-12-18 | Search other library paths when loking for link objects | Petr Hosek | -0/+27 |