| Age | Commit message (Expand) | Author | Lines |
| 2018-07-19 | rework println | Esteban Küber | -4/+4 |
| 2018-07-19 | Fix hir tree test | Esteban Küber | -1/+1 |
| 2018-07-19 | review comments: modify note wording and change `println` | Esteban Küber | -5/+32 |
| 2018-07-19 | Improve suggestion for missing fmt str in println | Esteban Küber | -76/+70 |
| 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 | proc_macro: Preserve spans of attributes on functions | Alex Crichton | -0/+88 |
| 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 | rustc: Work around an upstream wasm ThinLTO bug | Alex Crichton | -0/+65 |
| 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 | revert Deref | F001 | -1/+1 |
| 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-17 | code style fixes | F001 | -2/+3 |
| 2018-07-17 | impl `Deref` instead of `Index` | F001 | -0/+1 |
| 2018-07-17 | remove "get_with" method | F001 | -2/+0 |
| 2018-07-17 | implement rfc 1789 | F001 | -0/+22 |
| 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 |