| Age | Commit message (Expand) | Author | Lines |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -1/+1 |
| 2015-03-01 | Auto merge of #22909 - Manishearth:rollup, r=Manishearth | bors | -0/+24 |
| 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/+16 |
| 2015-03-01 | Rollup merge of #22901 - thepowersgang:patch-1, r=eddyb | Manish Goregaokar | -0/+7 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+1 |
| 2015-02-28 | Auto merge of #21521 - defuz:interval-with-path, r=pnkfelix | bors | -0/+25 |
| 2015-02-28 | Error out when using static_assert on a non-boolean value | Björn Steinbrink | -0/+16 |
| 2015-02-28 | ifmt - Add a basic test for {:p} getting truncated | John Hodge | -0/+7 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -0/+18 |
| 2015-02-28 | Rollup merge of #22875 - kmcallister:maceager, r=sfackler | Manish Goregaokar | -11/+12 |
| 2015-02-28 | Auto merge of #22851 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -0/+49 |
| 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/+26 |
| 2015-02-28 | Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichton | bors | -0/+182 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -0/+2 |
| 2015-02-27 | obsolete `|&:|` syntax | Jorge Aparicio | -0/+18 |
| 2015-02-27 | Test fixes and rebase conflicts | Alex Crichton | -10/+6 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -11/+12 |
| 2015-02-28 | std: Fixed backtrace warnings and tests for non-Linux platforms. | Kang Seonghoon | -4/+26 |
| 2015-02-27 | Rollup merge of #22837 - eddyb:issue-21721, r=dotdash | Manish Goregaokar | -9/+22 |
| 2015-02-27 | Rollup merge of #22809 - nikomatsakis:issue-22655-infinite-recursion, r=pnkfelix | Manish Goregaokar | -0/+29 |
| 2015-02-27 | Rollup merge of #22823 - kmcallister:fix-21370, r=huonw | Manish Goregaokar | -0/+32 |
| 2015-02-27 | Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakis | Manish Goregaokar | -0/+34 |
| 2015-02-27 | Rollup merge of #22803 - huonw:field-stability, r=alexcrichton | Manish Goregaokar | -11/+431 |
| 2015-02-27 | Normalize types before collecting obligations | Flavio Percoco | -0/+49 |
| 2015-02-27 | Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichton | bors | -0/+41 |
| 2015-02-27 | Makes the picky tidy satisfied. Also refers to the correct issue. | Kang Seonghoon | -1/+1 |
| 2015-02-27 | Removed an excess feature flag from the backtrace test. | Kang Seonghoon | -2/+0 |
| 2015-02-27 | std: Include line numbers in backtraces. | Kang Seonghoon | -0/+162 |
| 2015-02-27 | Add a rustdoc test for default methods in external crates | Seo Sanghyeon | -0/+41 |
| 2015-02-26 | Revert hacks and add test for LLVM aborts due to empty aggregates. | Eduard Burtescu | -9/+22 |
| 2015-02-26 | Regression test for #22536. | Felix S. Klock II | -0/+34 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -0/+98 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -11/+431 |
| 2015-02-25 | Always error on invalid macro fragment specifiers | Keegan McAllister | -0/+32 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -47/+229 |
| 2015-02-25 | Change MarkerTrait to be invariant. This is a (small) loss of expressiveness, | Niko Matsakis | -0/+29 |
| 2015-02-25 | Path -> PathBuf for Windows test (fixup #22727) | Manish Goregaokar | -3/+3 |
| 2015-02-25 | Rollup merge of #22787 - pnkfelix:reenable-gate-for-unsafe_no_drop_flag, r=al... | Manish Goregaokar | -0/+23 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -27/+31 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -0/+27 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -134/+356 |
| 2015-02-25 | Auto merge of #22512 - nikomatsakis:issue-20300-where-clause-not-bounds, r=ni... | bors | -0/+273 |
| 2015-02-25 | Turn `unsafe_no_drop_flag` back into a gated-feature. | Felix S. Klock II | -0/+23 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -27/+31 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -2/+2 |
| 2015-02-25 | Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddyb | Manish Goregaokar | -0/+79 |
| 2015-02-25 | Rollup merge of #22752 - ipetkov:unsafe-lint-fix, r=alexcrichton | Manish Goregaokar | -0/+49 |