| Age | Commit message (Expand) | Author | Lines |
| 2018-03-31 | proc_macro: Tweak doc comments and negative literals | Alex Crichton | -3/+84 |
| 2018-03-31 | Shorten deprecation note | varkor | -1/+1 |
| 2018-03-31 | Add ignore reason | Phlosioneer | -1/+1 |
| 2018-03-31 | Remove whitespace | Phlosioneer | -2/+2 |
| 2018-03-31 | Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoerister | bors | -0/+20 |
| 2018-03-31 | Fix tidy trailing newlines | Phlosioneer | -2/+0 |
| 2018-03-31 | Add test for rustdoc ignore test | Phlosioneer | -0/+17 |
| 2018-03-31 | Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavus | bors | -0/+19 |
| 2018-03-30 | Add support for variant and types fields for intra links | Guillaume Gomez | -0/+33 |
| 2018-03-30 | Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkov | bors | -1/+12 |
| 2018-03-30 | Auto merge of #49403 - oli-obk:try2, r=eddyb | bors | -0/+7 |
| 2018-03-30 | Introduce an edge from a const eval to the MIR of all statics it depends on | Oliver Schneider | -0/+20 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -0/+28 |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -2/+7 |
| 2018-03-30 | Rollup merge of #49484 - cuviper:ignore-ibm-stack-probes, r=alexcrichton | kennytm | -0/+5 |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -2/+2 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+63 |
| 2018-03-29 | Ignore stack-probes tests on powerpc/s390x too | Josh Stone | -0/+5 |
| 2018-03-29 | Remove unneeded trait implementations titles | Guillaume Gomez | -0/+15 |
| 2018-03-29 | Add primitive intra-links | Guillaume Gomez | -0/+19 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2018-03-29 | Fix test | Manish Goregaokar | -1/+1 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -0/+48 |
| 2018-03-29 | Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakis | bors | -70/+18 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -70/+18 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -13/+75 |
| 2018-03-28 | added test | tinaun | -0/+28 |
| 2018-03-28 | Run make tests for file resolution | Chris Manchester | -0/+50 |
| 2018-03-28 | Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavus | kennytm | -12/+12 |
| 2018-03-28 | Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichton | kennytm | -1/+5 |
| 2018-03-28 | Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomez | kennytm | -0/+58 |
| 2018-03-28 | Auto merge of #49394 - cramertj:stable-match-bindings, r=nikomatsakis | bors | -201/+18 |
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -12/+12 |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -2/+2 |
| 2018-03-28 | Remove adjacent all-const match arm hack. | Felix S. Klock II | -2/+10 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -201/+18 |
| 2018-03-28 | Fix stable hashing of AllocIds | Oliver Schneider | -0/+28 |
| 2018-03-28 | Auto merge of #49383 - nox:scalarpair, r=eddyb | bors | -0/+6 |
| 2018-03-28 | Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavus | bors | -0/+46 |
| 2018-03-27 | rustdoc: Add test for foreign impl trait with bounds | Manish Goregaokar | -0/+58 |
| 2018-03-27 | rustc: Forbid #[inline(always)] with #[target_feature] | Alex Crichton | -1/+12 |
| 2018-03-27 | Enable target_feature on any LLVM 6+ | Josh Stone | -1/+5 |
| 2018-03-28 | Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm | kennytm | -5/+3 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -2/+8 |
| 2018-03-27 | Use the actual discriminant instead of always choosing the dataful variant | Oliver Schneider | -0/+7 |
| 2018-03-27 | Auto merge of #49305 - SimonSapin:fallible, r=sfackler | bors | -5/+3 |
| 2018-03-27 | Rollup merge of #49369 - petrochenkov:rprint, r=oli-obk | kennytm | -8/+0 |
| 2018-03-27 | Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavus | kennytm | -0/+26 |
| 2018-03-27 | Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertj | kennytm | -0/+4 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+100 |