| Age | Commit message (Expand) | Author | Lines |
| 2018-11-03 | Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis | bors | -0/+124 |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -20/+33 |
| 2018-11-03 | Add more tests. | Alexander Regueiro | -7/+53 |
| 2018-11-03 | Added tests. | Alexander Regueiro | -13/+50 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -2/+8 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -0/+22 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -0/+132 |
| 2018-11-02 | Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton | bors | -0/+12 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -10/+7 |
| 2018-11-01 | Add new tests and update existing for object-safe custom receivers | Michael Hewson | -0/+135 |
| 2018-11-01 | Rollup merge of #55575 - parched:trap, r=RalfJung | Pietro Albini | -0/+1 |
| 2018-11-01 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -0/+12 |
| 2018-11-01 | Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakis | Pietro Albini | -0/+25 |
| 2018-10-31 | Fix invalid_const_promotion test on some archs | James Duley | -0/+1 |
| 2018-10-30 | Rollup merge of #55487 - nrc:path-fix, r=petrochenkov | kennytm | -0/+25 |
| 2018-10-30 | Regression test for issue #54477. | Felix S. Klock II | -0/+25 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -3/+3 |
| 2018-10-30 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -0/+25 |
| 2018-10-28 | resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports` | Vadim Petrochenkov | -0/+8 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -40/+91 |
| 2018-10-27 | Add more tests on unsized locals autoderef and borrowck. | Masaki Hara | -0/+47 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-10-25 | Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelix | Pietro Albini | -0/+16 |
| 2018-10-24 | Remove license headers from unsized-locals tests. | Masaki Hara | -60/+0 |
| 2018-10-24 | Add autoderef tests for by-value trait objects. | Masaki Hara | -0/+8 |
| 2018-10-24 | Add tests for unsized-locals. | Masaki Hara | -0/+56 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-18 | Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis | kennytm | -1/+1 |
| 2018-10-17 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -1/+1 |
| 2018-10-16 | Add ignore-compare-mode-nll to some run-pass tests that become compile-fail u... | Felix S. Klock II | -0/+46 |
| 2018-10-15 | Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko... | Manish Goregaokar | -0/+1 |
| 2018-10-12 | `#[must_use]` for associated functions is supposed to actually work | Zack M. Davis | -1/+1 |
| 2018-10-11 | Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats... | bors | -0/+42 |
| 2018-10-10 | Accept `Option<Box<$t:ty>>` in macro argument | Esteban Küber | -0/+16 |
| 2018-10-09 | Add clarifying pattern lint comment and revert test | Kevin Leimkuhler | -1/+2 |
| 2018-10-09 | Simply unused_parens check and add tests | Kevin Leimkuhler | -1/+1 |
| 2018-10-09 | Remove `feature(tool_lints)` from tests | flip1995 | -2/+2 |
| 2018-10-08 | parse_trait_item_ now handles interpolated blocks as function body decls | Matthew Russo | -0/+42 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -114/+1 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -22/+0 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -0/+1 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -0/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -22/+0 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -2/+2 |
| 2018-10-04 | Convert conservative_impl_trait.rs to compile-pass | Jonas Schievink | -26/+0 |
| 2018-10-04 | Convert issue-49556.rs to compile-pass | Jonas Schievink | -31/+0 |
| 2018-10-04 | Convert issue-49376.rs to compile-pass | Jonas Schievink | -63/+0 |
| 2018-10-04 | Convert existential-minimal.rs to compile-pass | Jonas Schievink | -23/+0 |
| 2018-10-04 | Convert impl-trait/issue-42479.rs to compile-pass | Jonas Schievink | -41/+0 |
| 2018-10-04 | Call Foo::async_method in the async-await test | Jonas Schievink | -14/+1 |