| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 | |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-30 | libs: Remove transitionary material on iter_bytes, add workcache to build. | Graydon Hoare | -9/+0 | |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -6/+1 | |
| 2012-11-29 | libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks ↵ | Patrick Walton | -5/+0 | |
| useful function argument patterns. Add a test for the latter. r=brson | ||||
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -12/+0 | |
| Conflicts: src/compiletest/compiletest.rs src/libcargo/cargo.rs src/libcore/core.rs src/librustc/rustc.rs src/librustdoc/rustdoc.rc | ||||
| 2012-11-28 | Register snapshots | Brian Anderson | -12/+0 | |
| 2012-11-28 | librustc: Add explicit self to IterBytes. r=nmatsakis | Patrick Walton | -0/+9 | |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+12 | |
| 2012-11-06 | Cleanup how we handle proto in types, remove unsound subtyping | Niko Matsakis | -66/+0 | |
| Fixes #1896 which was never truly fixed, just masked. The given tests would have failed had they used `~fn()` and not `@fn()`. They now result in compilation errors. Fixes #2978. Necessary first step for #2202, #2263. | ||||
| 2012-10-23 | Remove <- operator from the compiler | Tim Chevalier | -0/+10 | |
| Yield an obsolete syntax error on things like "let foo <- bar;" and "foo <- bar;" r=brson Progress on #3466 | ||||
| 2012-10-20 | Parse and report obsolete fixed-length vector syntax | Brian Anderson | -1/+68 | |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -3/+3 | |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -1/+6 | |
| and test cases. Closes #3513 | ||||
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+1 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -11/+0 | |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+7 | |
| an explicit variable name. (Step one to changing the defaults) First step to #3535 | ||||
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+11 | |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -1/+1 | |
| also, change DVec() to work with imm vectors rather than mut ones | ||||
| 2012-09-11 | Remove priv sections from classes. Obsolete the syntax | Brian Anderson | -1/+21 | |
| 2012-09-10 | Report obsolete trait lists on structs | Brian Anderson | -0/+6 | |
| 2012-09-10 | Report obsolete class method syntax | Brian Anderson | -1/+6 | |
| 2012-09-08 | libsyntax: Parse and report errors for a few obsolete syntaxes | Brian Anderson | -0/+145 | |
