| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -74/+74 | |
| 2012-08-22 | intern identifiers | Paul Stansifer | -15/+17 | |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -67/+67 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -174/+166 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -1/+1 | |
| 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 | -78/+78 | |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -7/+0 | |
| 2012-07-31 | rustc: Parse by-reference pattern bindings with the "ref" keyword | Patrick Walton | -9/+9 | |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -9/+9 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -74/+74 | |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -2/+9 | |
| New style is allow(foo), warn(foo), deny(foo) and forbid(foo), mirrored by -A foo, -W foo, -D foo and -F foo on command line. These replace -W no-foo, -W foo, -W err-foo, respectively. Forbid is new, and means "deny, and you can't override it". | ||||
| 2012-07-25 | More purity to make it easier to borrow strings in format strings. | Eric Holk | -1/+1 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -2/+2 | |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -1/+0 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -371/+378 | |
| #2907. | ||||
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -1/+1 | |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -5/+5 | |
| 2012-07-09 | Switch 'cont' to 'again' everywhere. Close #2229. | Graydon Hoare | -4/+4 | |
| 2012-07-06 | cargo: Fix building dependencies | Erick Tryzelaar | -2/+2 | |
| 2012-07-05 | Mostly change TODOs to FIXMEs and annotate them | Tim Chevalier | -5/+7 | |
| But, one change in io to implement a TODO suggestion (using a const u8) | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -44/+42 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -4/+4 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -63/+63 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -52/+56 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -11/+12 | |
| 2012-06-21 | Remove some singleton vector appends. | Eric Holk | -2/+2 | |
| 2012-06-21 | Comments only: annotate FIXMEs in cargo | Tim Chevalier | -4/+5 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -2/+2 | |
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -9/+1 | |
| 2012-06-13 | Merge remote-tracking branch 'erickt/master' into incoming | Brian Anderson | -13/+13 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -16/+16 | |
| 2012-06-13 | cargo: Recursively copy install fragments | Erick Tryzelaar | -1/+1 | |
| This is useful on OS X in order to handle the .dSYM files. | ||||
| 2012-06-13 | Fix cargo not making ./.cargo dir | Erick Tryzelaar | -1/+1 | |
| 2012-06-13 | Make cargo a little more ideomatic | Erick Tryzelaar | -11/+11 | |
| 2012-06-12 | Fix json no-implicit-copy warnings | Erick Tryzelaar | -21/+21 | |
| 2012-06-12 | Clean up cargo imports. | Erick Tryzelaar | -3/+0 | |
| 2012-06-12 | std: Add a to_str impl for json::error. | Erick Tryzelaar | -3/+4 | |
| 2012-06-12 | cargo: remove leading underscores | Erick Tryzelaar | -24/+24 | |
| 2012-06-10 | cargo: Do builds under ./.cargo/work in local mode | Brian Anderson | -1/+1 | |
| Doing builds outside of the cwd is breaking rustc's logic for locating crates in ./.cargo/lib. Ideally, cargo would not be changing directories at all. | ||||
| 2012-06-09 | cargo: Update for recent language changes | Brian Anderson | -95/+91 | |
| 2012-06-09 | Merge remote-tracking branch 'z0w0/cargo-deps' | Brian Anderson | -249/+1004 | |
| Conflicts: src/cargo/cargo.rs | ||||
| 2012-06-09 | Revert "Merge remote-tracking branch 'z0w0/cargo-deps'" | Brian Anderson | -1004/+249 | |
| This reverts commit 106fe8b5e8f97e824c18694410c7b64c0afc6589, reversing changes made to 748bd12dc787a486e102be5ae19b2b1fb3263c0c. | ||||
| 2012-06-09 | Revert "cargo: Add a FIXME about immutability" | Brian Anderson | -2/+0 | |
| This reverts commit 978ff7972c828e2a2e4b39ed503f05be76f3424f. | ||||
| 2012-06-09 | cargo: Add a FIXME about immutability | Brian Anderson | -0/+2 | |
| 2012-06-09 | Merge remote-tracking branch 'z0w0/cargo-deps' | Brian Anderson | -249/+1004 | |
| Conflicts: src/cargo/cargo.rs | ||||
| 2012-06-07 | Cargo: Added experimental dependency support (solves from crate files) | Zack Corr | -95/+291 | |
| 2012-06-06 | avoid unnecessary by-mut-ref in cargo | Niko Matsakis | -3/+3 | |
| 2012-06-06 | Cargo: Added new source scheme, added sources CLI management, added source ↵ | Zack Corr | -189/+748 | |
| dumping | ||||
| 2012-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -2/+2 | |
