| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -1/+1 | |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -50/+50 | |
| 2012-12-14 | Remove spawn_listener, spawn_conversation | Brian Anderson | -2/+25 | |
| These are not needed in a pipe-based Rustiverse | ||||
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -8/+8 | |
| 2012-12-13 | librustdoc: Try to unbreak the test. rs=burning | Patrick Walton | -2/+2 | |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -12/+12 | |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -5/+5 | |
| As per #3637. | ||||
| 2012-12-11 | libstd: refactor future, remove with(), remove ~ indirection. | Graydon Hoare | -1/+1 | |
| Conflicts: src/libstd/future.rs | ||||
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -3/+3 | |
| and rename "class" to "struct" everywhere possible (except local vars, I was too lazy for that) -- that is why this commit is so big. No review, just dead code removal and renaming. Closes #3515 | ||||
| 2012-12-05 | librustc: Hook borrow check loan checking up to the moves-based-on-type ↵ | Patrick Walton | -55/+64 | |
| infrastructure. rs=helps-unbreak-the-build | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+290 | |
| 2012-12-03 | librustdoc: Parenthesize closure calls in tests to attempt to put out ↵ | Patrick Walton | -28/+28 | |
| burning tinderbox. rs=rustbot | ||||
| 2012-11-29 | librustc: Eliminate most expressions of the form `a.b()` that are not method ↵ | Patrick Walton | -50/+50 | |
| calls. rs=refactoring | ||||
| 2012-11-28 | rustdoc: More pipe conversion | Brian Anderson | -18/+20 | |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -401/+93 | |
| 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 | -309/+0 | |
| 2012-11-28 | Merge pull request #4032 from catamorphism/getopts | Graydon Hoare | -5/+5 | |
| [libstd] getopts, now with fewer copies | ||||
| 2012-11-27 | rustdoc: Make fold require Clone instead of Copy | Brian Anderson | -41/+110 | |
| 2012-11-26 | Remove the crate language | Brian Anderson | -91/+92 | |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -5/+5 | |
| Change the opt_ functions in getopts to take a reference to a Matches, instead of taking a Matches by-value, as suggested in | ||||
| 2012-11-21 | rustdoc: Fix build error | Brian Anderson | -1/+1 | |
| 2012-11-20 | rustdoc: More demoding | Brian Anderson | -109/+109 | |
| 2012-11-20 | rustdoc: Use more explicit self | Brian Anderson | -46/+46 | |
| 2012-11-20 | rustdoc: Begin removing legacy modes | Brian Anderson | -190/+197 | |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -213/+102 | |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+309 | |
| 2012-11-17 | Merge remote-tracking branch 'brson/codemap' | Brian Anderson | -5/+5 | |
| Conflicts: src/libsyntax/ext/source_util.rs | ||||
| 2012-11-14 | Camel case all the codemap types except span | Brian Anderson | -1/+1 | |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of ↵ | Patrick Walton | -41/+26 | |
| "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson | ||||
| 2012-11-12 | Objectify the codemap | Brian Anderson | -1/+1 | |
| 2012-11-12 | Remove CodeMap box typedef from codemap | Brian Anderson | -4/+4 | |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -0/+6339 | |
| per #3543 | ||||
