about summary refs log tree commit diff
path: root/src/librustc/rustc.rc
AgeCommit message (Expand)AuthorLines
2013-05-09Refactor representation of bounds to separate out BuiltinBounds intoNiko Matsakis-0/+1
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-0/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-9/+0
2013-05-04separate out write_guard code into its own moduleNiko Matsakis-0/+1
2013-05-03rustc: Warning policeTim Chevalier-1/+0
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-0/+3
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-30adapt to snapshotNiko Matsakis-0/+1
2013-04-29rustc: Move code for discovering the crate entry point into its own passBrian Anderson-0/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-7/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-8/+6
2013-04-18auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphismbors-6/+5
2013-04-18rustc: One less copyTim Chevalier-6/+5
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-0/+1
2013-04-10Bump version to 0.7-preBrian Anderson-4/+4
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-1/+1
2013-04-09auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakisbors-0/+1
2013-04-09Bump version to 0.7-preBrian Anderson-4/+4
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-0/+1
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