| Age | Commit message (Expand) | Author | Lines |
| 2018-02-28 | Check only concrete defaults for well formedness | leonardo.yvens | -30/+22 |
| 2018-02-28 | Check only predicates with a single param with a concrete default. | leonardo.yvens | -101/+49 |
| 2018-02-28 | Mark non-defaulted params as TyError to avoid a custom visitor. | leonardo.yvens | -16/+4 |
| 2018-02-28 | Add tests for dependent defaults. | leonardo.yvens | -1/+16 |
| 2018-02-28 | Check WF of predicates with defaults only if all params have defaults | leonardo.yvens | -54/+64 |
| 2018-02-28 | Check WF of predicate with defaults only if all in LHS have default | leonardo.yvens | -110/+99 |
| 2018-02-28 | Expand comments, address nits. | leonardo.yvens | -10/+52 |
| 2018-02-28 | use `map_bound` instead of `skip_binder` | leonardo.yvens | -9/+7 |
| 2018-02-28 | Go back to checking only the LHS of trait predicates. | leonardo.yvens | -23/+57 |
| 2018-02-28 | default WF: Substitute defaults individually in the clauses. | leonardo.yvens | -42/+64 |
| 2018-02-28 | default WF: Leverage type substitution, less workarounding | leonardo.yvens | -80/+31 |
| 2018-02-28 | Check WF of defaults even when there are no bounds. | leonardo.yvens | -16/+35 |
| 2018-02-28 | Type check defaults. | leonardo.yvens | -22/+218 |
| 2018-02-28 | Avoid printing overwhelming info on -Znll-dump-cause | Santiago Pastorino | -70/+2 |
| 2018-02-28 | Do not report _#nr lifetimes names in errors | Santiago Pastorino | -6/+128 |
| 2018-02-28 | Add AArch64 features | Amanieu d'Antras | -9/+17 |
| 2018-02-28 | Remove the v7 feature from AArch64 | Amanieu d'Antras | -1/+1 |
| 2018-02-28 | Add std::path::Path::ancestors | Tobias Stolzmann | -0/+75 |
| 2018-02-28 | Add regression test for #48551 | Tatsuyuki Ishi | -0/+40 |
| 2018-02-28 | Stabilize LocalKey::try_with | Stjepan Glavina | -15/+24 |
| 2018-02-28 | Rollup merge of #48565 - alexcrichton:rename-bmi, r=cramertj | kennytm | -1/+2 |
| 2018-02-28 | Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank | kennytm | -9/+11 |
| 2018-02-28 | Rollup merge of #48558 - Mark-Simulacrum:error-format, r=Manishearth | kennytm | -1/+5 |
| 2018-02-28 | Rollup merge of #48548 - alexcrichton:msvc-linker-utf16, r=alexcrichton | kennytm | -10/+50 |
| 2018-02-28 | Rollup merge of #48541 - varkor:inlined-main, r=michaelwoerister | kennytm | -1/+16 |
| 2018-02-28 | Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakis | kennytm | -8/+23 |
| 2018-02-28 | Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoerister | kennytm | -11/+6 |
| 2018-02-28 | Rollup merge of #48484 - glaubitz:powerpcspe-linux, r=alexcrichton | kennytm | -0/+40 |
| 2018-02-28 | Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis | kennytm | -1312/+55 |
| 2018-02-28 | Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM... | kennytm | -2/+32 |
| 2018-02-28 | Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr... | kennytm | -23/+5 |
| 2018-02-28 | Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, r=QuietMisd... | kennytm | -11/+35 |
| 2018-02-28 | Rollup merge of #48365 - Centril:docs/document-refcell-panics, r=frewsxcv | kennytm | -0/+24 |
| 2018-02-28 | Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichton | kennytm | -0/+308 |
| 2018-02-28 | Rollup merge of #48266 - pietroalbini:report-compiler-flags-on-ice, r=michael... | kennytm | -5/+80 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -14/+653 |
| 2018-02-28 | Minor grammatical/style fix in docs. | Alexander Ronald Altman | -2/+2 |
| 2018-02-28 | Auto merge of #47894 - vi:rustdoc_foldable_impls, r=GuillaumeGomez,QuietMisdr... | bors | -52/+144 |
| 2018-02-28 | Update RLS | Nick Cameron | -23/+79 |
| 2018-02-27 | Emit parentheses in suggestion for global paths | Manish Goregaokar | -6/+7 |
| 2018-02-27 | Diagnostic tweaks (review) | Esteban Küber | -22/+15 |
| 2018-02-27 | Add label to primary span in some parse errors | Esteban Küber | -25/+68 |
| 2018-02-27 | Detect missing `if` blocks | Esteban Küber | -10/+60 |
| 2018-02-27 | Provide missing comma in match arm suggestion | Esteban Küber | -2/+68 |
| 2018-02-27 | Put some thought and documentation effort into process::ExitCode | Scott McMurray | -25/+53 |
| 2018-02-27 | Make TransitiveRelation thread safe. Avoid locking by using get_mut in some c... | John Kåre Alsaker | -10/+10 |
| 2018-02-27 | fix wording on panics in binary operators on RefCells" | Mazdak Farrokhzad | -7/+7 |
| 2018-02-27 | Backport LLVM fixes for a JumpThreading / assume intrinsic bug | Björn Steinbrink | -15/+9 |
| 2018-02-27 | Bring back ParamEnv deduplication | Tatsuyuki Ishi | -2/+5 |
| 2018-02-26 | Improve --help performance for x.py | Phlosioneer | -4/+13 |