| Age | Commit message (Expand) | Author | Lines |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-18 | auto merge of #16568 : jakub-/rust/needstest, r=pcwalton | bors | -0/+90 |
| 2014-08-18 | auto merge of #16450 : klutzy/rust/win-fixme-cleanup, r=alexcrichton | bors | -16/+0 |
| 2014-08-18 | Remove workaround of #13793/#10872 | klutzy | -8/+0 |
| 2014-08-18 | regex: Enable test on Windows | klutzy | -8/+0 |
| 2014-08-18 | auto merge of #16567 : jakub-/rust/issue-16149, r=pcwalton | bors | -0/+22 |
| 2014-08-18 | Add missing tests for fixed issues | Jakub Wieczorek | -0/+90 |
| 2014-08-18 | Forbid extern statics from appearing in patterns | Jakub Wieczorek | -0/+22 |
| 2014-08-17 | Fix type checking of struct fields in patterns of type ty_err | Jakub Wieczorek | -0/+36 |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -7/+239 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -260/+97 |
| 2014-08-16 | auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichton | bors | -0/+63 |
| 2014-08-15 | auto merge of #16493 : kballard/rust/fix_drop_field_order, r=pnkfelix | bors | -0/+80 |
| 2014-08-15 | Fix the order in which struct fields drop | Kevin Ballard | -0/+80 |
| 2014-08-15 | debuginfo: Add a "no_debug" attribute that allows to exclude functions from d... | Michael Woerister | -0/+45 |
| 2014-08-15 | Properly canonicalize crate paths specified via --extern | Björn Steinbrink | -0/+63 |
| 2014-08-15 | auto merge of #16494 : pnkfelix/rust/fsk-quotstx-followup, r=alexcrichton | bors | -0/+40 |
| 2014-08-15 | auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis | bors | -0/+150 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -30/+33 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -0/+150 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -33/+33 |
| 2014-08-14 | auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelix | bors | -0/+267 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -0/+267 |
| 2014-08-14 | auto merge of #16484 : dotdash/rust/empty_struct_wrapper_arg, r=luqmana | bors | -0/+17 |
| 2014-08-14 | Followup to PR #16477: a run-pass regression test for Issue #15750. | Felix S. Klock II | -0/+40 |
| 2014-08-14 | Make it pass the pretty-printer test. | Vadim Chugunov | -3/+3 |
| 2014-08-14 | auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichton | bors | -0/+52 |
| 2014-08-14 | auto merge of #16477 : pnkfelix/rust/fsk-quotstx, r=brson | bors | -0/+129 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -0/+52 |
| 2014-08-13 | Fix test fallout | Brian Anderson | -3/+4 |
| 2014-08-14 | Fix handling of ignored arguments in FFI wrappers for rust functions | Björn Steinbrink | -0/+17 |
| 2014-08-13 | std: Make connect_timeout return Err on zero duration | Brian Anderson | -0/+11 |
| 2014-08-13 | Fix various fallout from timer changes | Brian Anderson | -7/+13 |
| 2014-08-13 | rustc lexer: regression tests for embedded Idents. | Felix S. Klock II | -0/+129 |
| 2014-08-13 | auto merge of #16460 : pcwalton/rust/borrowck-closure-issue, r=nikomatsakis | bors | -0/+25 |
| 2014-08-13 | auto merge of #16458 : pcwalton/rust/borrowck-for-moves, r=nikomatsakis | bors | -0/+33 |
| 2014-08-12 | librustc: Use the correct categorized mutable type for the pattern in | Patrick Walton | -0/+33 |
| 2014-08-12 | auto merge of #16433 : aturon/rust/deprecated-in-crate, r=alexcrichton | bors | -18/+17 |
| 2014-08-12 | librustc: Record unique immutable borrows in the restrictions table. | Patrick Walton | -0/+25 |
| 2014-08-12 | Enable deprecation lint on crate-local items | Aaron Turon | -18/+17 |
| 2014-08-12 | auto merge of #16454 : pcwalton/rust/types-in-path-patterns, r=brson | bors | -0/+17 |
| 2014-08-12 | auto merge of #16081 : luqmana/rust/nr, r=pcwalton | bors | -0/+170 |
| 2014-08-12 | libsyntax: Don't strip types and lifetimes from single-segment paths in | Patrick Walton | -0/+17 |
| 2014-08-12 | auto merge of #16434 : vadimcn/rust/many-crates-but-no-match, r=alexcrichton | bors | -2/+2 |
| 2014-08-12 | auto merge of #16425 : nham/rust/fix_nan_format, r=alexcrichton | bors | -0/+18 |
| 2014-08-12 | Replace "ignore-win32" in tests with "ignore-windows" | Vadim Chugunov | -27/+27 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -3/+6 |
| 2014-08-12 | auto merge of #16284 : alexcrichton/rust/issue-16272, r=aturon | bors | -3/+46 |
| 2014-08-11 | Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a... | nham | -0/+18 |
| 2014-08-11 | librustc: Don't allow return_address intrinsic in functions that don't use an... | Luqman Aden | -1/+32 |