| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Auto merge of #59047 - petrochenkov:modnodefid, r=Centril | bors | -11/+49 |
| 2019-03-17 | Removed obsolete .stderr test outputs | Mathias Blikstad | -160/+0 |
| 2019-03-17 | Updated UI test output to remove test annotations for revisions | Mathias Blikstad | -585/+585 |
| 2019-03-17 | Forward Iterator::{ne, lt, le, gt, ge} to Iterator::{eq, partial_cmp} | Tim Vermeulen | -96/+18 |
| 2019-03-17 | Calculate Docker cache hash precisely from Dockerfile's dependencies | kennytm | -1/+12 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -97/+84 |
| 2019-03-17 | Update CI configuration for building Redox libraries | Jeremy Soller | -10/+4 |
| 2019-03-17 | Auto merge of #59178 - oli-obk:lazy_const, r=eddyb | bors | -562/+367 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -40/+85 |
| 2019-03-17 | compiletest: Filter test annotations from UI test output for revision tests | Mathias Blikstad | -1/+1 |
| 2019-03-17 | Apply suggestions from code review
| Tobias Bucher | -2/+2 |
| 2019-03-16 | Simplify check | Esteban Küber | -5/+1 |
| 2019-03-16 | parse full visibility when recovering | Esteban Küber | -7/+19 |
| 2019-03-16 | Recover from incorrect `pub` kw in "reasonable" places | Esteban Küber | -40/+26 |
| 2019-03-16 | Recover from missing comma between enum variants | Esteban Küber | -22/+63 |
| 2019-03-16 | Merge remote-tracking branch 'upstream/master' into asm-compile-tests | Denys Zariaiev | -4195/+5344 |
| 2019-03-16 | Don't report deprecation lints in derive expansions | Oliver Scherer | -2/+38 |
| 2019-03-16 | Fix rebase | Vadim Petrochenkov | -4/+2 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -145/+126 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -53/+52 |
| 2019-03-16 | syntax: Introduce `Ident::can_be_raw` | Vadim Petrochenkov | -36/+33 |
| 2019-03-16 | syntax_ext: Validate `#[proc_macro_derive]` input better | Vadim Petrochenkov | -11/+33 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -213/+236 |
| 2019-03-16 | Add tests for malformed input in `#[proc_macro_derive]` | Vadim Petrochenkov | -84/+118 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -562/+367 |
| 2019-03-16 | use the identifier span for missing struct field | Andy Russell | -15/+15 |
| 2019-03-16 | Rollup merge of #59231 - matklad:copied, r=Centril | kennytm | -7/+2 |
| 2019-03-16 | Rollup merge of #59221 - czipperz:as_ref_documentation, r=Centril | kennytm | -4/+4 |
| 2019-03-16 | Rollup merge of #59212 - mati865:musl_toolchain, r=alexcrichton | kennytm | -0/+1 |
| 2019-03-16 | Rollup merge of #59208 - kenta7777:reduce-code-repetition, r=oli-obk | kennytm | -8/+4 |
| 2019-03-16 | Rollup merge of #59206 - sntdevco:master, r=dtolnay | kennytm | -39/+39 |
| 2019-03-16 | Rollup merge of #59204 - o01eg:diag-rustdoc, r=alexcrichton | kennytm | -2/+8 |
| 2019-03-16 | Rollup merge of #59201 - lambda:remove-repr-simd-isize-usize-restriction, r=a... | kennytm | -12/+34 |
| 2019-03-16 | Rollup merge of #59185 - lukaslueg:patch-2, r=cramertj | kennytm | -4/+2 |
| 2019-03-16 | Rollup merge of #59180 - taiki-e:try_blocks, r=scottmcm | kennytm | -9/+7 |
| 2019-03-16 | Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichton | kennytm | -2/+2 |
| 2019-03-16 | Rollup merge of #59173 - emilio:llvm-suffix, r=Mark-Simulacrum | kennytm | -1/+27 |
| 2019-03-16 | Rollup merge of #59169 - tmandry:allow-features-flag, r=cramertj | kennytm | -4/+98 |
| 2019-03-16 | Rollup merge of #59158 - Manishearth:fix-minification, r=GuillaumeGomez | kennytm | -5/+1 |
| 2019-03-16 | Rollup merge of #59156 - davidtwco:issue-55809, r=nikomatsakis | kennytm | -0/+30 |
| 2019-03-16 | Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin | kennytm | -34/+20 |
| 2019-03-16 | Rollup merge of #59147 - jethrogb:jb/time-tests, r=sfackler | kennytm | -9/+2 |
| 2019-03-16 | Rollup merge of #59146 - estebank:suggest-return-lt, r=varkor | kennytm | -5/+76 |
| 2019-03-16 | Rollup merge of #59139 - oli-obk:unions_are_a_good_thing, r=RalfJung | kennytm | -13/+24 |
| 2019-03-16 | Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexreg | kennytm | -2/+29 |
| 2019-03-16 | Rollup merge of #59102 - newpavlov:duration_float, r=alexcrichton | kennytm | -11/+129 |
| 2019-03-16 | Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril | kennytm | -36/+39 |
| 2019-03-16 | Rollup merge of #59079 - euclio:macro-semi, r=estebank | kennytm | -24/+85 |
| 2019-03-16 | Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm | kennytm | -91/+3 |
| 2019-03-16 | Rollup merge of #59037 - Manishearth:intra-doc-false, r=QuietMisdreavus | kennytm | -0/+6 |