| Age | Commit message (Expand) | Author | Lines |
| 2015-03-02 | Fix broken aarch64 build | Eunji Jeong | -1/+1 |
| 2015-03-01 | Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonw | bors | -46/+53 |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -3/+15 |
| 2015-03-01 | Auto merge of #22909 - Manishearth:rollup, r=Manishearth | bors | -6/+37 |
| 2015-03-01 | Rollup merge of #22910 - dotdash:time_llvm_passes, r=cmr | Manish Goregaokar | -1/+3 |
| 2015-03-01 | Rollup merge of #22908 - mdinger:fix_link, r=Gankro | Manish Goregaokar | -3/+3 |
| 2015-03-01 | Add import of usize (fixup #22901) | Manish Goregaokar | -0/+1 |
| 2015-03-01 | Rollup merge of #22907 - dotdash:static_assert_bool, r=eddyb | Manish Goregaokar | -0/+21 |
| 2015-03-01 | Rollup merge of #22903 - semarie:openbsd-stack, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-01 | Rollup merge of #22901 - thepowersgang:patch-1, r=eddyb | Manish Goregaokar | -1/+8 |
| 2015-03-01 | Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonw | Manish Goregaokar | -5/+1 |
| 2015-03-01 | Rollup merge of #22896 - Ms2ger:InlineAttr, r=huonw | Manish Goregaokar | -18/+17 |
| 2015-03-01 | Auto merge of #22898 - edwardw:one-less-unsafe-impl, r=huonw | bors | -5/+1 |
| 2015-03-01 | Auto merge of #22896 - Ms2ger:InlineAttr, r=huonw | bors | -18/+17 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -3/+15 |
| 2015-02-28 | Re-enable -Z time-llvm-passes when using a single codegen unit | Björn Steinbrink | -1/+3 |
| 2015-02-28 | Fix incorrectly parsed markdown link | mdinger | -3/+3 |
| 2015-02-28 | Auto merge of #21521 - defuz:interval-with-path, r=pnkfelix | bors | -0/+38 |
| 2015-02-28 | Error out when using static_assert on a non-boolean value | Björn Steinbrink | -0/+21 |
| 2015-02-28 | openbsd: adjust page guard address | Sébastien Marie | -1/+1 |
| 2015-02-28 | ifmt - Add a basic test for {:p} getting truncated | John Hodge | -0/+7 |
| 2015-02-28 | Fix assuming 32-bit pointers | John Hodge | -1/+1 |
| 2015-02-28 | Remove two unsafe impls from `iter::Peekable` | Edward Wang | -5/+1 |
| 2015-02-28 | Rollup merge of #22867 - FuGangqiang:master, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22887 - JP-Ellis:master, r=huonw | Manish Goregaokar | -34/+20 |
| 2015-02-28 | Rollup merge of #22866 - iKevinY:version-output-doc-fix, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -7/+24 |
| 2015-02-28 | Rollup merge of #22875 - kmcallister:maceager, r=sfackler | Manish Goregaokar | -89/+113 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -193/+86 |
| 2015-02-28 | Remove the re-exports for InlineAttr variants. | Ms2ger | -18/+17 |
| 2015-02-28 | Auto merge of #22851 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -63/+114 |
| 2015-02-28 | FIX #21475: Expr_::ExprPath with two fields | defuz | -2/+2 |
| 2015-02-28 | FIX #21475: mixing literals and paths in interval | defuz | -3/+2 |
| 2015-02-28 | FIX #21475: Interval match patterns won't parse namespace specifiers correctly | defuz | -0/+39 |
| 2015-02-28 | Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichton | bors | -10/+289 |
| 2015-02-28 | Auto merge of #22801 - huonw:crateify-lint, r=kmcallister | bors | -2161/+2258 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -6/+6 |
| 2015-02-28 | Update docs for rustc_lint crateification. | Huon Wilson | -24/+24 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2146/+2243 |
| 2015-02-28 | Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw | bors | -1/+7 |
| 2015-02-28 | Update iter::order to be more generic. | JP-Ellis | -34/+20 |
| 2015-02-27 | obsolete `|&:|` syntax | Jorge Aparicio | -1/+18 |
| 2015-02-28 | change to iterate over &vet | FuGangqiang | -1/+1 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -46/+53 |
| 2015-02-27 | Test fixes and rebase conflicts | Alex Crichton | -10/+6 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -193/+86 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -89/+113 |
| 2015-02-28 | std: Fixed backtrace warnings and tests for non-Linux platforms. | Kang Seonghoon | -5/+28 |
| 2015-02-27 | Rollup merge of #22844 - pnkfelix:refactor-signalling-of-E0223, r=Aatch | Manish Goregaokar | -8/+15 |
| 2015-02-27 | Refactor signaling of E0223 to avoid multiple span_errs for same code. | Felix S. Klock II | -8/+15 |