about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-01-16Auto merge of #39071 - est31:master, r=GuillaumeGomezbors-9/+3
2017-01-16Auto merge of #39069 - GuillaumeGomez:missing_blank_space, r=Manishearthbors-3/+5
2017-01-16Auto merge of #38806 - comex:lint-attr-fix, r=nrcbors-59/+43
2017-01-15Auto merge of #39042 - alexcrichton:upload-more, r=brsonbors-53/+386
2017-01-15Auto merge of #38610 - djzin:master, r=sfacklerbors-77/+190
2017-01-15travis: Expand dist builder coverageAlex Crichton-53/+386
2017-01-15Fix missing blank space issueGuillaume Gomez-3/+5
2017-01-15Auto merge of #39063 - ruuda:covered-switch, r=alexcrichtonbors-10/+4
2017-01-15Auto merge of #39052 - alexcrichton:fix-rebuild, r=brsonbors-4/+10
2017-01-15Auto merge of #39045 - redox-os:process_try_wait, r=brsonbors-0/+14
2017-01-15Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakisbors-12/+41
2017-01-15Mark the pushpop_unsafe feature as "removed"est31-5/+2
2017-01-15Remove the safe_suggestion featureest31-4/+1
2017-01-15Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturonbors-1/+13
2017-01-14Merge branch 'master' into lint-attr-fixcomex-5542/+9481
2017-01-14Auto merge of #39020 - michaelwoerister:dep-graph-dfs-caching, r=nikomatsakisbors-9/+317
2017-01-14Auto merge of #38992 - nagisa:i128-minvallit, r=eddybbors-14/+31
2017-01-14add required imports & featureDjzin-0/+2
2017-01-14Auto merge of #38982 - clarcharr:expect_err, r=aturonbors-0/+39
2017-01-14update array_vec to use new rangeargumentdjzin-2/+10
2017-01-14update docs with new syntaxdjzin-9/+9
2017-01-14update docs with new syntaxdjzin-12/+18
2017-01-14fix warnings in doctestsdjzin-4/+3
2017-01-14shorten range syntaxdjzin-1/+1
2017-01-14make rangeargument methods non-default; simplify impldjzin-17/+18
2017-01-14simplify some rangesdjzin-2/+2
2017-01-14fix failing testdjzin-3/+3
2017-01-14add type annotations to doctestdjzin-1/+1
2017-01-14add test for range_mutdjzin-0/+19
2017-01-14use str range for string btreemap in testdjzin-2/+2
2017-01-14use rangeargument for range_mutdjzin-7/+6
2017-01-14allow unsized types in `RangeArgument`djzin-1/+19
2017-01-14fix up testsdjzin-13/+17
2017-01-14fix up testsdjzin-3/+17
2017-01-14change argument for btree_rangedjzin-12/+9
2017-01-14impl RangeArgument for (Bound<T>, Bound<T>)djzin-0/+18
2017-01-14have RangeArgument return a Bound<&T> from each of its methodsdjzin-18/+46
2017-01-14Auto merge of #38952 - nrc:save-impl-fix, r=eddybbors-8/+6
2017-01-14Fix covered-switch-default warnings in RustWrapperRuud van Asseldonk-10/+4
2017-01-14Auto merge of #38944 - michaelwoerister:incr-generics-partitioning, r=nikomat...bors-187/+175
2017-01-14Auto merge of #38935 - redox-os:fix_path_redox, r=brsonbors-1/+2
2017-01-14Auto merge of #38927 - petrochenkov:leven, r=jseyfriedbors-19/+157
2017-01-14Auto merge of #38914 - est31:tidy-gate-tests, r=nikomatsakisbors-20/+221
2017-01-14Auto merge of #38854 - Mark-Simulacrum:immediate-refactor, r=eddybbors-47/+27
2017-01-13Auto merge of #39030 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-74/+337
2017-01-13Avoid using load/stores on first class aggregatesBjörn Steinbrink-2/+1
2017-01-13rustbuild: Skip the build_helper crate in testsAlex Crichton-4/+10
2017-01-13Add try_wait to Redox processJeremy Soller-0/+14
2017-01-13Fix is_absolute on RedoxJeremy Soller-1/+2
2017-01-13expect_err for Result.Clar Charr-0/+39