| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-08 | Auto merge of #23145 - semarie:openbsd-5806, r=alexcrichton | bors | -0/+1 | |
| follow freebsd due to last deprecation of `std::old_io::fs` | ||||
| 2015-03-07 | disable test for issue-5806 on openbsd | Sébastien Marie | -0/+1 | |
| follow freebsd due to last deprecation of std::old_io::fs | ||||
| 2015-03-06 | syntax: Remove deprecated unicode escapes | Alex Crichton | -22/+0 | |
| These have been deprecated for quite some time, so we should be good to remove them now. | ||||
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -4/+4 | |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -11/+4 | |
| This commit deprecates the majority of std::old_io::fs in favor of std::fs and its new functionality. Some functions remain non-deprecated but are now behind a feature gate called `old_fs`. These functions will be deprecated once suitable replacements have been implemented. The compiler has been migrated to new `std::fs` and `std::path` APIs where appropriate as part of this change. | ||||
| 2015-02-27 | obsolete `|&:|` syntax | Jorge Aparicio | -0/+18 | |
| closes #22881 | ||||
| 2015-02-24 | Rollup merge of #22720 - edwardw:enum-struct-ident-walk-into-a-bar, r=nick29581 | Manish Goregaokar | -0/+44 | |
| Closes #22589 Closes #22647 Closes #22665 Closes #22712 | ||||
| 2015-02-24 | Add tests for expect ident but find enum or struct panic | Edward Wang | -0/+44 | |
| Closes #22589 Closes #22647 Closes #22665 Closes #22712 | ||||
| 2015-02-24 | Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichton | Manish Goregaokar | -3/+2 | |
| Toss the tomatoes! r? @aturon Fixes #22478. The underlying bug(?) behind that issue still exists though and there’s another issue that reports it. | ||||
| 2015-02-22 | Fix test fallouts | Flavio Percoco | -3/+5 | |
| 2015-02-21 | Kill fmt::Show and fmt::String with fire! | Simonas Kazlauskas | -3/+2 | |
| Toss the tomatoes! | ||||
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -5/+5 | |
| Conflicts: src/librustc_trans/trans/tvec.rs | ||||
| 2015-02-16 | Move remaning compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -5/+1635 | |
| 2015-02-10 | rollup merge of #21918: ranma42/replace-be | Alex Crichton | -14/+0 | |
| Conflicts: src/test/compile-fail/reserved-be.rs src/test/compile-fail/reserved-become.rs src/test/parse-fail/reserved-be.rs | ||||
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -0/+2172 | |
