| Age | Commit message (Expand) | Author | Lines |
| 2013-08-26 | Add script and tests for using keywords as identifiers | Florian Hahn | -0/+450 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -47/+47 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -2/+2 |
| 2013-08-23 | Emit a better error for attempted unsafe-pointer-self. Close #8306. | Ben Blum | -0/+22 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -0/+13 |
| 2013-08-23 | auto merge of #8677 : bblum/rust/scratch, r=alexcrichton | bors | -0/+21 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -5/+12 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -0/+14 |
| 2013-08-21 | auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphism | bors | -0/+164 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -0/+135 |
| 2013-08-21 | oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f... | Ben Blum | -2/+4 |
| 2013-08-21 | testsuite: Test for #6132 | Tim Chevalier | -0/+24 |
| 2013-08-21 | rustc: More helpful error message when using a struct type like a function | Tim Chevalier | -0/+19 |
| 2013-08-21 | Testsuite: Test for #7013. Closes #7013 | Tim Chevalier | -0/+43 |
| 2013-08-21 | testsuite: Tests for #6458. Closes #6458 | Tim Chevalier | -0/+78 |
| 2013-08-21 | Only bug on self-not-mapped-to-def if no previous errors were present. Close ... | Ben Blum | -0/+21 |
| 2013-08-21 | oops, xfail-fast the cross-crate superkind tests | Ben Blum | -0/+2 |
| 2013-08-21 | Prohibit assignment to `&mut` pointers that are found in frozen or borrowed l... | Niko Matsakis | -0/+31 |
| 2013-08-21 | Change type of extern fns from `*u8` to `extern "ABI" fn` | Niko Matsakis | -5/+12 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -2/+0 |
| 2013-08-20 | Add tests for self type using builtin kinds. (#7083) | Ben Blum | -0/+26 |
| 2013-08-20 | Fixup style of test cases for #7083 | Ben Blum | -3/+14 |
| 2013-08-20 | Add tests for #7083. | Ben Blum | -0/+75 |
| 2013-08-20 | Prevent Send, Freeze, and Sized from being manually implemented. Close #8517. | Ben Blum | -0/+19 |
| 2013-08-19 | Don't skip token after @'static | Kevin Ballard | -0/+14 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -5/+5 |
| 2013-08-18 | auto merge of #8556 : sfackler/rust/quote, r=alexcrichton | bors | -5/+5 |
| 2013-08-18 | auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestinger | bors | -41/+0 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -5/+5 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -2/+2 |
| 2013-08-17 | auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichton | bors | -0/+13 |
| 2013-08-18 | fix for #8088 (Cannot name a struct field `new` due to ancient syntax) | Do Nhat Minh | -2/+0 |
| 2013-08-16 | Remove obsolete error message regarding do-blocks with internal iters | Kevin Ballard | -41/+0 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -1/+23 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -2/+2 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -1/+23 |
| 2013-08-15 | Fix error message when trait method ends with wrong token | Kevin Ballard | -0/+13 |
| 2013-08-15 | auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphism | bors | -0/+59 |
| 2013-08-15 | auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism | bors | -0/+15 |
| 2013-08-14 | rustc: Eliminate a derived error in check::_match | Tim Chevalier | -2/+29 |
| 2013-08-13 | auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan | bors | -0/+22 |
| 2013-08-13 | Add a bunch of tests for closed issues | Alex Crichton | -0/+59 |
| 2013-08-13 | Add test for repeat expr in statics. | Luqman Aden | -0/+15 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -7/+49 |
| 2013-08-12 | rustc: Give a hint when a static method call has fewer than expected type par... | Tim Chevalier | -0/+22 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -1/+73 |
| 2013-08-11 | tests: Add new tests for borrowck/objects and update some existing tests | Niko Matsakis | -2/+178 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -0/+40 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -14/+30 |