| Age | Commit message (Expand) | Author | Lines |
| 2018-02-07 | support `default impl` for specialization | Gianni Ciccarelli | -33/+870 |
| 2018-02-07 | Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebank | Manish Goregaokar | -1/+43 |
| 2018-02-07 | Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkov | Manish Goregaokar | -23/+68 |
| 2018-02-07 | Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddyb | Manish Goregaokar | -11/+89 |
| 2018-02-07 | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik... | Manish Goregaokar | -9/+156 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -2/+79 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -17/+127 |
| 2018-02-07 | Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton | Manish Goregaokar | -6/+68 |
| 2018-02-07 | Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre... | Manish Goregaokar | -4/+55 |
| 2018-02-07 | Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton | Manish Goregaokar | -25/+64 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -83/+234 |
| 2018-02-07 | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis | bors | -38/+128 |
| 2018-02-07 | libcore/libstd: fix commas in macro_rules! macros | Michael Lamparski | -2/+18 |
| 2018-02-07 | add tests for macro trailing commas | Michael Lamparski | -0/+601 |
| 2018-02-07 | rustdoc: Hide `-> ()` in cross crate inlined Fn* bounds | Oliver Middleton | -1/+43 |
| 2018-02-07 | Fix ICE for mismatched args on target without span | Ryan Cumming | -47/+61 |
| 2018-02-07 | Update trait-associated-const test to new format | bobtwinkles | -20/+8 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -38/+140 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -48/+150 |
| 2018-02-07 | rustdoc: Fix doc and impl collapsing on small screens | Vitaly _Vi Shukela | -1/+2 |
| 2018-02-07 | Revert "rustdoc: Move collapse toggle to the left" | Vitaly _Vi Shukela | -1/+1 |
| 2018-02-06 | Add tests for -Zepoch using tyvar_raw_pointer | Manish Goregaokar | -0/+45 |
| 2018-02-06 | Fill in long diagnostic | Manish Goregaokar | -1/+49 |
| 2018-02-07 | Rollup merge of #48036 - durka:proc-macro-doteq, r=alexcrichton | kennytm | -1/+1 |
| 2018-02-07 | Rollup merge of #48026 - Badel2:doc-assoc-const-object-safe, r=nikomatsakis | kennytm | -0/+22 |
| 2018-02-07 | Rollup merge of #48013 - onur:use-time-in-bootstrap-dist, r=alexcrichton | kennytm | -3/+6 |
| 2018-02-07 | Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton | kennytm | -1/+65 |
| 2018-02-07 | Rollup merge of #47986 - Gilnaa:libtest_relaxed, r=Mark-Simulacrum | kennytm | -4/+13 |
| 2018-02-07 | Rollup merge of #46962 - clarcharr:os_raw_docs, r=QuietMisdreavus | kennytm | -5/+124 |
| 2018-02-06 | Trait objects cannot contain associated constants | Badel2 | -0/+22 |
| 2018-02-06 | Added and updated tests to enable/disable overflow checks. | David Wood | -1/+54 |
| 2018-02-06 | 38880 use search_mut function rather than search_hashed | Shaun Steenkamp | -3/+1 |
| 2018-02-06 | 38880 don't compute hash when searching an empty HashMap | Shaun Steenkamp | -5/+35 |
| 2018-02-06 | improve wording: bounds -> generic bounds | Ralf Jung | -4/+4 |
| 2018-02-06 | fix docs link | QuietMisdreavus | -1/+1 |
| 2018-02-06 | proc_macro: don't panic parsing ..= (fix #47950) | Alex Burka | -1/+1 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -43/+111 |
| 2018-02-05 | Convert tyvar_behind_raw_pointer to hard error for the 2018 epoch | Manish Goregaokar | -6/+13 |
| 2018-02-05 | Add -Zepoch | Manish Goregaokar | -3/+50 |
| 2018-02-05 | correct E0619 span re method call receivers whose type must be known | Zack M. Davis | -1/+43 |
| 2018-02-05 | Simplify wait_timeout_until & fix condition typo | Vitali Lovich | -8/+7 |
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass o... | David Wood | -12/+12 |
| 2018-02-05 | Warn about more ignored bounds on type aliases | Ralf Jung | -22/+68 |
| 2018-02-05 | mir: Add and fix tests for FalseUnwinds | bobtwinkles | -19/+52 |
| 2018-02-05 | mir: Add false edge cleanup out of infinite loops | bobtwinkles | -5/+17 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -18/+97 |
| 2018-02-05 | Fix comment in ExprKind::LogicalOp | bobtwinkles | -2/+2 |
| 2018-02-05 | rustc: Add `#[rustc_args_required_const]` | Alex Crichton | -11/+89 |
| 2018-02-06 | Rollup merge of #48007 - nrc:rls-field-init, r=eddyb | kennytm | -1/+9 |
| 2018-02-06 | Rollup merge of #48003 - mbrubeck:docs, r=steveklabnik | kennytm | -3/+3 |