| Age | Commit message (Expand) | Author | Lines |
| 2018-03-01 | Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko... | bors | -0/+143 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -0/+1 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -1/+4 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -3/+3 |
| 2018-02-28 | Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | Manish Goregaokar | -0/+25 |
| 2018-02-28 | Update UI test | leonardo.yvens | -10/+11 |
| 2018-02-28 | Check only concrete defaults for well formedness | leonardo.yvens | -26/+15 |
| 2018-02-28 | Check only predicates with a single param with a concrete default. | leonardo.yvens | -60/+18 |
| 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 | -19/+35 |
| 2018-02-28 | Check WF of predicate with defaults only if all in LHS have default | leonardo.yvens | -51/+31 |
| 2018-02-28 | Expand comments, address nits. | leonardo.yvens | -5/+38 |
| 2018-02-28 | Go back to checking only the LHS of trait predicates. | leonardo.yvens | -19/+42 |
| 2018-02-28 | default WF: Substitute defaults individually in the clauses. | leonardo.yvens | -1/+25 |
| 2018-02-28 | Check WF of defaults even when there are no bounds. | leonardo.yvens | -15/+25 |
| 2018-02-28 | Type check defaults. | leonardo.yvens | -0/+94 |
| 2018-02-28 | Rollup merge of #48548 - alexcrichton:msvc-linker-utf16, r=alexcrichton | kennytm | -9/+37 |
| 2018-02-28 | Rollup merge of #48541 - varkor:inlined-main, r=michaelwoerister | kennytm | -0/+12 |
| 2018-02-28 | Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakis | kennytm | -2/+5 |
| 2018-02-28 | Rollup merge of #48484 - glaubitz:powerpcspe-linux, r=alexcrichton | kennytm | -0/+2 |
| 2018-02-28 | Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM... | kennytm | -0/+26 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -0/+589 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -233/+234 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -365/+365 |
| 2018-02-26 | Implement opt-out from UI testing normalization | Vadim Petrochenkov | -0/+124 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -6168/+6168 |
| 2018-02-26 | Encode linker arguments as UTF-16 on MSVC platforms | Mark Simulacrum | -9/+37 |
| 2018-02-26 | Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebank | bors | -0/+1285 |
| 2018-02-26 | Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov | bors | -16/+42 |
| 2018-02-26 | Fix new tests | Guillaume Gomez | -3/+11 |
| 2018-02-26 | test: Run atomic-lock-free on powerpc-linux-gnuspe | John Paul Adrian Glaubitz | -0/+2 |
| 2018-02-25 | Ensure main() always has external linkage | varkor | -0/+12 |
| 2018-02-25 | restore Subslice move out from array after elaborate drops and borrowck | Mikhail Modin | -0/+25 |
| 2018-02-25 | Rollup merge of #48491 - glaubitz:s390x-linux, r=sanxiyn | kennytm | -0/+2 |
| 2018-02-25 | Reduce error codes length when too much are thrown | Guillaume Gomez | -5/+131 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1151 |
| 2018-02-25 | Rollup merge of #48302 - mark-i-m:markim_macro-test, r=aturon | kennytm | -0/+80 |
| 2018-02-24 | Restrict the Termination impls to simplify stabilization | Scott McMurray | -2/+5 |
| 2018-02-24 | ignore-pretty on dyn trait test | Manish Goregaokar | -0/+2 |
| 2018-02-24 | ignore-pretty for the macro-comma-support test | Michael Lamparski | -0/+2 |
| 2018-02-24 | Rollup merge of #48503 - petrochenkov:nort, r=Mark-Simulacrum | Manish Goregaokar | -0/+286 |
| 2018-02-24 | Rollup merge of #48490 - petrochenkov:orpat, r=eddyb | Manish Goregaokar | -0/+70 |
| 2018-02-24 | Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkov | Manish Goregaokar | -5/+2 |
| 2018-02-24 | Rollup merge of #48448 - nikomatsakis:default-binding-mode-issue-46688, r=cra... | Manish Goregaokar | -0/+25 |
| 2018-02-24 | Rollup merge of #48441 - petrochenkov:exty, r=estebank | Manish Goregaokar | -1/+7 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -0/+36 |
| 2018-02-24 | Rollup merge of #48392 - estebank:string, r=petrochenkov | Manish Goregaokar | -1/+18 |
| 2018-02-24 | Rollup merge of #48386 - withoutboats:nonstandard-style, r=Manishearth | Manish Goregaokar | -0/+103 |
| 2018-02-24 | Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakis | Manish Goregaokar | -53/+48 |
| 2018-02-24 | Rollup merge of #47689 - davidtwco:issue-45157, r=nikomatsakis | Manish Goregaokar | -0/+63 |