| Age | Commit message (Expand) | Author | Lines |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -0/+150 |
| 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 | 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 | 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 |
| 2014-08-11 | librustc: Add an intrinsic to retrieve the return pointer of a function. | Patrick Walton | -0/+43 |
| 2014-08-11 | Reenable ignored test and add run-pass test. | Luqman Aden | -0/+96 |
| 2014-08-11 | Fix many-crates-but-no-match test. (Issue #16348) | Vadim Chugunov | -2/+2 |
| 2014-08-11 | auto merge of #16196 : huonw/rust/fail-dead-code, r=alexcrichton | bors | -0/+92 |
| 2014-08-11 | core/std: squash dead_code warnings from fail! invocations. | Huon Wilson | -1/+55 |
| 2014-08-10 | auto merge of #16182 : jbcrail/rust/fix-test-comments, r=sfackler | bors | -32/+32 |
| 2014-08-10 | auto merge of #16185 : luqmana/rust/match-drop, r=pcwalton | bors | -0/+102 |
| 2014-08-10 | lint: dead_code ignores items with leading underscores. | Huon Wilson | -0/+38 |
| 2014-08-09 | Fix misspelled comments for tests. | Joseph Crail | -32/+32 |
| 2014-08-09 | auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichton | bors | -3/+12 |
| 2014-08-09 | auto merge of #16350 : hirschenberger/rust/issue-15917, r=alexcrichton | bors | -0/+2 |
| 2014-08-09 | librustc: Also use new alloca if matching on an arg or upvar which we reassig... | Luqman Aden | -2/+46 |
| 2014-08-09 | librustc: Don't use the same alloca for match binding which we reassign to in... | Luqman Aden | -0/+58 |
| 2014-08-09 | auto merge of #16253 : luqmana/rust/muv, r=nikomatsakis | bors | -0/+54 |
| 2014-08-09 | Add tests. | Luqman Aden | -0/+54 |
| 2014-08-09 | auto merge of #16326 : pnkfelix/rust/fsk-add-path-suffix-lookup, r=huonw | bors | -0/+82 |
| 2014-08-09 | pretty printer: Added some `run-make` tests of path-suffix lookup functionality. | Felix S. Klock II | -0/+82 |
| 2014-08-09 | auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichton | bors | -38/+71 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -2/+26 |
| 2014-08-09 | move a test into a run make, to check external affect rather than | Huon Wilson | -36/+26 |
| 2014-08-08 | don't translate items when monomorphizing foreign-ABI functions | Stuart Pernsteiner | -3/+12 |
| 2014-08-08 | Adding test for issue #15917 which was previously fixed with #15709 | Falco Hirschenberger | -0/+2 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -83/+83 |
| 2014-08-07 | auto merge of #16334 : nikomatsakis/rust/mission-snapshot, r=achrichto | bors | -47/+0 |