about summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-8/+8
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-111/+105
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-460/+554
2013-05-13auto merge of #6443 : cmr/rust/resolution, r=bstriebors-5/+20
2013-05-13auto merge of #6437 : Thiez/rust/atomic, r=Aatchbors-1/+69
2013-05-13Use backticks to delineate paths/identifiersCorey Richardson-2/+2
2013-05-13Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att...Luqman Aden-1/+1
2013-05-13Better error for some unresolved importsCorey Richardson-5/+20
2013-05-12auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestingerbors-1/+0
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-460/+554
2013-05-13Removed unnecessary check from build.rsMatthijs Hofstra-4/+1
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-1/+72
2013-05-12auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakisbors-48/+69
2013-05-11clean up the last bit of warningsCorey Richardson-3/+6
2013-05-11Warning policeTim Chevalier-5/+3
2013-05-11rustc: Don't call type_error_message() with ty_err as the expected typeTim Chevalier-48/+69
2013-05-11auto merge of #6402 : kud1ing/rust/fixes, r=pcwaltonbors-14/+14
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-18/+18
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-22/+38
2013-05-10Remove the '<->' operator from the languageAlex Crichton-76/+4
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-15/+520
2013-05-10Fix merge "failures"Alex Crichton-12/+3
2013-05-10more back-ticks, less colonsLenny222-14/+14
2013-05-10Remove redundant import errorCorey Richardson-1/+0
2013-05-10auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwaltonbors-19/+21
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-1/+1
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-17/+17
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-118/+118
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-22/+38
2013-05-10auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphismbors-1/+11
2013-05-10rustc: Use the new `for` protocolAlex Crichton-10/+499
2013-05-10Implement a new protocol for `for` loops that's much more easily composableAlex Crichton-5/+30
2013-05-09librustc: Fix ICE in core-text resulting from dynamic borrowing. rs=blocking-...Patrick Walton-19/+21
2013-05-09auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats...bors-163/+166
2013-05-09fix formating and testsCorey Richardson-1/+1
2013-05-09auto merge of #6373 : nikomatsakis/rust/issue-6355-perf-regression, r=graydonbors-35/+76
2013-05-09Tweak error messageCorey Richardson-2/+2
2013-05-09Better error message for certain classes of unresolved importsCorey Richardson-1/+11
2013-05-09Remove remnants of mutable fields from mem_categorization, borrowck.Niko Matsakis-16/+9
2013-05-09Issue the correct deref count for the implicit deref that occursNiko Matsakis-19/+67
2013-05-09auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydonbors-1/+5
2013-05-09auto merge of #6325 : sammykim/rust/lint-name, r=graydonbors-0/+8
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-163/+166
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-118/+118
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-3/+3
2013-05-09Add uninit intrinsicJames Miller-1/+5
2013-05-09librustc: rename vec::each(var) to var.eachYoungmin Yoo-48/+47
2013-05-08librustc: Fix merge fallout.Patrick Walton-7/+0
2013-05-08libcore: Fix tests.Patrick Walton-1/+1
2013-05-08librustc: Fix merge fallout.Patrick Walton-1/+1