summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slicing methodsNick Cameron-6/+6
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-10/+10
2014-10-06auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichtonbors-54/+76
2014-10-06auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichtonbors-1/+1
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-10-06auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichtonbors-8/+25
2014-10-05Fix handling of struct variants in a couple of placesJakub Wieczorek-8/+25
2014-10-05Handle emitting debug info for unboxed closuresBrian Koropoff-54/+76
2014-10-05auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichtonbors-1/+1
2014-10-05auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichtonbors-8/+13
2014-10-05auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestingerbors-0/+5
2014-10-05auto merge of #17776 : luqmana/rust/ul, r=alexcrichtonbors-4/+2
2014-10-04Add intrinsics::unreachableKeegan McAllister-0/+5
2014-10-05Tweak ‘discriminant value already exists’ error messageP1start-3/+8
2014-10-05Rename vector patterns to array patternsP1start-5/+5
2014-10-04auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichtonbors-0/+13
2014-10-04auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddybbors-18/+36
2014-10-04Update LLVM.Luqman Aden-4/+2
2014-10-04Register new snapshotsBjörn Steinbrink-5/+2
2014-10-03Correctly generate drop glue for `Box<str>`Brian Koropoff-1/+1
2014-10-03Handle provided trait methods when giving inference error suggestionsBrian Koropoff-0/+13
2014-10-03Fix type visitor glue for unboxed closuresBrian Koropoff-18/+36
2014-10-04auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwaltonbors-31/+70
2014-10-03Report trait/impl sig inconsistency before method/body inconsistencyP1start-10/+11
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-3/+24
2014-10-02Correctly trans capture-by-ref unboxed closuresBrian Koropoff-3/+16
2014-10-02Return correct types for capture-by-ref unboxed closure upvarsBrian Koropoff-1/+13
2014-10-02Fix categorization of upvars of capture-by-reference unboxed closuresBrian Koropoff-11/+15
2014-10-02Fix missing entries in upvar borrows map for capture-by-ref unboxed closuresBrian Koropoff-16/+26
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-664/+75
2014-10-02rollup merge of #17722 : jakub-/issue-17169Alex Crichton-14/+7
2014-10-02rollup merge of #17646 : bkoropoff/cast-iceAlex Crichton-1/+4
2014-10-02Fix cross-crate tuple structs in staticsJakub Wieczorek-14/+7
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-10/+10
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-8/+8
2014-10-02docs: remove mentions of Gc.Eduard Burtescu-92/+18
2014-10-02rustc: remove support for Gc.Eduard Burtescu-542/+53
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-30/+4
2014-10-02auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakisbors-1/+28
2014-10-02auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakisbors-59/+257
2014-10-02Change the `use of moved value` error to be more accurateP1start-11/+48
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-8/+8
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-10/+10
2014-10-02Clarify some borrowck errorsP1start-27/+102
2014-10-02Add an explanatory note when calling a closure via `&`P1start-1/+9
2014-10-02Output a note when lifetimes cannot be elided from functionsP1start-20/+98
2014-10-01auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichtonbors-95/+69
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-23/+31
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-5/+4
2014-10-01auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom...bors-7/+95