about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-04-30The null case of a nullable-poiner enum might not be nullary.Jed Davis-2/+18
2013-05-01Remove mach_stySeo Sanghyeon-20/+2
2013-04-30iter: add max and min functionsDaniel Micay-2/+66
2013-04-30allover: numerous unused muts etcNiko Matsakis-53/+41
2013-04-30rustc: work around issue with default-method-simple, fix some rebaseNiko Matsakis-7/+29
2013-04-30rustc: remove modesNiko Matsakis-6/+4
2013-04-30correct used_mut annotations for args, inherited caseNiko Matsakis-61/+24
2013-04-30dataflow: fix flow of information through pattern variantsNiko Matsakis-2/+1
2013-04-30changed to impl trait for type stxJohn Clements-1/+1
2013-04-30This test case is obsolete for two reasonsJohn Clements-26/+0
2013-04-30this issue is a dup of another one that has a correct test caseJohn Clements-24/+0
2013-04-30remove (non-parsing) test related to impl d for d featureJohn Clements-80/+0
2013-04-30deleted two tests intended to test RUST_CC_ZEAL, an apparently defunct flag f...John Clements-50/+0
2013-04-30iter: add a find functionDaniel Micay-0/+29
2013-04-30char: fix unused import warningDaniel Micay-0/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-4277/+6449
2013-04-30desnapshotNiko Matsakis-125/+8
2013-04-30adapt to snapshotNiko Matsakis-1364/+3
2013-04-30I modified the doc of from_elem, from_fn, I think it returns an owned vectorSangeun Kim-4/+4
2013-04-30auto merge of #6121 : luqmana/rust/newtype-cc, r=graydonbors-0/+29
2013-04-30Change flags to -Z print-link-args and --link-argsJames Miller-16/+5
2013-04-29auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brsonbors-21/+39
2013-04-29auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brsonbors-22/+119
2013-04-29rustc / test: Fix error messageTim Chevalier-6/+6
2013-04-29librustc: Fix drop finalizer not running for newtype structs.Luqman Aden-0/+1
2013-04-29auto merge of #6073 : huonw/rust/core-rust-isaac, r=pcwaltonbors-47/+234
2013-04-29Add test for cross crate newtype struct in match pattern.Luqman Aden-0/+21
2013-04-29librustc: Fix pattern matching on cross crate newtype structs.Luqman Aden-0/+8
2013-04-29test: Remove run-pass/too-much-recursion.rsBrian Anderson-22/+0
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-63/+93
2013-04-29core: Turn off the local heap in newsched in stage0 to work around windows bu...Brian Anderson-0/+19
2013-04-30core: add some inlining hints to methods/fns in rand.Huon Wilson-1/+32
2013-04-30core: a pure Rust implementation of the ISAAC RNG.Huon Wilson-46/+202
2013-04-29rustc: Move code for discovering the crate entry point into its own passBrian Anderson-79/+122
2013-04-29rustc: Change At to Managed and Uniq to OwnedTim Chevalier-7/+7
2013-04-29auto merge of #6080 : pcwalton/rust/demode-everything, r=pcwaltonbors-1965/+1566
2013-04-29libstd: Fix merge fallout.Patrick Walton-18/+14
2013-04-29doc: XFAIL mysterious failure on botsPatrick Walton-1/+1
2013-04-29librustc: Fix merge fallout.Patrick Walton-0/+2
2013-04-29test: Fix more tests.Patrick Walton-6/+6
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-84/+193
2013-04-29librustc: Change labels to use the lifetime notation `'`.Patrick Walton-40/+79
2013-04-29test: Fix tests.Patrick Walton-189/+113
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-1083/+557
2013-04-29librustc: Make `&fn` by-copy by default and remove the mode from `frame_addre...Patrick Walton-9/+4
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-51/+28
2013-04-29libfuzzer: De-mode the fuzzer.Patrick Walton-131/+170
2013-04-29librustc: Remove the legacy mode in the type visitor intrinsic.Patrick Walton-4/+9
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-97/+79
2013-04-29librustc: Implement `reinterpret_cast` in terms of `transmute`.Patrick Walton-1/+84