about summary refs log tree commit diff
path: root/src/comp/front/attr.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-308/+0
2012-02-09Remove some pointless importsMarijn Haverbeke-1/+0
2012-01-31Change option::t to optionTim Chevalier-6/+6
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-0/+5
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-5/+5
2012-01-16rustc: Move some attribute accessors from rustdoc to rustcBrian Anderson-0/+50
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-21/+17
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-2/+2
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-4/+4
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-3/+3
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+2
2011-11-21rustc: Remove abi from ast::native_modHaitao Li-1/+22
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-1/+1
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-0/+10
2011-11-10Cleanup unused importsHaitao Li-2/+1
2011-10-29Add the ability to ignore tests by compiler configBrian Anderson-0/+8
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-1/+1
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-3/+3
2011-09-12Factor imports mindlessly.Graydon Hoare-6/+2
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-21/+21
2011-09-02Reformat. Issue #855Brian Anderson-14/+9
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-2/+2
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-3/+3
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-1/+1
2011-09-01Parse "",str as istrs. Pretty print istrs as "",str. Issue #855Brian Anderson-1/+1
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-9/+7
2011-08-27Convert misc compiler bits to istrs. Issue #855Brian Anderson-2/+3
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-2/+4
2011-08-27Convert rest of the AST to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-5/+7
2011-08-23Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...Graydon Hoare-1/+1
2011-08-22Move functions from syntax::ast to syntax::ast_utilBrian Anderson-1/+2
2011-08-20ReformatBrian Anderson-14/+13
2011-08-16Port the compiler to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the compiler to foo<T> decl syntax.Erick Tryzelaar-1/+1
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-5/+5
2011-08-16Rename std::ivec to std::vecBrian Anderson-5/+5
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-6/+6
2011-08-15Make spans into stacks (to store expansion backtraces).Paul Stansifer-1/+1
2011-08-12Remove vecs from std::sortBrian Anderson-1/+1
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-16/+16
2011-07-27Reformat for new syntaxMarijn Haverbeke-120/+96
2011-07-14Flag --test implies '--cfg test'. Issue #428Brian Anderson-0/+6
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-1/+1
2011-07-12rustc: Remove exterior vectors from front::attrPatrick Walton-7/+6