summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
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
2014-03-19auto merge of #12772 : thestinger/rust/slice, r=alexcrichtonbors-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-19rustc: Prevent false positives in crate loadingAlex Crichton-19/+27
2014-03-19rustc: put ty_closure behind some indirection.Huon Wilson-1/+1
2014-03-19rustc: put ty_trait behind some indirection.Huon Wilson-3/+3
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-12/+11
2014-03-17De-@ CStore uses.Eduard Burtescu-54/+47
2014-03-17De-@ filesearch.Eduard Burtescu-22/+13
2014-03-17De-@ tyencode::ctxt and related parts of astencode.Eduard Burtescu-21/+21
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-45/+45
2014-03-17De-@ Session usage.Eduard Burtescu-22/+13
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-15rustc: Topographically sort rust dependenciesAlex Crichton-2/+30
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+1
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-6/+6
2014-03-08auto merge of #12758 : rgawdzik/rust/master, r=alexcrichtonbors-17/+28
2014-03-08Refactored get_metadata_section to return a Result<T,~str>, added error messa...Robert Gawdzik-17/+28
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-16/+26
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-99/+99
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-1/+1
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-5/+6