about summary refs log tree commit diff
path: root/src/librustc/middle/trans
AgeCommit message (Expand)AuthorLines
2014-04-18auto merge of #13607 : brson/rust/to_owned, r=brsonbors-55/+57
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-55/+57
2014-04-18auto merge of #13513 : alexcrichton/rust/up-llvm, r=brsonbors-14/+39
2014-04-18debuginfo: Clamp the maximum dwarf version to 3Alex Crichton-0/+6
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-15/+12
2014-04-17Upgrade LLVMAlex Crichton-14/+33
2014-04-17Extended `syntax::{fold, ast_map}` to include lifetimes.Felix S. Klock II-0/+1
2014-04-16auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonwbors-13/+17
2014-04-15auto merge of #13390 : alexcrichton/rust/run-some-destructors, r=brsonbors-2/+13
2014-04-15Remove usage of private enum variantsAlex Crichton-13/+17
2014-04-12Append missing padding after last field of structStepan Koltsov-12/+38
2014-04-11rustc: remove the last mentions of @fn.Eduard Burtescu-10/+7
2014-04-11rustc: remove proc -> once || coercions.Eduard Burtescu-23/+1
2014-04-11rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...Eduard Burtescu-44/+38
2014-04-11auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakisbors-123/+100
2014-04-11rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...Eduard Burtescu-98/+75
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-23/+30
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-10/+10
2014-04-10debuginfo: Don't create debuginfo for statics inlined from other crates.Michael Woerister-0/+7
2014-04-10debuginfo: Implement discriminator type metadata re-use.Michael Woerister-17/+51
2014-04-10debuginfo: Improve source code position assignment for inlined functions.Michael Woerister-15/+21
2014-04-10rustc: rename ty::vstore and its variants to UpperCamelCase.Eduard Burtescu-47/+47
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-23/+30
2014-04-09Emit intrinsic lazilyMichael Darakananda-176/+189
2014-04-08rustc: Run destructors when dest=IgnoreAlex Crichton-2/+13
2014-04-08fix ~ZeroSizeType rvaluesDaniel Micay-2/+6
2014-04-08Register new snapshotsAlex Crichton-3/+3
2014-04-08Made libflate functions return Options instead of outright failingTobba-1/+4
2014-04-06auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmrbors-303/+188
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-303/+188
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-14/+15
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-11/+11
2014-04-04Fix fallout from std::libc separationCorey Richardson-15/+15
2014-04-04Remove libc from stdCorey Richardson-0/+1
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-10/+10
2014-04-04auto merge of #13291 : thestinger/rust/no_null, r=alexcrichtonbors-11/+11
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-2/+2
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-8/+8
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-2/+2
2014-04-03stop asking LLVM to null-terminate stringsDaniel Micay-11/+11
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-35/+36
2014-04-03fix Option<~ZeroSizeType>Daniel Micay-7/+14
2014-04-02middle: trans: type_: remove dead codeCorey Richardson-20/+0
2014-04-02middle: trans: tvec: remove dead codeCorey Richardson-30/+0
2014-04-02middle: trans: reflect: remove dead codeCorey Richardson-4/+0
2014-04-02middle: trans: meth: remove dead codeCorey Richardson-16/+0
2014-04-02middle: trans: datum: remove dead codeCorey Richardson-46/+2
2014-04-02middle: trans: context: remove dead codeCorey Richardson-32/+0
2014-04-02middle: trans: common: remove dead codeCorey Richardson-40/+0
2014-04-02middle: trans: callee: remove dead codeCorey Richardson-42/+0