| Age | Commit message (Expand) | Author | Lines |
| 2012-01-11 | rustc: Don't allow empty link_name when nolink attribute is present | Brian Anderson | -0/+7 |
| 2012-01-10 | Add support for casting enum-like tags to scalar values. | Kevin Atkinson | -0/+12 |
| 2012-01-10 | Support explicit discriminant numbers on tag variants. | Kevin Atkinson | -0/+22 |
| 2012-01-10 | rename sendfn to fn~, lambda to fn@ | Niko Matsakis | -4/+2 |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -13/+13 |
| 2012-01-09 | Fix error message case in two cfail test | Marijn Haverbeke | -2/+2 |
| 2012-01-09 | Fix #1474: check that block args resolved to bare fns do not make use of upvars | Niko Matsakis | -0/+7 |
| 2012-01-06 | update to use new spawn syntax | Niko Matsakis | -3/+1 |
| 2012-01-06 | Disallow variable names that shadow tags in scope | Tim Chevalier | -0/+14 |
| 2012-01-05 | rustc: Configure out #[test] functions when not testing | Brian Anderson | -0/+7 |
| 2012-01-05 | correct test to reference right value | Niko Matsakis | -1/+1 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -0/+13 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -2/+2 |
| 2012-01-04 | extend tester so that error msgs can be attached to lines | Niko Matsakis | -2/+1 |
| 2012-01-03 | Allow tail expressions even in no_value blocks. Type checker | Niko Matsakis | -7/+7 |
| 2012-01-02 | Fix expected error messages for better printing of ty_ptr | Marijn Haverbeke | -2/+2 |
| 2011-12-28 | On second thought, re-land pull request #1385 with backquotes; easier to grep... | Graydon Hoare | -15/+15 |
| 2011-12-25 | Use singlequotes in the typechecker too, to distinguish code and English | Lenny222 | -17/+17 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -82/+82 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -4/+4 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -103/+142 |
| 2011-12-22 | Remove trivial cast checker | Marijn Haverbeke | -17/+0 |
| 2011-12-21 | add tests I forgot to add | Niko Matsakis | -0/+12 |
| 2011-12-21 | valid cap clause for kind-ness too | Niko Matsakis | -0/+10 |
| 2011-12-20 | test: Remove 'error:' from error pattern | Haitao Li | -5/+5 |
| 2011-12-19 | implement capture clauses (move, in particular) and integrate | Niko Matsakis | -0/+30 |
| 2011-12-19 | resolve capture clauses | Niko Matsakis | -0/+12 |
| 2011-12-19 | when collecting free vars, track the span where it is used too | Niko Matsakis | -0/+6 |
| 2011-12-19 | impl the proper partial order between fn types | Niko Matsakis | -0/+10 |
| 2011-12-19 | Use quotes around tokens in parser error messages to make them more readable | Marijn Haverbeke | -2/+2 |
| 2011-12-18 | Only look for a matching method when normal field access fails | Marijn Haverbeke | -3/+3 |
| 2011-12-16 | allow #[link_args] with #[nolink]. For now, fail if two modules link same lib... | Graham Fawcett | -0/+28 |
| 2011-12-16 | implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em... | Graham Fawcett | -0/+5 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -2/+2 |
| 2011-12-14 | Fixed type resolution error in math tests | Stefan Plantikow | -3/+1 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -19/+19 |
| 2011-12-07 | Check for literals that are out of range for their type | Marijn Haverbeke | -0/+3 |
| 2011-12-05 | typeck: Fix for #932 | Stefan Plantikow | -0/+4 |
| 2011-12-02 | parse: typeck: enabling trivial casts of tail-call return values | Stefan Plantikow | -0/+19 |
| 2011-12-02 | Be less specific in 'unresolved import' error patterns | Marijn Haverbeke | -6/+6 |
| 2011-12-02 | Make import ignore imports coming after them | Marijn Haverbeke | -2/+2 |
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -3/+0 |
| 2011-11-23 | Rollback return-by-reference | Marijn Haverbeke | -69/+0 |
| 2011-11-22 | Properly check for copies when constructing a record using with | Marijn Haverbeke | -0/+13 |
| 2011-11-22 | Only warn about unreachable range patterns when appropriate | Marijn Haverbeke | -9/+3 |
| 2011-11-21 | Add a pass that checks that blocks are only used in safe ways | Marijn Haverbeke | -6/+3 |
| 2011-11-18 | Add some tests for new kind system | Marijn Haverbeke | -56/+0 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -171/+21 |
| 2011-11-18 | Preparation for kind system overhaul | Marijn Haverbeke | -0/+16 |
| 2011-11-17 | rustc: Add a flag '--warn-unused-imports' | Haitao Li | -0/+1 |