| Age | Commit message (Expand) | Author | Lines |
| 2018-11-07 | Auto merge of #55738 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.30.1 | bors | -23/+228 |
| 2018-11-06 | Bump to 1.30.1 release | Mark Rousskov | -1/+1 |
| 2018-11-06 | Include changes from 1.30.1 in release notes | Mark Rousskov | -0/+9 |
| 2018-11-06 | Update cargo to tip | Mark Rousskov | -0/+0 |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -2/+3 |
| 2018-11-06 | Auto merge of #55362 - ehuss:releases-cargo-new-edition, r=Mark-Simulacrum | bors | -4/+0 |
| 2018-11-06 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -15/+214 |
| 2018-11-06 | Update RELEASES.md | Corey Farwell | -1/+1 |
| 2018-11-06 | Fix link to macros chapter | Steve Klabnik | -1/+1 |
| 2018-10-24 | Auto merge of #55315 - pietroalbini:release-1.30.0, r=Mark-Simulacrum 1.30.0 | bors | -66/+244 |
| 2018-10-24 | 1.30.0 stable release | Pietro Albini | -1/+1 |
| 2018-10-24 | Update RELEASES.md after destabilization of non_modrs_mods | Pietro Albini | -3/+0 |
| 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-24 | Do some copy editing on the release notes | Carol (Nichols || Goulding) | -44/+44 |
| 2018-10-23 | Auto merge of #55289 - pietroalbini:beta-backports, r=pietroalbini | bors | -20/+20 |
| 2018-10-23 | Use a keyword in raw identifier example | kryptan | -1/+1 |
| 2018-10-23 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -19/+19 |
| 2018-10-18 | Auto merge of #55184 - pietroalbini:beta-backports, r=pietroalbini | bors | -33/+188 |
| 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-18 | Updated RELEASES.md for 1.30.0 | Aaron Power | -0/+126 |
| 2018-10-12 | Auto merge of #55019 - pietroalbini:beta-bootstrap-bump, r=Mark-Simulacrum | bors | -2/+2 |
| 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-09 | Auto merge of #54907 - pietroalbini:beta-backports, r=pietroalbini | bors | -49/+102 |
| 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-08 | Update release notes for 1.29.2 | Pietro Albini | -0/+8 |
| 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 | Auto merge of #54821 - pietroalbini:beta-backports, r=pietroalbini | bors | -30/+160 |
| 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 | Auto merge of #54750 - pietroalbini:beta-backports, r=pietroalbini | bors | -146/+223 |
| 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 |