summary refs log tree commit diff
path: root/src/librustc/back/rpath.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-5/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-9/+7
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-21auto merge of #7219 : sstewartgallus/rust/cleanup, r=graydonbors-9/+6
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-13/+0
2013-06-18Cleanup src/librustc/backSteven Stewart-Gallus-9/+6
2013-06-17Revert "stop using an absolute rpath"Brian Anderson-1/+26
2013-06-16remove unused importsHuon Wilson-3/+0
2013-06-15stop using an absolute rpathDaniel Micay-25/+1
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-1/+1
2013-06-01rustc: Call str::is_emptyTim Chevalier-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+11
2013-05-28Silence various warnings throughout test modulesAlex Crichton-8/+14
2013-05-23cleanup warnings from librustcErick Tryzelaar-6/+6
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-15/+15
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-2/+2
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+0
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-17/+17
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-22/+22
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-1/+1
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-4/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-22/+22
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-0/+2
2013-03-04Add a special FIXME for subduing warnings in rpath.rsAlex Crichton-1/+6
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-08librustc/back/rpath.rs: oldmap -> LinearSetDaniel Micay-8/+5
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-3/+3
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-18/+11
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-19/+17
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-1/+1
2013-01-13Support ARM and Androidkyeongwoon-1/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+12
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-12/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+12
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-4/+5
2012-12-27librustc: Fix some unresolved imports in the test runner. rs=bustagePatrick Walton-1/+10
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-4/+9