| Age | Commit message (Expand) | Author | Lines |
| 2017-01-16 | Auto merge of #39071 - est31:master, r=GuillaumeGomez | bors | -9/+3 |
| 2017-01-16 | Auto merge of #39069 - GuillaumeGomez:missing_blank_space, r=Manishearth | bors | -3/+5 |
| 2017-01-16 | Auto merge of #38806 - comex:lint-attr-fix, r=nrc | bors | -59/+43 |
| 2017-01-15 | Auto merge of #39042 - alexcrichton:upload-more, r=brson | bors | -53/+386 |
| 2017-01-15 | Auto merge of #38610 - djzin:master, r=sfackler | bors | -77/+190 |
| 2017-01-15 | travis: Expand dist builder coverage | Alex Crichton | -53/+386 |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -3/+5 |
| 2017-01-15 | Auto merge of #39063 - ruuda:covered-switch, r=alexcrichton | bors | -10/+4 |
| 2017-01-15 | Auto merge of #39052 - alexcrichton:fix-rebuild, r=brson | bors | -4/+10 |
| 2017-01-15 | Auto merge of #39045 - redox-os:process_try_wait, r=brson | bors | -0/+14 |
| 2017-01-15 | Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakis | bors | -12/+41 |
| 2017-01-15 | Mark the pushpop_unsafe feature as "removed" | est31 | -5/+2 |
| 2017-01-15 | Remove the safe_suggestion feature | est31 | -4/+1 |
| 2017-01-15 | Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturon | bors | -1/+13 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -5542/+9481 |
| 2017-01-14 | Auto merge of #39020 - michaelwoerister:dep-graph-dfs-caching, r=nikomatsakis | bors | -9/+317 |
| 2017-01-14 | Auto merge of #38992 - nagisa:i128-minvallit, r=eddyb | bors | -14/+31 |
| 2017-01-14 | add required imports & feature | Djzin | -0/+2 |
| 2017-01-14 | Auto merge of #38982 - clarcharr:expect_err, r=aturon | bors | -0/+39 |
| 2017-01-14 | update array_vec to use new rangeargument | djzin | -2/+10 |
| 2017-01-14 | update docs with new syntax | djzin | -9/+9 |
| 2017-01-14 | update docs with new syntax | djzin | -12/+18 |
| 2017-01-14 | fix warnings in doctests | djzin | -4/+3 |
| 2017-01-14 | shorten range syntax | djzin | -1/+1 |
| 2017-01-14 | make rangeargument methods non-default; simplify impl | djzin | -17/+18 |
| 2017-01-14 | simplify some ranges | djzin | -2/+2 |
| 2017-01-14 | fix failing test | djzin | -3/+3 |
| 2017-01-14 | add type annotations to doctest | djzin | -1/+1 |
| 2017-01-14 | add test for range_mut | djzin | -0/+19 |
| 2017-01-14 | use str range for string btreemap in test | djzin | -2/+2 |
| 2017-01-14 | use rangeargument for range_mut | djzin | -7/+6 |
| 2017-01-14 | allow unsized types in `RangeArgument` | djzin | -1/+19 |
| 2017-01-14 | fix up tests | djzin | -13/+17 |
| 2017-01-14 | fix up tests | djzin | -3/+17 |
| 2017-01-14 | change argument for btree_range | djzin | -12/+9 |
| 2017-01-14 | impl RangeArgument for (Bound<T>, Bound<T>) | djzin | -0/+18 |
| 2017-01-14 | have RangeArgument return a Bound<&T> from each of its methods | djzin | -18/+46 |
| 2017-01-14 | Auto merge of #38952 - nrc:save-impl-fix, r=eddyb | bors | -8/+6 |
| 2017-01-14 | Fix covered-switch-default warnings in RustWrapper | Ruud van Asseldonk | -10/+4 |
| 2017-01-14 | Auto merge of #38944 - michaelwoerister:incr-generics-partitioning, r=nikomat... | bors | -187/+175 |
| 2017-01-14 | Auto merge of #38935 - redox-os:fix_path_redox, r=brson | bors | -1/+2 |
| 2017-01-14 | Auto merge of #38927 - petrochenkov:leven, r=jseyfried | bors | -19/+157 |
| 2017-01-14 | Auto merge of #38914 - est31:tidy-gate-tests, r=nikomatsakis | bors | -20/+221 |
| 2017-01-14 | Auto merge of #38854 - Mark-Simulacrum:immediate-refactor, r=eddyb | bors | -47/+27 |
| 2017-01-13 | Auto merge of #39030 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -74/+337 |
| 2017-01-13 | Avoid using load/stores on first class aggregates | Björn Steinbrink | -2/+1 |
| 2017-01-13 | rustbuild: Skip the build_helper crate in tests | Alex Crichton | -4/+10 |
| 2017-01-13 | Add try_wait to Redox process | Jeremy Soller | -0/+14 |
| 2017-01-13 | Fix is_absolute on Redox | Jeremy Soller | -1/+2 |
| 2017-01-13 | expect_err for Result. | Clar Charr | -0/+39 |