| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -3/+3 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+2 | |
| 2011-11-21 | rustc: Remove abi from ast::native_mod | Haitao Li | -1/+22 | |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -1/+1 | |
| This involved adding 'copy' to more generics than I hoped, but an experiment with making it implicit showed that that way lies madness -- unless enforced, you will not remember to mark functions that don't copy as not requiring copyable kind. Issue #1177 | ||||
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-16 | rustc: Use link_name attribute for native function | Haitao Li | -0/+10 | |
| Fixes issue #906 | ||||
| 2011-11-10 | Cleanup unused imports | Haitao Li | -2/+1 | |
| 2011-10-29 | Add the ability to ignore tests by compiler config | Brian Anderson | -0/+8 | |
| [test] [ignore(cfg(target_os = "win32"))] | ||||
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -1/+1 | |
| Closes #1067 | ||||
| 2011-10-07 | Parse and typecheck by-value and by-ref arg specs | Marijn Haverbeke | -3/+3 | |
| Add sprinkle && throughout the compiler to make it typecheck again. Issue #1008 | ||||
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -6/+2 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -21/+21 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -14/+9 | |
| 2011-09-01 | Remove lots of estr code from rustc. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-09-01 | Convert all uses of #ifmt to #fmt. Issue #855 | Brian Anderson | -3/+3 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Parse "",str as istrs. Pretty print istrs as "",str. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Remove std::str. Issue #855 | Brian Anderson | -1/+0 | |
| 2011-08-31 | Convert uses of #fmt to #ifmt. Issue #855 | Brian Anderson | -9/+7 | |
| 2011-08-27 | Convert misc compiler bits to istrs. Issue #855 | Brian Anderson | -2/+3 | |
| 2011-08-27 | Convert rustc::driver::session to istrs. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-08-27 | Convert pretty-printer to istrs. Issue #855 | Brian Anderson | -2/+4 | |
| 2011-08-27 | Convert rest of the AST to istrs. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-08-27 | Convert ast::ident to istr. Issue #855 | Brian Anderson | -5/+7 | |
| 2011-08-23 | Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught ↵ | Graydon Hoare | -1/+1 | |
| kinding-violations in rustc and libstd. | ||||
| 2011-08-22 | Move functions from syntax::ast to syntax::ast_util | Brian Anderson | -1/+2 | |
| This leaves syntax::ast just defining the AST, which strikes me as somewhat nicer | ||||
| 2011-08-20 | Reformat | Brian Anderson | -14/+13 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | Port the compiler to the expr foo::<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-16 | Port the compiler to foo<T> decl syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-16 | Port the compiler to the typaram foo<T> syntax. | Erick Tryzelaar | -5/+5 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -5/+5 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -6/+6 | |
| 2011-08-15 | Make spans into stacks (to store expansion backtraces). | Paul Stansifer | -1/+1 | |
| 2011-08-12 | Remove vecs from std::sort | Brian Anderson | -1/+1 | |
| 2011-08-09 | Port the compiler to the ivec type [T] syntax. | Erick Tryzelaar | -16/+16 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -120/+96 | |
| 2011-07-14 | Flag --test implies '--cfg test'. Issue #428 | Brian Anderson | -0/+6 | |
| So certain code can be conditionally compiled only when building for testing | ||||
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -1/+1 | |
| 2011-07-12 | rustc: Remove exterior vectors from front::attr | Patrick Walton | -7/+6 | |
| 2011-07-06 | rustc: Make meta items into interior vectors | Patrick Walton | -18/+16 | |
| 2011-07-06 | rustc: Convert attribute in the AST to interior vectors | Patrick Walton | -6/+9 | |
| 2011-07-06 | rustc: Revert the conversion to interior vectors due to heap corruption | Patrick Walton | -14/+13 | |
| 2011-07-06 | Temp commit on the way to making meta_item into an interior vector | Patrick Walton | -8/+6 | |
| 2011-07-06 | rustc: Convert attribute in the AST to interior vectors | Patrick Walton | -6/+9 | |
| 2011-07-05 | Change ast::meta_name_value to accept any literal, not just string | Brian Anderson | -3/+30 | |
| This isn't useful for much of anything yet, since metadata::encoder doesn't know how to handle the non-string variants. Issue #611 | ||||
| 2011-07-05 | Error if the link attribute has duplicate items. Issue #614 | Brian Anderson | -0/+16 | |
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -4/+6 | |
| src/comp/syntax is currently just a sub-module of rustc, but it will, in the near future, be its own crate. This includes: - The AST data structure - The parser - The pretty-printer - Visit, walk, and fold - The syntax extension system - Some utility stuff that should be in the stdlib* *) Stdlib extensions currently require a snapshot before they can be used, and the win build is very broken right now. This is temporary and will be cleaned up when one of those problems goes away. A lot of code was moved by this patch, mostly towards a more organized layout. Some package paths did get longer, and I guess the new layout will take some getting used to. Sorry about that! Please try not to re-introduce any dependencies in syntax/ on any of the other src/comp/ subdirs. | ||||
| 2011-07-01 | Add some FIXMEs for issue #607 | Brian Anderson | -1/+4 | |
| 2011-07-01 | Add some logging to attr when reading crate link attributes | Brian Anderson | -2/+1 | |
| Only link attributes of the meta_list type are considered when matching crate attributes. Instead of doing nothing we can at least log that link attributes of other types were ignored. | ||||
| 2011-07-01 | Cleanup attribute code. Issue #487 | Brian Anderson | -2/+9 | |
