| Age | Commit message (Expand) | Author | Lines |
| 2018-07-21 | Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkov | kennytm | -0/+46 |
| 2018-07-21 | Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk | kennytm | -10/+0 |
| 2018-07-21 | Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichton | kennytm | -1/+0 |
| 2018-07-20 | Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakis | bors | -1/+27 |
| 2018-07-20 | Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearth | bors | -0/+79 |
| 2018-07-20 | Remove duplicate E0396 tests | ljedrz | -10/+0 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -46/+27 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -34/+1061 |
| 2018-07-19 | rustc: Fix two custom attributes with custom derive | Alex Crichton | -0/+46 |
| 2018-07-19 | Auto merge of #52197 - euclio:exit-code, r=oli-obk | bors | -0/+56 |
| 2018-07-19 | Enable run-pass/sepcomp-lib-lto.rs on Android | ljedrz | -1/+0 |
| 2018-07-19 | Auto merge of #52486 - kennytm:rollup, r=kennytm | bors | -4/+39 |
| 2018-07-19 | Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakis | kennytm | -1/+39 |
| 2018-07-18 | Update test output | Esteban Küber | -1/+1 |
| 2018-07-18 | Change label span to point at iterator instead of iter item | Esteban Küber | -4/+4 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -0/+38 |
| 2018-07-18 | Const-propagate casts | Oliver Schneider | -1/+27 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -23/+336 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -46/+27 |
| 2018-07-18 | Adjust run pass test to stricter existential type rules | Oliver Schneider | -22/+48 |
| 2018-07-18 | Remove workarounds for #24958 | ljedrz | -3/+0 |
| 2018-07-18 | Make `async_idents` allow-by-default | Oliver Schneider | -17/+23 |
| 2018-07-18 | Add some tests around associated types | Oliver Schneider | -1/+112 |
| 2018-07-18 | Prepare for using wfcheck on existential types | Oliver Schneider | -16/+30 |
| 2018-07-18 | Check lifetimes on existential types | Oliver Schneider | -21/+109 |
| 2018-07-18 | Split monster tests into smaller ones | Oliver Schneider | -331/+456 |
| 2018-07-18 | Move some tests around | Oliver Schneider | -0/+0 |
| 2018-07-18 | Add test for using existential types in associated types | Oliver Schneider | -0/+36 |
| 2018-07-18 | Typeck existential types properly | Oliver Schneider | -9/+49 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -26/+613 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -0/+56 |
| 2018-07-18 | Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddyb | bors | -163/+38 |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -4/+68 |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -15/+231 |
| 2018-07-17 | added function to check if lints belong to an external macro | dylan_DPC | -0/+15 |
| 2018-07-17 | Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomez | bors | -62/+62 |
| 2018-07-17 | Fix doc link | Felix Rabe | -62/+62 |
| 2018-07-17 | Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre... | kennytm | -0/+24 |
| 2018-07-17 | Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obk | bors | -17/+9577 |
| 2018-07-16 | Return tests that have platform dependant output | Esteban Küber | -59/+0 |
| 2018-07-16 | Auto merge of #52081 - alexcrichton:proc-macro-stable, r=petrochenkov | bors | -129/+93 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -163/+38 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -129/+93 |
| 2018-07-16 | ExprKind | csmoe | -1/+1 |
| 2018-07-16 | Auto merge of #52422 - michaelwoerister:revert-52266, r=oli-obk | bors | -36/+36 |
| 2018-07-16 | Auto merge of #52395 - zackmdavis:and_the_case_of_the_renamed_lint, r=estebank | bors | -4/+4 |
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -1/+1 |
| 2018-07-16 | Revert "Adapt codegen-unit tests to new CGU naming scheme." | Michael Woerister | -30/+30 |
| 2018-07-16 | Revert "Fix some run-make tests after object file naming has changed." | Michael Woerister | -5/+5 |
| 2018-07-15 | Fix tests | Esteban Küber | -32/+0 |