summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-110/+55
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-103/+128
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-2/+1
2014-03-29auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoeristerbors-7/+74
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-180/+132
2014-03-28auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakisbors-3/+7
2014-03-29Register new snapshotFlavio Percoco-180/+132
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-26/+26
2014-03-28collections: remove ListErick Tryzelaar-2/+1
2014-03-28Rename Pod into CopyFlavio Percoco-11/+11
2014-03-28auto merge of #13107 : seanmonstar/rust/encoder-errors, r=ericktbors-169/+231
2014-03-27auto merge of #13108 : pongad/rust/lintraw, r=huonwbors-0/+42
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-7/+74
2014-03-27serialize: use ResultSean McArthur-169/+231
2014-03-27rustc: Stop adding the Send bound implicitlyAlex Crichton-6/+3
2014-03-27auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakisbors-3/+49
2014-03-27Address reviewCorey Richardson-9/+9
2014-03-27rustc: mark references w/anonymous lifetime nocaptureCorey Richardson-3/+49
2014-03-27_match.rs: prune sub-match tree too aggressivelyEdward Wang-41/+81
2014-03-27Added lint for #[deriving] structs and enums with unsafe pointers. #13032.Michael Darakananda-0/+42
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-11/+6
2014-03-26auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmrbors-3/+29
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-7/+6
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-4/+0
2014-03-26Fix Repr impl for method::Candidate to include the method_ty.Felix S. Klock II-1/+2
2014-03-26Fix #13140: Early/Late Bound related ICEs.Felix S. Klock II-2/+5
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-113/+2
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-3/+3
2014-03-25auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko...bors-74/+93
2014-03-24Prefer lifetime suggestion over generic errorKiet Tran-3/+29
2014-03-24rustc: Remove all crate map supportAlex Crichton-113/+2
2014-03-24rustc: Completely forbid borrows of unsafe staticsFlavio Percoco-74/+93
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-4/+3
2014-03-23iter: remove `to_owned_vec`Daniel Micay-4/+3
2014-03-23use TotalEq for HashMapDaniel Micay-42/+44
2014-03-22auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmrbors-85/+167
2014-03-23Implement cross-crate support for autoderef.Eduard Burtescu-20/+92
2014-03-22auto merge of #13085 : edwardw/rust/saddest-cell, r=cmrbors-2/+2
2014-03-22Implement vtable support for autoderef.Eduard Burtescu-66/+76
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-37/+9
2014-03-23Get rid of @CellEdward Wang-2/+2
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-41/+36
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-2092/+1226
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-12/+5
2014-03-22rustc: Remove special treatment for Freeze and NoFreezeFlavio Percoco-25/+4
2014-03-21auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichtonbors-21/+9
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-110/+99
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-53/+51
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-1/+1
2014-03-21syntax: make OptVec immutable.Huon Wilson-64/+55