about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-04-08rustc: Don't read both rlib and dylib metadataAlex Crichton-4/+12
2014-04-08rustc: Never register syntax crates in CStoreAlex Crichton-34/+45
2014-04-08rustc: Use CStore, not a separate crate cacheAlex Crichton-70/+61
2014-04-08Register new snapshotsAlex Crichton-11/+11
2014-04-08Made libflate functions return Options instead of outright failingTobba-3/+6
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-2/+0
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-28/+74
2014-04-05Accumulate list of paths for crate hash mismatch.Felix S. Klock II-23/+27
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-2/+2
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-2/+2
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-4/+15
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-26/+16
2014-04-03rustc: Stop using LLVMGetSectionNameAlex Crichton-3/+5
2014-04-03After a hash mismatch error, emit file-system paths of crates involved.Felix S. Klock II-28/+70
2014-04-02metadata: filesearch: remove dead codeCorey Richardson-6/+0
2014-04-02metadata: decoder: remove dead codeCorey Richardson-39/+1
2014-04-01metadata: cstore: remove dead codeCorey Richardson-10/+0
2014-04-01metadata: csearch: remove dead codeCorey Richardson-21/+0
2014-04-01metadata: common: remove dead codeCorey Richardson-9/+0
2014-03-31rustc: Switch tuple structs to have private fieldsAlex Crichton-4/+15
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-62/+62
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-3/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-3/+3
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-19/+3
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-40/+43
2014-03-29Register new snapshotFlavio Percoco-19/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-28De-@ IdentInterner.Eduard Burtescu-40/+43
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-03-27serialize: use ResultSean McArthur-65/+83
2014-03-27auto merge of #13151 : brson/rust/dist, r=alexcrichton,brsonbors-10/+36
2014-03-26rustc: Fix detection of lib64 directoryBrian Anderson-1/+1
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-5/+6
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-10/+30
2014-03-25rustc: Stop relying on CFG_LIBDIR_RELATIVEBrian Anderson-1/+7
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+1
2014-03-23iter: remove `to_owned_vec`Daniel Micay-2/+2
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-4/+0
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-163/+92
2014-03-22rustc: Remove special treatment for Freeze and NoFreezeFlavio Percoco-4/+0
2014-03-22auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichtonbors-5/+5
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-2/+2
2014-03-20Remove RefCell::{with, with_mut}Steven Fackler-5/+5
2014-03-21syntax: make OptVec immutable.Huon Wilson-2/+2
2014-03-20auto merge of #13020 : alexcrichton/rust/vec, r=brsonbors-9/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-9/+0
2014-03-20auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonwbors-19/+27
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-0/+4
2014-03-20Add a Share kindFlavio Percoco-0/+4
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-11/+11