| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+2 |
| 2018-11-06 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -0/+171 |
| 2018-10-24 | Destabilize feature non_modrs_mods | Pietro Albini | -0/+155 |
| 2018-10-23 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -18/+18 |
| 2018-10-18 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -1/+21 |
| 2018-10-18 | Update a rustdoc ui test whose output has changed | Alex Crichton | -2/+2 |
| 2018-10-09 | Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakis | bors | -733/+634 |
| 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 | -1/+95 |
| 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 | -733/+580 |
| 2018-10-04 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -4/+18 |
| 2018-10-04 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -19/+85 |
| 2018-10-03 | Auto merge of #54358 - flip1995:beta, r=Manishearth | bors | -102/+0 |
| 2018-10-02 | Accept trailing comma in `cfg_attr` | Vadim Petrochenkov | -0/+27 |
| 2018-10-02 | resolve: Do not block derive helper resolutions on single import resolutions | Vadim Petrochenkov | -11/+80 |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -8/+8 |
| 2018-10-02 | rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018. | Eduard-Mihai Burtescu | -81/+25 |
| 2018-10-01 | Remove lint_tool tests | flip1995 | -102/+0 |
| 2018-09-29 | Do not put noalias annotations by default | Simonas Kazlauskas | -3/+36 |
| 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 | -0/+77 |
| 2018-09-21 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -40/+48 |
| 2018-09-17 | Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton | bors | -4/+68 |
| 2018-09-16 | resolve: Do not error on access to proc macros imported with `#[macro_use]` | Vadim Petrochenkov | -2/+2 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -4/+68 |
| 2018-09-16 | Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -51/+201 |
| 2018-09-16 | Rollup merge of #54209 - petrochenkov:mexpr, r=pnkfelix | Guillaume Gomez | -51/+51 |
| 2018-09-16 | Rollup merge of #54181 - vi:hint_and_or, r=estebank | Guillaume Gomez | -0/+120 |
| 2018-09-16 | Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez | Guillaume Gomez | -0/+30 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -158/+169 |
| 2018-09-16 | Check the remaining nodes | Kazuyoshi Kato | -0/+4 |
| 2018-09-15 | rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration. | Eduard-Mihai Burtescu | -1/+75 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -2/+92 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -47/+105 |
| 2018-09-15 | Auto merge of #52896 - SergioBenitez:master, r=alexcrichton | bors | -0/+170 |
| 2018-09-14 | Add a test to prevent regression | Kazuyoshi Kato | -0/+26 |
| 2018-09-15 | issue 54109: use short suggestions | Vitaly _Vi Shukela | -6/+6 |
| 2018-09-14 | Auto merge of #54069 - petrochenkov:subns, r=aturon | bors | -24/+46 |
| 2018-09-14 | Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkov | bors | -0/+16 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -0/+25 |
| 2018-09-14 | Auto merge of #54080 - PramodBisht:issue/53692, r=estebank | bors | -0/+51 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -7/+32 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -3/+93 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -34/+216 |
| 2018-09-14 | Partially revert 674a5db "Fix undesirable fallout [from macro modularization]" | Vadim Petrochenkov | -51/+51 |
| 2018-09-13 | Auto merge of #54168 - kennytm:rollup, r=kennytm | bors | -7/+131 |
| 2018-09-13 | rustc_resolve: don't treat uniform_paths canaries as ambiguities unless they ... | Eduard-Mihai Burtescu | -0/+16 |
| 2018-09-13 | Suggest valid crate type if invalid | Philipp Hansch | -3/+93 |
| 2018-09-13 | Add "while" tests for issue 54109 | Vitaly _Vi Shukela | -1/+38 |