| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -874/+0 | |
| per #3543 | ||||
| 2012-10-12 | Make moves explicit in rustdoc | Tim Chevalier | -9/+10 | |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -2/+3 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -14/+14 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -6/+6 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -2/+5 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -4/+4 | |
| 2012-09-19 | rustdoc: Hide impl __extensions__ name in index | Brian Anderson | -1/+1 | |
| 2012-09-19 | rustdoc: Begin support for structs | Brian Anderson | -1/+19 | |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -4/+8 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -125/+125 | |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -1/+1 | |
| This reverts commit 3b013cd800ce675a445220105911bbefd2427e47. | ||||
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -1/+1 | |
| 2012-09-05 | rustdoc: "import" -> "use" | Patrick Walton | -4/+4 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -8/+8 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -12/+12 | |
| 2012-08-25 | Fix some unused variable warnings | Brian Anderson | -1/+1 | |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -1/+1 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -24/+24 | |
| 2012-08-14 | rustdoc: Process markdown pages in sequence. Closes #2484 | Brian Anderson | -1/+3 | |
| 2012-08-08 | rustdoc: Update for new impl syntax | Brian Anderson | -8/+22 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+0 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -11/+11 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -36/+36 | |
| 2012-08-03 | rustc: Remove all fixed-length strings from our codebase | Patrick Walton | -1/+1 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -3/+3 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-08-01 | Convert ret to return | Brian Anderson | -6/+6 | |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -4/+4 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -20/+20 | |
| 2012-07-18 | syntax: Parse multiple trait refs in a single implementation | Patrick Walton | -7/+9 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -5/+7 | |
| 2012-07-17 | Get rustdoc working with std::par instead of its own par library. Closes #2885. | Zack Corr | -2/+2 | |
| 2012-07-16 | replace core::tuple functions with methods | Gareth Daniel Smith | -2/+2 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -126/+128 | |
| #2907. | ||||
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -11/+11 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -1/+1 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 | |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -2/+2 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -6/+6 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -11/+11 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -6/+6 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -10/+10 | |
| 2012-06-28 | Get rid of some spurious /~s in rustdoc. Oops. | Michael Sullivan | -5/+5 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -4/+4 | |
| This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI. | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -13/+13 | |
| 2012-06-25 | Remove resources from a few places I missed | Tim Chevalier | -12/+0 | |
| 2012-06-24 | Remove resources | Tim Chevalier | -9/+0 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -4/+4 | |
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -2/+2 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -3/+3 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
