about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-10-09rustc: Add `const` globals to the languageAlex Crichton-11/+18
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-1/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-2/+0
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-5/+5
2014-10-02rustc: remove support for Gc.Eduard Burtescu-2/+0
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-10-01auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichtonbors-1/+1
2014-10-01auto merge of #17653 : kaini/rust/master, r=alexcrichtonbors-3/+6
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-3/+6
2014-09-30librustc: Stop looking in metadata in type contents.Patrick Walton-0/+35
2014-09-30Removed some unnecessary RefCells from resolveJonathan S-1/+1
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-4/+12
2014-09-24handling fallout from entry apiAlexis Beingessner-4/+12
2014-09-20Move bundled gcc and its libs out into $rust/rustlib/<triple>/gcc/(bin|lib). ...Vadim Chugunov-2/+6
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-35/+175
2014-09-17rollup merge of #17310 : nikomatsakis/type-bounds-generalize-to-multiple-obje...Alex Crichton-3/+3
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-2/+2
2014-09-16Fallout from renamingAaron Turon-12/+12
2014-09-16Generalize lifetime bounds on type parameters to support multipleNiko Matsakis-3/+3
2014-09-15trans -- stop tracking vtables precisely, instead recompute as needed.Niko Matsakis-15/+16
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-2/+4
2014-09-14auto merge of #13316 : eddyb/rust/ast-ptr, r=brsonbors-92/+59
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-92/+59
2014-09-14auto merge of #17189 : bkoropoff/rust/extern-existing-crate, r=alexcrichtonbors-2/+2
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-2/+4
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-4/+4
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-21/+21
2014-09-11Fix check for existing crate when using --externBrian Koropoff-1/+1
2014-09-11Make debug message about resolving `extern crate` statements more helpfulBrian Koropoff-1/+1
2014-09-11Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to...Vadim Chugunov-4/+16
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-13/+14
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-2/+2
2014-09-05reuse original symbols for inlined itemsStuart Pernsteiner-4/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-174/+276
2014-08-26DST coercions and DST structsNick Cameron-4/+7
2014-08-25auto merge of #16740 : alexcrichton/rust/issue-16725, r=pcwaltonbors-0/+1
2014-08-25rustc: Encode the visibility of foreign itemsAlex Crichton-0/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-08-16auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichtonbors-3/+4
2014-08-15Properly canonicalize crate paths specified via --externBjörn Steinbrink-3/+4
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-3/+3
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-195/+311
2014-08-14librustc: Tie up loose ends in unboxed closures.Patrick Walton-10/+29
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-1/+2
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-3/+3
2014-08-09librustc: Encode upvar_borrow_map in metadata.Luqman Aden-1/+2
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-2/+2