about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-18/+18
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-3/+3
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-18/+18
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-18/+18
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-2/+2
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-1/+1
2014-09-30Fix librustc_backSteven Fackler-2/+2
2014-09-30Desugar 'if let' into the appropriate 'match'Kevin Ballard-0/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-19Implement slicing syntax.Nick Cameron-0/+2
2014-09-16Fallout from renamingAaron Turon-16/+16
2014-09-15remove the closure_exchange_malloc lang itemDaniel Micay-1/+1
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-0/+1
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-1/+1
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-12auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichtonbors-2/+0
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-2/+3
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-56/+53
2014-09-12Removing unused extern crates.Victor Berger-2/+0
2014-09-10Implement tuple and tuple struct indexingP1start-0/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-26DST coercions and DST structsNick Cameron-4/+2
2014-08-26Use the slice repr for ~[T]Nick Cameron-6/+0
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-9/+9
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-2/+2
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-9/+9
2014-08-07Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,Niko Matsakis-2/+2
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-24/+27
2014-08-02Rewrite read_u32v_be() and write_u32_be() to make sure that all memory access...Palmer Cox-15/+17
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-4/+34
2014-07-29speed up static linking by combining `ar` invocationsStuart Pernsteiner-47/+128
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-4/+34
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+2
2014-07-19Register new snapshotsAlex Crichton-2/+0
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-0/+2
2014-07-14Fix rebase fallout. Sorry.Brian Anderson-1/+1
2014-07-14rustc: Move util::sha2 to rustc_backBrian Anderson-2/+685
2014-07-14rustc: Move util::fs to rustc_backBrian Anderson-0/+104
2014-07-14rustc_back: Update crate docsBrian Anderson-1/+14
2014-07-14rustc: Move archive to rustc_backBrian Anderson-0/+232
2014-07-14Extract rpath to rustc_back::rpathBrian Anderson-0/+239
2014-07-14Extract librustc_back from librustcBrian Anderson-0/+941