summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-30rustdoc: deny(deprecated_self)Brian Anderson-24/+23
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-86/+83
2013-01-30rustdoc: Remove structural recordsBrian Anderson-29/+36
2013-01-30rustdoc: De-modeBrian Anderson-255/+254
2013-01-30rustdoc: Stop using a custom error handler. Closes #4698Brian Anderson-55/+2
2013-01-30rustdoc: deny(deprecated_mode)Brian Anderson-69/+70
2013-01-30rustdoc: Various bits of modernizationBrian Anderson-259/+259
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-387/+75
2013-01-30test: fix compile-fail tests somehow missed from local 'make check', r=burnin...Graydon Hoare-3/+3
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-91/+64
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-528/+232
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-409/+218
2013-01-30Merge pull request #4687 from alexcrichton/hashmap-speedupTim Chevalier-1/+1
2013-01-30Merge pull request #4690 from codeblack08/test-roundTim Chevalier-5/+9
2013-01-30librustc: Long line. rs=burningPatrick Walton-1/+3
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-256/+213
2013-01-30testsuite: Add xfailed test for #4542Tim Chevalier-10/+1
2013-01-30Test caseTim Chevalier-0/+27
2013-01-30librustc: De-export rustc. rs=deexportingPatrick Walton-528/+415
2013-01-30librustc: De-record the type context. rs=derecordificationPatrick Walton-105/+108
2013-01-30librustc: De-export ty. rs=deexportingPatrick Walton-506/+339
2013-01-30librustc: De-export trans. rs=deexportingPatrick Walton-1061/+1021
2013-01-30rustc: Convert to pipesBrian Anderson-8/+11
2013-01-30Add test for float::roundCody Schroeder-5/+9
2013-01-30Remove oldcomm from the test suiteBrian Anderson-1778/+207
2013-01-30Use task local random when initializing mapsAlex Crichton-1/+1
2013-01-29librustc: Long lines. rs=burningPatrick Walton-3/+5
2013-01-29librustc: Speed up byte copy operations. r=nmatsakisPatrick Walton-2/+96
2013-01-29librustc: Stop zeroing out allocas so much. Cuts 300K off librustc.Patrick Walton-7/+3
2013-01-29librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M...Patrick Walton-7/+45
2013-01-29librustc: De-export some of trans. rs=deexportingPatrick Walton-215/+218
2013-01-29core tests: Add use vec; directive inside core::hashmap testsTim Chevalier-0/+1
2013-01-29xfail transitive inheritance test -- I guess this doesn't work yetTim Chevalier-0/+1
2013-01-29Handle supertrait calls in default methodsTim Chevalier-74/+354
2013-01-29Merge pull request #4682 from thestinger/treemapTim Chevalier-36/+268
2013-01-29std: Stop using oldcommBrian Anderson-449/+429
2013-01-29rustdoc: Remove structural records from tests. Fixes build breakageTim Chevalier-83/+75
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-3/+3
2013-01-29add intersection and union to the Set traitDaniel Micay-17/+105
2013-01-29add difference and symmetric_difference to SetDaniel Micay-17/+88
2013-01-29add is_disjoint to the Set traitDaniel Micay-30/+61
2013-01-29add is_subset and is_superset to the Set traitDaniel Micay-38/+89
2013-01-29update comments documenting issue #4492 workaroundDaniel Micay-9/+2
2013-01-29treemap: rm a bit of redundant codeDaniel Micay-4/+2
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-428/+279
2013-01-29librustc: De-export typeck. rs=deexportingPatrick Walton-463/+382
2013-01-29librustc: De-export front, borrowck, and typeck/check. rs=deexportingPatrick Walton-304/+202
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-730/+763
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-242/+221
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-610/+579