| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2015-02-24 | Rework trait-bound-conversion so be based on the AST and rework collect | Niko Matsakis | -10/+202 |
| 2015-02-24 | Comprehence cycle detection in `collect`. In some cases, the cycles we | Niko Matsakis | -0/+81 |
| 2015-02-24 | Auto merge of #22530 - rprichard:master, r=dotdash | bors | -0/+1 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -15/+15 |
| 2015-02-24 | Fix fallout from allowing impls outside of the type's definition module. | Eduard Burtescu | -8/+4 |
| 2015-02-24 | Fix fallout from correct stability handling in UFCS. | Eduard Burtescu | -7/+144 |
| 2015-02-24 | tests: add two new run-pass tests for method behavior after UFCS. | Eduard Burtescu | -0/+69 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -0/+11 |
| 2015-02-24 | tests: remove warnings from and rename const-polymorphic-paths to ufcs-polymo... | Eduard Burtescu | -32/+32 |
| 2015-02-24 | rustc_resolve: don't handle impl items as if they were modules. | Eduard Burtescu | -42/+41 |
| 2015-02-24 | Use partial path resolutions in expressions for UFCS desugaring. | Eduard Burtescu | -2/+14 |