| Age | Commit message (Expand) | Author | Lines |
| 2017-02-06 | rustbuild: support setting verbosity in config.toml | Marc-Antoine Perennou | -0/+2 |
| 2017-02-06 | compiletest: Add caching of test results | Alex Crichton | -1/+49 |
| 2017-02-06 | rustbuild: Fix a few locations with makefiles gone | Alex Crichton | -28/+17 |
| 2017-02-06 | Clean our src/etc of old files | Alex Crichton | -520/+0 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -200/+7 |
| 2017-02-06 | Delete Travis/AppVeyor makefile builders | Alex Crichton | -26/+0 |
| 2017-02-06 | fix case where some edges can't be recreated by expanding the graph | Niko Matsakis | -36/+85 |
| 2017-02-06 | back: Limit the number of LLVM worker threads. | Michael Woerister | -4/+8 |
| 2017-02-06 | Rename i686-unknown-netbsdelf target to i686-unknown-netbsd | Jonathan A. Kollasch | -1/+1 |
| 2017-02-06 | regr test | Niko Matsakis | -0/+38 |
| 2017-02-06 | Auto merge of #39500 - michaelwoerister:fix-ich-testing, r=nikomatsakis | bors | -58/+306 |
| 2017-02-06 | Extract collections benchmarks to libcollections/benches | Son | -1372/+1442 |
| 2017-02-06 | Add comment about why the regular unused-attributes infrastructure | Michael Woerister | -0/+6 |
| 2017-02-06 | Fix for bootstrapping on NixOS | Andrew Cann | -1/+56 |
| 2017-02-06 | Auto merge of #38436 - bluecereal:patch-1, r=frewsxcv | bors | -2/+4 |
| 2017-02-06 | go back to use // | king6cong | -1/+1 |
| 2017-02-05 | Update if-let.md | bluecereal | -2/+2 |
| 2017-02-05 | Ipv6Addr <-> u128 | Clar Charr | -5/+38 |
| 2017-02-05 | Auto merge of #38897 - nikomatsakis:issue-32330-followup, r=arielb1 | bors | -190/+270 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -190/+270 |
| 2017-02-05 | Auto merge of #39567 - frewsxcv:rollup, r=frewsxcv | bors | -592/+869 |
| 2017-02-05 | Rollup merge of #39538 - stjepang:slightly-optimize-sort, r=alexcrichton | Corey Farwell | -38/+39 |
| 2017-02-05 | Rollup merge of #39530 - TimNN:more-gdb, r=alexcrichton | Corey Farwell | -10/+10 |
| 2017-02-05 | Rollup merge of #39528 - dylanmckay:llvm-4.0-diglobalvar, r=alexcrichton | Corey Farwell | -0/+10 |
| 2017-02-05 | Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1 | Corey Farwell | -5/+30 |
| 2017-02-05 | Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton | Corey Farwell | -35/+13 |
| 2017-02-05 | Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichton | Corey Farwell | -2/+17 |
| 2017-02-05 | Rollup merge of #39509 - petrochenkov:rb2, r=alexcrichton | Corey Farwell | -1/+3 |
| 2017-02-05 | Rollup merge of #39501 - phungleson:libcorebench, r=alexcrichton | Corey Farwell | -486/+667 |
| 2017-02-05 | Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric... | Corey Farwell | -0/+37 |
| 2017-02-05 | Rollup merge of #39481 - ishitatsuyuki:master, r=alexcrichton | Corey Farwell | -5/+6 |
| 2017-02-05 | Rollup merge of #39472 - est31:unadjusted_only_for_win, r=nagisa | Corey Farwell | -3/+3 |
| 2017-02-05 | Rollup merge of #39439 - king6cong:move, r=alexcrichton | Corey Farwell | -7/+34 |
| 2017-02-05 | Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichton | bors | -4/+36 |
| 2017-02-05 | Fix make tidy | Andrew Cann | -2/+3 |
| 2017-02-05 | Rollup merge of #39552 - zackmdavis:more_struct_aliases_stabilization_version... | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-02-05 | Rollup merge of #39478 - alexcrichton:add-xpy, r=japaric | Corey Farwell | -1/+2 |
| 2017-02-05 | Rollup merge of #39477 - jimmycuadra:try-from-parameter-name, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39471 - djc:bootstrap-user, r=alexcrichton | Corey Farwell | -3/+3 |
| 2017-02-05 | Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfried | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39453 - nrc:save-path, r=nikomatsakis | Corey Farwell | -0/+4 |
| 2017-02-05 | Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakis | Corey Farwell | -1/+42 |
| 2017-02-05 | Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfried | Corey Farwell | -342/+483 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -93/+116 |
| 2017-02-05 | Rollup merge of #39312 - mgattozzi:rustdoc-help-fix, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39289 - shahn:option_entry, r=alexcrichton | Corey Farwell | -0/+70 |
| 2017-02-05 | Rollup merge of #39193 - pepyakin:emcc-strip-panic-rt, r=alexcrichton | Corey Farwell | -0/+15 |
| 2017-02-05 | Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichton | Corey Farwell | -1/+27 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -106/+249 |