summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-2/+1
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-11/+11
2013-12-29Rename pkgid variablesLuis de Bethencourt-2/+2
2013-12-26librustc: De-`@mut` several instances of `io::Writer`.Patrick Walton-1/+1
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-11/+66
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-11/+17
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-54/+29
2013-12-09Store metadata separately in rlib filesAlex Crichton-25/+11
2013-11-30Test fixes and merge conflictsAlex Crichton-5/+5
2013-11-29Add generation of static libraries to rustcAlex Crichton-95/+186
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-9/+7
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-9/+9
2013-10-15path2: Replace the path module outrightKevin Ballard-7/+9
2013-09-30rustc: Remove usage of fmt!Alex Crichton-15/+15
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-29/+29
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-7/+7
2013-08-25Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"Brian Anderson-20/+22
2013-08-24Don't ever compress metadataBrian Anderson-21/+4
2013-08-23Don't copy metadata after loadingBrian Anderson-21/+23
2013-08-23Allow metadata to be not compressedBrian Anderson-6/+19
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-1/+1
2013-08-11librustc: Convert from `@Object` to `@mut Object` as neededNiko Matsakis-2/+2
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-33/+45
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-33/+45
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-3/+3
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-1/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-30implement pointer arithmetic with GEPDaniel Micay-1/+1
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-1/+1
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-2/+2
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-19/+13
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-4/+4
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-2/+2
2013-07-08Miscellaneous fixes and cleanupNiko Matsakis-1/+3
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-9/+8
2013-06-26Fix old .each usageCorey Richardson-2/+2
2013-06-26rustc: Eliminate extra failing case in metadata::loader::crate_from_metasTim Chevalier-52/+50
2013-06-23vec: remove BaseIter implementationDaniel Micay-5/+5
2013-06-21librust: cleanup warnings (except 1)James Miller-23/+21
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-1/+1
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-6/+6
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-1/+1
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-06-05token_to_ident takes argument by referenceJohn Clements-1/+1
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-1/+2