summary refs log tree commit diff
path: root/src/librustc/middle/save
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-6/+6
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-2/+2
2014-09-19rollup merge of #17314 : eddyb/span-no-gcAlex Crichton-2/+2
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-18rustc: add a closure depth to DefUpvar.Eduard Burtescu-1/+1
2014-09-18rustc: remove BindingMode from DefLocal.Eduard Burtescu-20/+16
2014-09-18rustc: remove DefArg and DefBinding in favor of DefLocal.Eduard Burtescu-16/+11
2014-09-18rustc: fix fallout from removing the use of Gc for ExpnInfo.Eduard Burtescu-2/+2
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-33/+22
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-1/+1
2014-09-16auto merge of #17213 : mo/rust/fix_typos, r=aturonbors-1/+2
2014-09-15Fix two typosMartin Olsson-1/+2
2014-09-15trans -- stop tracking vtables precisely, instead recompute as needed.Niko Matsakis-4/+4
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-34/+34
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-13/+13
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-181/+162
2014-09-10Implement tuple and tuple struct indexingP1start-0/+28
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-4/+4
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-4/+14
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-43/+110
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-1/+1
2014-07-20Implement new mod import sugarJakub Wieczorek-9/+16
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-1/+2
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-9/+10
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-2/+3
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-9/+10
2014-07-15change to new trait style for method field refsJohn Clements-7/+7
2014-07-13refactor Method definition to make space for macrosJohn Clements-6/+7
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-21/+21
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-4/+4
2014-07-03Fix spelling errors.Joseph Crail-3/+3
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-2/+3
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+8
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-1/+1
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-1/+1
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+2395