summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-30std: Remove usage of fmt!Alex Crichton-509/+497
2013-09-30Prevent leakage of fmt! into the compilerAlex Crichton-49/+62
2013-09-30auto merge of #9643 : thestinger/rust/immediate, r=alexcrichtonbors-49/+84
2013-10-01fix dropping non-primitive immediatesDaniel Micay-16/+4
2013-09-30rustdoc: Don't ignore dox on impl blocksAlex Crichton-12/+36
2013-09-30rustdoc: Stop ignoring dox on fields/variantsAlex Crichton-11/+34
2013-09-30rustdoc: Use a BufferedWriter when emitting sourceAlex Crichton-3/+13
2013-09-30rustdoc: Detect repeated keys and fix widthAlex Crichton-4/+4
2013-09-30rustdoc: Update the man pageAlex Crichton-3/+4
2013-09-30rustdoc: Add the ability to input jsonAlex Crichton-57/+141
2013-10-01add -Z soft-float optionJyun-Yan You-3/+13
2013-09-30Clarify format! implicit positional referencesAlex Crichton-19/+42
2013-09-30Add test for issue #9446.David Creswick-0/+40
2013-10-01Revise error message to use phrase "all caps" instead of "uppercase".Felix S. Klock II-4/+4
2013-10-01Workaround conflict between all-uppercase static and NaN definition.Felix S. Klock II-0/+2
2013-09-30rustpkg: Make test_rustpkg_test_output more permissiveTim Chevalier-3/+5
2013-10-01Expanded test to clarify that the constants *are* matching when they should.Felix S. Klock II-0/+15
2013-10-01Fix typo in comment.Felix S. Klock II-1/+1
2013-10-01Throwing in another interesting test case: There is no need to warnFelix S. Klock II-0/+9
2013-10-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+129
2013-09-30rm only use of type_is_immediate outside of transDaniel Micay-36/+43
2013-09-30auto merge of #9628 : alexcrichton/rust/tidy-binaries, r=thestingerbors-0/+18
2013-09-30testsuite: Un-xfail unit-like-struct-drop-run on WindowsTim Chevalier-2/+1
2013-09-30rustdoc: Generate valid code for struct-variantsAlex Crichton-5/+9
2013-09-30std::iter: Introduce .by_ref() adaptorblake2-ppc-0/+44
2013-09-30auto merge of #9630 : blake2-ppc/rust/de-at-smaller, r=huonwbors-178/+191
2013-09-30trans::build: Change @mut Block to &Block or &mut Blockblake2-ppc-116/+129
2013-09-30trans: Change @ast::Pat and @mut CrateContext in a few placesblake2-ppc-6/+6
2013-09-30trans: Change @ast::Expr -> &ast::Expr where possibleblake2-ppc-56/+56
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+18
2013-09-30auto merge of #9619 : toffaletti/rust/mmap, r=huonwbors-7/+7
2013-09-30auto merge of #9616 : klutzy/rust/win32-uv-test, r=huonwbors-4/+0
2013-09-30auto merge of #9614 : blake2-ppc/rust/lang-item-iter, r=alexcrichtonbors-51/+52
2013-09-29reduce heap allocations for MemoryMapJason Toffaletti-7/+7
2013-09-30std::rt::uv::net: Enable tests on Win32klutzy-4/+0
2013-09-30rustc: Convert lang_item to use an iteratorblake2-ppc-5/+6
2013-09-30rustc: Convert lang_items hashmap to use &'static str keysblake2-ppc-46/+46
2013-09-29auto merge of #9612 : alexcrichton/rust/rc-crate2, r=huonwbors-228/+179
2013-09-29auto merge of #9609 : alexcrichton/rust/fix-logging-newline, r=catamorphismbors-1/+1
2013-09-29Remove all usage of @ast::CrateAlex Crichton-224/+175
2013-09-29Require &Crate instead of @CrateAlex Crichton-4/+4
2013-09-29Put a newline after each logging messageAlex Crichton-1/+1
2013-09-29Add get_opt to std::vecHarry Marr-0/+18
2013-09-28Don't redirect output in rustpkg testSteven Fackler-8/+2
2013-09-28Fix single-line-style paragraph fills with code immediately before or afterMicah Chalmer-1/+31
2013-09-28auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmrbors-131/+313
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-59/+34
2013-09-28auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonwbors-54/+45
2013-09-27auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajackbors-1/+0
2013-09-27auto merge of #9562 : alexcrichton/rust/snapshots, r=thestingerbors-50/+8