summary refs log tree commit diff
path: root/src/librustc/util/common.rs
AgeCommit message (Expand)AuthorLines
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
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-3/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-7/+7
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-4/+2
2013-03-21Move the function to time passes to utilSeo Sanghyeon-0/+10
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-2/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+4
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-2/+2
2013-02-15librustc: Get rid of `move`.Luqman Aden-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-12/+12
2013-01-24remove unnecessary codeILyoan-6/+0