| Age | Commit message (Expand) | Author | Lines |
| 2014-05-01 | auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton | bors | -1/+1 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -19/+19 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -19/+19 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -2/+2 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -0/+62 |
| 2014-04-30 | auto merge of #12740 : nical/rust/json-streaming, r=erickt | bors | -1/+1 |
| 2014-04-29 | auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brson | bors | -0/+78 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -0/+78 |
| 2014-04-29 | auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestinger | bors | -0/+10 |
| 2014-04-29 | rustc: Enable -f{function,data}-sections | Alex Crichton | -0/+10 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -2/+2 |
| 2014-04-27 | auto merge of #13811 : alexcrichton/rust/closed-issues, r=sfackler | bors | -0/+214 |
| 2014-04-27 | test: Add tests for closed issues | Alex Crichton | -0/+214 |
| 2014-04-28 | test: Fix run-make on windows | klutzy | -12/+94 |
| 2014-04-27 | Fix test issue-4016.rs with the json API change | Nicolas Silva | -1/+1 |
| 2014-04-27 | test: Rename a test to bypass UAC on windows | klutzy | -0/+0 |
| 2014-04-26 | auto merge of #13769 : alexcrichton/rust/restrict-some-scopes, r=huonw | bors | -0/+20 |
| 2014-04-25 | rustc: Restrict the scope of a borrow on def_map | Alex Crichton | -0/+20 |
| 2014-04-25 | auto merge of #13741 : klutzy/rust/test-reachable, r=alexcrichton | bors | -157/+66 |
| 2014-04-25 | test: Remove/update some old ignored tests | klutzy | -148/+42 |
| 2014-04-25 | test: Enable extern-fn-reachable test | klutzy | -19/+34 |
| 2014-04-24 | auto merge of #13700 : BurntSushi/rust/regexp, r=alexcrichton | bors | -0/+124 |
| 2014-04-25 | Ignore regex tests (regular, cfail and benchmark) on Windows (for now). | Andrew Gallant | -0/+4 |
| 2014-04-25 | Cleaned up os::consts. The module only exposes constants for the target OS an... | Michael Darakananda | -4/+4 |
| 2014-04-25 | Add a regex crate to the Rust distribution. | Andrew Gallant | -0/+120 |
| 2014-04-24 | auto merge of #13671 : dcrewi/rust/lint-directives-on-use-items, r=alexcrichton | bors | -0/+33 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -2/+2 |
| 2014-04-24 | auto merge of #13715 : nick29581/rust/unsized-assign2, r=nikomatsakis | bors | -12/+44 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -0/+30 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -10/+50 |
| 2014-04-24 | auto merge of #13531 : alexcrichton/rust/fix-some-ices, r=brson | bors | -0/+39 |
| 2014-04-23 | auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichton | bors | -0/+26 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+26 |
| 2014-04-23 | auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichton | bors | -21/+27 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -21/+27 |
| 2014-04-24 | Prevent unsized types being stored in variables | Nick Cameron | -12/+44 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -0/+30 |
| 2014-04-23 | auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton | bors | -27/+3 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -27/+3 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -13/+78 |
| 2014-04-23 | rustc: Don't die when a crate id can't be inferred | Alex Crichton | -0/+20 |
| 2014-04-23 | rustc: Give a friendlier error when writing deps | Alex Crichton | -0/+19 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -13/+14 |
| 2014-04-23 | rustc: Tweak the borrow on closure invocations | Alex Crichton | -0/+64 |
| 2014-04-23 | auto merge of #13689 : alexcrichton/rust/ignore-tcp-connect-freebsd, r=brson | bors | -4/+4 |
| 2014-04-23 | rustc: Remove moved_variables_set | Flavio Percoco | -7/+14 |
| 2014-04-23 | Update tests and move other tests around | Flavio Percoco | -1/+283 |
| 2014-04-23 | rustc: Remove root_map usage from lifetime | Flavio Percoco | -58/+0 |
| 2014-04-23 | Remove special rooting code from trans | Flavio Percoco | -191/+0 |