summary refs log tree commit diff
path: root/src/librustc/util/common.rs
AgeCommit message (Expand)AuthorLines
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-1/+1
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-2/+2
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-8/+8
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+50
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-11/+5
2014-05-07std: Modernize the local_data apiAlex Crichton-5/+3
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-02util: common: remove dead codeCorey Richardson-20/+0
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-1/+1
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+2
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2014-02-14Removed libextra dependency from libsyntax.HeroesGrave-3/+3
2014-01-06Disowned the Visitor.Eduard Burtescu-6/+6
2013-12-26librustc: Remove the unused `stmt_map` from the borrow checkerPatrick Walton-3/+0
2013-12-11Make 'self lifetime illegal.Erik Price-6/+6
2013-12-09Implement LTOAlex Crichton-1/+10
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-2/+2
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-10-04rustc: Use static strings in a few literalsblake2-ppc-1/+1
2013-09-30rustc: Remove usage of fmt!Alex Crichton-5/+5
2013-09-29Remove all usage of @ast::CrateAlex Crichton-3/+3
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-25Move the linearly-updated flag state into the Visitor.Felix S. Klock II-16/+18
2013-09-23librustc: Remove garbage-collected functions from util/common.Patrick Walton-12/+16
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-9/+9
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-2/+2
2013-08-15port util/common.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-25/+32
2013-08-04rm obsolete `for` support from the compilerDaniel Micay-2/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-11/+11
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-2/+1
2013-07-22De-spanned<T> and renamed ast::field (now ast::Field)Michael Woerister-3/+3
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-4/+4
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-8/+8
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2