summary refs log tree commit diff
path: root/src/librustc/metadata/filesearch.rs
AgeCommit message (Expand)AuthorLines
2013-09-24Correctly encode item visibility in metadataAlex Crichton-1/+1
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-6/+11
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-18/+35
2013-08-12fix build with the new snapshot compilerDaniel Micay-10/+0
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-1/+0
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-64/+79
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-64/+79
2013-08-08env! syntax extension changesSteven Fackler-1/+7
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-3/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27cleanup .chain and .chain_err + fixing other filesmaikklein-3/+3
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-3/+2
2013-07-21Remove what appears to be redundant indirection fromGareth Smith-1/+1
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+5
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+3
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-2/+3
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-1/+0
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-2/+2
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-1/+1
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-3/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+5
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-2/+2
2013-05-19Register snapshotsBrian Anderson-28/+0
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-2/+2
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-2/+2
2013-05-10rustc: Use the new `for` protocolAlex Crichton-0/+28
2013-05-03rustpkg: Make code actually compileTim Chevalier-4/+3
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-23/+31
2013-04-27only use #[no_core] in libcoreDaniel Micay-9/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-4/+4
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-2/+3
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-22De-implicit-self librustcBen Striegel-8/+8
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-7/+11
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-27/+27
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-24/+13
2013-01-24rustc: One Less Bad CopyTim Chevalier-2/+4