| Age | Commit message (Expand) | Author | Lines |
| 2017-08-26 | Rollup merge of #43979 - Jouan:Add-links-for-impls, r=GuillaumeGomez | Corey Farwell | -1/+17 |
| 2017-08-26 | Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavus | Corey Farwell | -0/+59 |
| 2017-08-26 | Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton | Corey Farwell | -34/+128 |
| 2017-08-26 | Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis | bors | -33/+59 |
| 2017-08-26 | Auto merge of #44028 - nrc:rls-update, r=alexcrichton | bors | -95/+140 |
| 2017-08-25 | Update RLS and Cargo | Nick Cameron | -95/+140 |
| 2017-08-25 | rustc: Make `report_cycle` and `CycleError` private | Alex Crichton | -3/+2 |
| 2017-08-25 | rustc: Skip cyclic checks in `item_path` | Alex Crichton | -6/+1 |
| 2017-08-25 | rustc: Add a FIXME for `try_get` in MIR inlining | Alex Crichton | -1/+6 |
| 2017-08-25 | rustc: Fix two instances of `try_get` | Alex Crichton | -5/+12 |
| 2017-08-25 | rustc: Change the return of a query's `try_get` | Alex Crichton | -8/+14 |
| 2017-08-25 | rustc_errors: Add the ability to delay as bugs | Alex Crichton | -12/+26 |
| 2017-08-25 | Auto merge of #43994 - tamird:remove-attributes, r=alexcrichton | bors | -142/+9 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -130/+4 |
| 2017-08-25 | syntax: clarify field name | Tamir Duberstein | -10/+5 |
| 2017-08-25 | Auto merge of #44046 - alexcrichton:capture-diagnostics, r=michaelwoerister | bors | -28/+90 |
| 2017-08-25 | syntax: remove unused field | Tamir Duberstein | -2/+0 |
| 2017-08-25 | Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakis | bors | -204/+624 |
| 2017-08-25 | Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichton | bors | -1/+39 |
| 2017-08-25 | Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakis | bors | -232/+345 |
| 2017-08-25 | Auto merge of #43786 - scalexm:issue-43784, r=nikomatsakis | bors | -5/+90 |
| 2017-08-25 | Change to `Elaborate::None` inside `compute_projection` | scalexm | -1/+1 |
| 2017-08-25 | Auto merge of #44070 - smaeul:musl-libunwind, r=alexcrichton | bors | -2/+2 |
| 2017-08-24 | rustc: Capture diagnostics from all queries | Alex Crichton | -28/+90 |
| 2017-08-24 | Auto merge of #44051 - eddyb:apfloat-faster-div, r=nagisa | bors | -30/+96 |
| 2017-08-24 | Do not assume libunwind.a is available | Samuel Holland | -2/+2 |
| 2017-08-24 | Auto merge of #43345 - matthewhammer:master, r=nikomatsakis | bors | -0/+782 |
| 2017-08-24 | Auto merge of #44011 - TobiasSchaffner:improved_target_spec_clean, r=alexcric... | bors | -6/+56 |
| 2017-08-24 | Auto merge of #43907 - euclio:command, r=alexcrichton | bors | -451/+240 |
| 2017-08-24 | Add duplicate test | Guillaume Gomez | -0/+24 |
| 2017-08-24 | Remove duplicates in rustdoc | Guillaume Gomez | -0/+35 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -438/+264 |
| 2017-08-23 | Auto merge of #42565 - murarth:rc-from-slice, r=aturon | bors | -66/+587 |
| 2017-08-23 | add a comment | Niko Matsakis | -0/+23 |
| 2017-08-23 | capture `adb shell` stdout | Andy Russell | -0/+2 |
| 2017-08-23 | -Z profile-query-and-key, separate from -Z profile-query; query key is string... | Matthew Hammer | -30/+76 |
| 2017-08-24 | build fixes | gaurikholkar | -30/+30 |
| 2017-08-24 | adding macro, cleaning up code | gaurikholkar | -19/+23 |
| 2017-08-23 | -Z profile-queries includes dep_graph.with_task uses in output | Matthew Hammer | -13/+99 |
| 2017-08-23 | -Z profile-queries: remove panic when channel is unset | Matthew Hammer | -13/+24 |
| 2017-08-23 | profiling with -Z profile-queries recognizes -Z time-passes | Matthew Hammer | -26/+139 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+526 |
| 2017-08-23 | minor fix | gaurikholkar | -1/+1 |
| 2017-08-23 | code review fixes | gaurikholkar | -126/+73 |
| 2017-08-23 | Rollup merge of #44054 - frewsxcv:frewsxcv-libstd-thread-unwrap-or-else, r=sf... | Corey Farwell | -1/+1 |
| 2017-08-23 | Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkov | Corey Farwell | -6/+2 |
| 2017-08-23 | Rollup merge of #44039 - remexre:master, r=steveklabnik | Corey Farwell | -3/+5 |
| 2017-08-23 | Rollup merge of #44016 - steffengy:master, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-08-23 | Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichton | Corey Farwell | -3/+13 |
| 2017-08-23 | Rollup merge of #43977 - GuillaumeGomez:remove-outline, r=QuietMisdreavus | Corey Farwell | -0/+4 |