| Age | Commit message (Expand) | Author | Lines |
| 2018-10-24 | 1.30.0 stable release | Pietro Albini | -1/+1 |
| 2018-10-24 | Update Cargo submodule | Pietro Albini | -0/+0 |
| 2018-10-24 | Destabilize 2018 edition | Pietro Albini | -16/+15 |
| 2018-10-24 | Destabilize feature non_modrs_mods | Pietro Albini | -3/+185 |
| 2018-10-23 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -19/+19 |
| 2018-10-18 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -4/+30 |
| 2018-10-18 | resolve: Scale back hard-coded extern prelude additions | Vadim Petrochenkov | -7/+9 |
| 2018-10-18 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -4/+8 |
| 2018-10-18 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -24/+22 |
| 2018-10-18 | Update a rustdoc ui test whose output has changed | Alex Crichton | -2/+2 |
| 2018-10-18 | Use default of preferring static over dynamic linking in rustdoc tests. | Felix S. Klock II | -1/+0 |
| 2018-10-12 | beta: bump bootstrap compiler to 1.29.2 | Pietro Albini | -2/+2 |
| 2018-10-09 | Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakis | bors | -802/+807 |
| 2018-10-08 | Call Foo::async_method in the async-await test | Jonas Schievink | -14/+1 |
| 2018-10-08 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -2/+102 |
| 2018-10-08 | Revert "Slightly refactor VecDeque implementation" | Alex Crichton | -3/+3 |
| 2018-10-08 | Revert "Optimize VecDeque::append" | Alex Crichton | -27/+2 |
| 2018-10-08 | Revert "Add docs and debug asserts" | Alex Crichton | -23/+11 |
| 2018-10-08 | Revert "Fix tidy" | Alex Crichton | -2/+1 |
| 2018-10-08 | Revert "Add another assert" | Alex Crichton | -4/+0 |
| 2018-10-07 | add test for #54467 | Ariel Ben-Yehuda | -0/+54 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -802/+753 |
| 2018-10-04 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -6/+30 |
| 2018-10-04 | incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds. | Michael Woerister | -1/+0 |
| 2018-10-04 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -23/+130 |
| 2018-10-03 | Auto merge of #54358 - flip1995:beta, r=Manishearth | bors | -103/+1 |
| 2018-10-02 | Accept trailing comma in `cfg_attr` | Vadim Petrochenkov | -0/+28 |
| 2018-10-02 | resolve: Do not block derive helper resolutions on single import resolutions | Vadim Petrochenkov | -21/+90 |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -15/+47 |
| 2018-10-02 | rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018. | Eduard-Mihai Burtescu | -88/+34 |
| 2018-10-02 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -22/+24 |
| 2018-10-01 | Remove lint_tool tests | flip1995 | -102/+0 |
| 2018-09-29 | Do not put noalias annotations by default | Simonas Kazlauskas | -10/+48 |
| 2018-09-22 | Ignore new test on Windows | Alex Crichton | -0/+1 |
| 2018-09-22 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -24/+130 |
| 2018-09-22 | rustbuild: drop color handling | Marc-Antoine Perennou | -42/+1 |
| 2018-09-21 | Auto merge of #54443 - alexcrichton:beta-next, r=Mark-Simulacrum | bors | -4/+4 |
| 2018-09-21 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -180/+60 |
| 2018-09-21 | [beta] Update the `libgit2-sys` crate | Alex Crichton | -4/+4 |
| 2018-09-21 | Auto merge of #54396 - alexcrichton:beta-next, r=Mark-Simulacrum | bors | -36/+35 |
| 2018-09-20 | [beta] Update some `*-sys` dependencies of Cargo/RLS | Alex Crichton | -36/+35 |
| 2018-09-20 | std: Check for overflow in `str::repeat` | Alex Crichton | -1/+28 |
| 2018-09-19 | Cancel warning for tool_lints | flip1995 | -1/+1 |
| 2018-09-18 | Update Cargo | steveklabnik | -0/+0 |
| 2018-09-17 | [beta] Prepare the 1.30.0 release | Alex Crichton | -4/+4 |
| 2018-09-17 | Auto merge of #52036 - collin5:b50509-2, r=collin5 | bors | -109/+90 |
| 2018-09-17 | Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton | bors | -51/+160 |
| 2018-09-17 | Update Clippy | flip1995 | -14/+14 |
| 2018-09-17 | refactor Builder::cargo, clean deps for cmd!=test | Collins Abitekaniza | -6/+2 |
| 2018-09-17 | Auto merge of #54249 - RalfJung:miri, r=eddyb | bors | -7/+29 |