| Age | Commit message (Expand) | Author | Lines |
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` in... | Vincent Esche | -44/+44 |
| 2019-03-18 | Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton | bors | -794/+44 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -30/+41 |
| 2019-03-18 | cleaner code as per review | Saleem Jaffer | -211/+158 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -283/+336 |
| 2019-03-18 | Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkov | bors | -3/+25 |
| 2019-03-18 | some small HIR doc improvements | Andre Bogus | -1/+12 |
| 2019-03-18 | Clean up parsing code and split out codegen for the QueryDescription impl | John Kåre Alsaker | -185/+142 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -308/+315 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -138/+563 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -57/+108 |
| 2019-03-18 | Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkov | bors | -153/+296 |
| 2019-03-17 | Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkov | bors | -721/+561 |
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -2/+38 |
| 2019-03-17 | Add iter::{bench_partial_cmp, bench_lt} benchmarks | Tim Vermeulen | -0/+10 |
| 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 | update mailmap for Bastian Kauschke | Bastian Kauschke | -0/+1 |
| 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 | -4199/+5353 |
| 2019-03-16 | Don't report deprecation lints in derive expansions | Oliver Scherer | -2/+38 |
| 2019-03-16 | Auto merge of #58899 - petrochenkov:derval2, r=estebank | bors | -511/+565 |
| 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 | CI: Set job names. | Eric Huss | -34/+76 |
| 2019-03-16 | Mention `no merge policy` in the CONTRIBUTING guide | stepnivlk | -0/+7 |
| 2019-03-16 | use the identifier span for missing struct field | Andy Russell | -15/+15 |
| 2019-03-16 | Auto merge of #59226 - kennytm:rollup, r=kennytm | bors | -491/+1183 |
| 2019-03-16 | Rollup merge of #59231 - matklad:copied, r=Centril | kennytm | -7/+2 |
| 2019-03-16 | Rollup merge of #58959 - asomers:issue_58907, r=Mark-Simulacrum | kennytm | -0/+3 |
| 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 |