about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-31rustc: Stamp out XXXes in middle (comments only)Tim Chevalier-6/+7
2013-01-31core: Stamp out XXXes (comments only)Tim Chevalier-5/+5
2013-01-31Merge pull request #4706 from sanxiyn/cleanup-fixmeBrian Anderson-7/+3
2013-01-31Merge pull request #4703 from sanxiyn/remove-tpsBrian Anderson-25/+22
2013-01-31Merge pull request #4702 from aydinkim/patch-1Brian Anderson-2/+0
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-17/+22
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2641/+2682
2013-01-31Cleanup FIXMEs (#3488)Seo Sanghyeon-7/+3
2013-01-31Remove `tps` from `trans_enum_def` and `trans_struct_def`Seo Sanghyeon-25/+22
2013-01-31Delete unnecessary logsAydin Kim-2/+0
2013-01-30test: Attempt to fix Windows check-fast resolve bustage. rs=bustagePatrick Walton-1/+1
2013-01-30test: De-export sudoku. rs=burningtreePatrick Walton-6/+4
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