| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-08-01 | Convert ret to return | Brian Anderson | -25/+27 | |
| 2012-07-31 | rustc: "paramerization" -> "parameterization" in driver | Patrick Walton | -1/+1 | |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -30/+30 | |
| 2012-07-31 | std: getopts::match -> matches | Brian Anderson | -1/+1 | |
| 2012-07-30 | Frontend bits for #2317, general const-expr classification. | Graydon Hoare | -0/+3 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -6/+6 | |
| 2012-07-30 | Feed the interner to the pretty-printer, in anticipation of pretty-printing ↵ | Paul Stansifer | -1/+2 | |
| token trees. | ||||
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -2/+2 | |
| The only use of the old-style impls is now placement new. | ||||
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -12/+26 | |
| 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 | rustc: Introduce a lang_items pass, part of coherence and operator overloading. | Patrick Walton | -0/+3 | |
| This will also help us remove kinds. | ||||
| 2012-07-25 | Added debug flag to enable LLVM debug output. | Elliott Slaughter | -0/+4 | |
| 2012-07-23 | Move fail upcall into rust libcore. | Elliott Slaughter | -3/+4 | |
| 2012-07-20 | Remove what's left of resolve1 | Tim Chevalier | -1/+1 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -19/+24 | |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -3/+0 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -146/+150 | |
| #2907. | ||||
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -7/+7 | |
| 2012-07-11 | infer when types are region parameterized rather than requiring /& | Niko Matsakis | -1/+5 | |
| - removes various fields from various variants in the AST - also update tests not to use this notation | ||||
| 2012-07-09 | rustc: Switch over to resolve3 | Patrick Walton | -20/+3 | |
| 2012-07-09 | Revert "rustc: Switch over to resolve3" due to Linux failures | Patrick Walton | -3/+20 | |
| This reverts commit 2c0aa257e293dde91042a8045100d9923d139a04. | ||||
| 2012-07-09 | rustc: Switch over to resolve3 | Patrick Walton | -20/+3 | |
| 2012-07-09 | rustc: Add some changes I missed | Patrick Walton | -3/+20 | |
| 2012-07-09 | rustc: Switch to the new resolution pass | Patrick Walton | -20/+3 | |
| 2012-07-06 | Revert "rustc: Switch to the new resolution pass" | Niko Matsakis | -3/+20 | |
| This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports. | ||||
| 2012-07-06 | rustc: Switch to the new resolution pass | Patrick Walton | -20/+3 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -6/+6 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -83/+75 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -75/+94 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -11/+11 | |
| 2012-06-28 | Merge branch 'master' of github.com:mozilla/rust into incoming | Eric Holk | -3/+3 | |
| 2012-06-28 | Don't use literal info from the original source when pretty printing ↵ | Michael Sullivan | -8/+8 | |
| expanded ASTs. | ||||
| 2012-06-28 | Replaced almost all vector+ in rustc (#2719) | Eric Holk | -3/+3 | |
| Didn't update shape because the changes were causing segfaults. | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -10/+10 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -12/+12 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -47/+59 | |
| 2012-06-17 | Issue #2633: remove last_use entries that are subject to a loan | Niko Matsakis | -1/+2 | |
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -10/+4 | |
| 2012-06-14 | Remove a workaround | Tim Chevalier | -2/+2 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -9/+9 | |
| 2012-06-08 | remove alias analysis and replace with borrowck | Niko Matsakis | -16/+3 | |
| This reverts commit 7ef825bb607c4e934c92bd0b73ecbc4c24f3286b. | ||||
| 2012-06-07 | Revert "remove alias analysis and replace with borrowck" | Brian Anderson | -3/+16 | |
| 18s perf regression compiling rustc with opts This reverts commit 7f6ee0ce0df8af4c21b065cb49b95079ae643f77. | ||||
| 2012-06-07 | remove alias analysis and replace with borrowck | Niko Matsakis | -16/+3 | |
| cc #2540 | ||||
| 2012-06-06 | rustc: Enable #[cfg(windows)] and #[cfg(unix)] | Brian Anderson | -0/+1 | |
| 2012-06-06 | rustc: Add 'target_family' to default configuration | Brian Anderson | -0/+1 | |
| 2012-06-06 | Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures" | Tim Chevalier | -2/+2 | |
| This reverts commit 9fae95860de510f6874810cf43efb83f101246ef. | ||||
| 2012-06-04 | Heavily rework lint infrastructure. Split it into two passes: one that ↵ | Michael Sullivan | -5/+8 | |
| builds the table and one that does the checks. Build the table early and make session know about it fo reasy use. | ||||
| 2012-06-04 | Make how lint handles unknown warn directives configurable by lint (default ↵ | Michael Sullivan | -2/+4 | |
| to warn). Closes #2480. | ||||
| 2012-05-31 | Have lint build up a table of the warning settings on a per item basis for ↵ | Michael Sullivan | -2/+3 | |
| later use. | ||||
| 2012-05-31 | Time lint in the driver like every other pass, instead of in lint. | Michael Sullivan | -1/+2 | |
