about summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
2014-04-12auto merge of #13461 : eddyb/rust/cleanup-at-fn, r=luqmanabors-44/+18
2014-04-13libsyntax: update helper to stringify TyU* and TyI* to take into account havi...Kevin Butler-4/+2
2014-04-12Check bounds when looking up type parametersEdward Wang-2/+3
2014-04-11auto merge of #13236 : liigo/rust/rename-benchharness, r=huonwbors-10/+10
2014-04-11rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...Eduard Burtescu-44/+18
2014-04-11auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakisbors-37/+40
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-10/+10
2014-04-11rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...Eduard Burtescu-36/+39
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-7/+10
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-10/+10
2014-04-10rustc: Add a realpath utility functionAlex Crichton-0/+103
2014-04-10rustc: rename ty::vstore and its variants to UpperCamelCase.Eduard Burtescu-9/+9
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-7/+10
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-2/+1
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-9/+9
2014-04-02util: ppaux: remove dead codeCorey Richardson-48/+0
2014-04-02util: common: remove dead codeCorey Richardson-20/+0
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-4/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-2/+0
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-3/+1
2014-03-22rustc: Remove special treatment for Freeze and NoFreezeFlavio Percoco-2/+0
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-7/+3
2014-03-20Register new snapshotsAlex Crichton-38/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-4/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-0/+2
2014-03-20Add a Share kindFlavio Percoco-0/+2
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-4/+4
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: put ty_closure behind some indirection.Huon Wilson-1/+1
2014-03-19rustc: put ty_trait behind some indirection.Huon Wilson-1/+3
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-9/+8
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-82/+82
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-24/+23
2014-03-12Add proper support for early/late distinction for lifetime bindings.Felix S. Klock II-0/+12
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-8/+8
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+4
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-12/+26
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-9/+8
2014-03-07change FVN hash function to the FVN-1a variantTed Horst-1/+1
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+48
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-0/+80
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-48/+48
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-4/+4