about summary refs log tree commit diff
path: root/src/comp/util/common.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-103/+0
2012-02-09Remove some pointless importsMarijn Haverbeke-1/+0
2012-02-03Store item paths in ast_map, get rid of trans::local_ctxtMarijn Haverbeke-4/+2
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-2/+2
2012-01-05Merge branch 'master' into kmathStefan Plantikow-1/+1
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-2/+1
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-9/+9
2011-12-22Merge branch 'master' of github.com:graydon/rustGraydon Hoare-9/+0
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-11/+29
2011-12-22Unify some data structures in syntax::ast that were doing the same thingMarijn Haverbeke-8/+0
2011-12-20removed math leftovers from stdStefan Plantikow-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-11-22Only warn about unreachable range patterns when appropriateMarijn Haverbeke-186/+0
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-2/+2
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-8/+4
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-2/+2
2011-10-21Drop support for iter, put, and for-eachMarijn Haverbeke-11/+0
2011-10-18Add a math module to the standard libMarijn Haverbeke-18/+11
2011-10-12[Renaming] str_to_float is now float::from_str, float_to_str is now float::to...David Rajchenbach-Teller-3/+3
2011-10-11[Move] Moved str_to_float, float_to_str from compiler to libDavid Rajchenbach-Teller-37/+3
2011-09-28Revert "Revert "Implement pattern ranges for all numeric types.""Brian Anderson-0/+172
2011-09-21Revert "Implement pattern ranges for all numeric types."Marijn Haverbeke-172/+0
2011-09-21Implement pattern ranges for all numeric types.Josh Matthews-0/+172
2011-09-12Factor imports mindlessly.Graydon Hoare-24/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-20/+20
2011-09-02Reformat. Issue #855Brian Anderson-13/+10
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-2/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-08-27Convert rustc::util to istrs. Issue #855Brian Anderson-10/+10
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-4/+4
2011-08-27Convert std::uint to istrs. Issue #855Brian Anderson-2/+3
2011-08-20ReformatBrian Anderson-4/+3
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-4/+4
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+1
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-1/+1
2011-08-15Fix bad argument type of pprust::print_typeMarijn Haverbeke-1/+1
2011-08-15Tuple fields are immutableMarijn Haverbeke-8/+0
2011-08-12Rename std::ioivec to std::ioBrian Anderson-3/+3
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-5/+5
2011-08-03Do a bunch more typechecking for iters and for each loops.Michael Sullivan-1/+2
2011-07-29Enable kind checking on typarams, fix kind constraints in library and comp.Graydon Hoare-1/+1
2011-07-28Show millisecond precision for time_passes timesMarijn Haverbeke-0/+22
2011-07-27Reformat for new syntaxMarijn Haverbeke-105/+78
2011-07-26Convert all code that uses walk.rs in the straightforward way to simple_visitMarijn Haverbeke-5/+5
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-3/+3