about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-16/+14
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-144/+138
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-3/+3
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-464/+558
2013-05-13auto merge of #6443 : cmr/rust/resolution, r=bstriebors-5/+20
2013-05-13auto merge of #6437 : Thiez/rust/atomic, r=Aatchbors-5/+87
2013-05-13TidyMatthijs Hofstra-1/+1
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-464/+558
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-5/+90
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 #6397 : cantsin/rust/rusti-fixes, r=catamorphismbors-2/+2
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-28/+28
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-22/+38
2013-05-11auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestingerbors-4/+4
2013-05-11auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphismbors-0/+42
2013-05-10auto merge of #6260 : alexcrichton/rust/issue-3466-no-swap, r=pcwaltonbors-76/+4
2013-05-10Remove the '<->' operator from the languageAlex Crichton-76/+4
2013-05-10auto merge of #6205 : brson/rust/flate, r=brsonbors-2/+2
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-24/+633
2013-05-10Fix merge "failures"Alex Crichton-12/+20
2013-05-10Move flate from core to stdBrian Anderson-2/+2
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-10Fixes rusti crashes.James Tranovich-2/+2
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-9/+9
2013-05-10renamed vec::from_slice to vec::to_ownedYoungsoo Son-19/+19
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-137/+137
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-19/+595
2013-05-10Implement a new protocol for `for` loops that's much more easily composableAlex Crichton-5/+30
2013-05-09Include static methods on traits in reexports.Tom Lee-0/+42
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-207/+512
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-09rustc: Add EnumSet testsNiko Matsakis-4/+149
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