summary refs log tree commit diff
path: root/src/librustc/rustc.rc
AgeCommit message (Expand)AuthorLines
2013-03-27librustc: Move inline asm stuff to different mod.Luqman Aden-0/+1
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-20/+18
2013-03-26option: rm functions that duplicate methodsDaniel Micay-4/+2
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-2/+4
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-08Finish de-implicit-selfing everything but the test suiteBen Striegel-1/+1
2013-03-06Unified algebraic datatype representation implementation, initial version.Jed Davis-0/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-15/+0
2013-03-03rustc: implement MIPS O32 ABIJyun-Yan You-0/+1
2013-03-03rustc: MIPS32 supportJyun-Yan You-0/+1
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-3/+5
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-11/+11
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-26auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwaltonbors-0/+1
2013-02-26auto merge of #5115 : sanxiyn/rust/arm-abi, r=brsonbors-0/+1
2013-02-26Change imported macros to use leaky modules rather than leaky functions.John Clements-0/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-1/+1
2013-02-26ARM C ABI implementationSeo Sanghyeon-0/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-1/+0
2013-02-19librustc: convert lint_dict to take @~strs as keysErick Tryzelaar-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-7/+1
2013-02-15librustc: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-2/+2
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-2/+2
2013-02-03oldmap: remove legacy each methodDaniel Micay-1/+1
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-6/+5
2013-01-30librustc: De-export rustc. rs=deexportingPatrick Walton-16/+0
2013-01-30librustc: De-export ty. rs=deexportingPatrick Walton-1/+0
2013-01-30librustc: De-export trans. rs=deexportingPatrick Walton-18/+0
2013-01-30rustc: Convert to pipesBrian Anderson-8/+11
2013-01-29librustc: De-export some of trans. rs=deexportingPatrick Walton-7/+0
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-15/+0
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-83/+76
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-0/+1
2013-01-25rustc: Make build_wrap_ret compile on Windows and unrevert ABI patchTim Chevalier-0/+4
2013-01-23Revert "Merge pull request #4590 from crabtw/abi"Tim Chevalier-4/+0
2013-01-24add ABIInfo trait and separate x86-64 ABI implementation from foreign transJyun-Yan You-0/+4
2013-01-17Add a license check to tidy. #4018Brian Anderson-1/+0
2013-01-13Support ARM and Androidkyeongwoon-0/+2
2013-01-08Rename identifiers that still use 'alt' to use 'match'Lindsey Kuper-2/+2
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-5/+6