| Age | Commit message (Expand) | Author | Lines |
| 2018-03-01 | Rename doc collapse sentinal to rustdoc-collapse | Peter Lyons | -3/+3 |
| 2018-02-28 | Fix linkchecker | Scott McMurray | -2/+2 |
| 2018-03-01 | Remember state of top-level collapse toggle widget | Peter Lyons | -0/+6 |
| 2018-03-01 | Add ignore-pretty for issue-48506.rs | Ryan Cumming | -0/+1 |
| 2018-02-28 | posix_spawn() always returns its error rather than setting errno. | Bryan Drewery | -1/+1 |
| 2018-02-28 | impl Default + Hash for ::core::cmp::Reverse | M Farkas-Dyck | -1/+1 |
| 2018-02-28 | impl Clone for ::std_unicode::char::{ToLowercase, ToUppercase} | M Farkas-Dyck | -3/+3 |
| 2018-02-28 | Add a specific test for spawn() returning ENOENT | Bryan Drewery | -0/+23 |
| 2018-03-01 | Auto merge of #48349 - nrc:update, r=alexcrichton | bors | -23/+79 |
| 2018-03-01 | Adapt stderr of UI test to PR #48449 | flip1995 | -8/+8 |
| 2018-03-01 | Rewrite error reporting as requested | flip1995 | -62/+82 |
| 2018-03-01 | Implementing requested changes | flip1995 | -85/+56 |
| 2018-03-01 | Suggest type for overflowing bin/hex-literals | flip1995 | -25/+274 |
| 2018-02-28 | Support posix_spawn() for FreeBSD. | Bryan Drewery | -2/+2 |
| 2018-02-28 | Remove excess newline | Bryan Drewery | -1/+0 |
| 2018-02-28 | Pass proper pointer for envp. | Bryan Drewery | -1/+1 |
| 2018-02-28 | No need to zero when an initializer for the object is already used. | Bryan Drewery | -3/+3 |
| 2018-02-28 | Avoid error for unused variables | Bryan Drewery | -1/+1 |
| 2018-02-28 | Support posix_spawn() when possible. | Alex Crichton | -0/+102 |
| 2018-02-28 | Update libc to bring in posix_spawn bindings for FreeBSD. | Bryan Drewery | -0/+0 |
| 2018-02-28 | Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcv | Manish Goregaokar | -2/+2 |
| 2018-02-28 | Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis | Manish Goregaokar | -46/+234 |
| 2018-02-28 | Rollup merge of #48420 - teiesti:path_parents, r=BurntSushi | Manish Goregaokar | -0/+75 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -19/+115 |
| 2018-02-28 | Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn | Manish Goregaokar | -70/+38 |
| 2018-02-28 | Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | Manish Goregaokar | -11/+213 |
| 2018-03-01 | Fix a bug introduced in previous commit | Stjepan Glavina | -8/+5 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -107/+166 |
| 2018-02-28 | rustc: Tweak funclet cleanups of ffi functions | Alex Crichton | -6/+127 |
| 2018-02-28 | Update LLVM submodule a bit further | Alex Crichton | -0/+0 |
| 2018-02-28 | doc: no need for the references | Tshepang Lekhonkhobe | -31/+22 |
| 2018-02-28 | Fix a few run-pass tests | Stjepan Glavina | -8/+5 |
| 2018-02-28 | fix rebase | Esteban Küber | -4/+4 |
| 2018-02-28 | Add bitreverse intrinsic | Amanieu d'Antras | -3/+28 |
| 2018-02-28 | Remove E0245; improve E0404 explanation | Mark Mansi | -17/+45 |
| 2018-02-28 | Update issue-48551.rs | Niko Matsakis | -0/+3 |
| 2018-02-28 | Remove thread_local_state | Stjepan Glavina | -127/+26 |
| 2018-02-28 | Update UI test | leonardo.yvens | -10/+11 |
| 2018-02-28 | add a comment | Niko Matsakis | -0/+3 |
| 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 |