summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-05rt: Fix iaac_init using wrong type and not seeding correctlyBrian Anderson-5/+16
2012-06-04Revert "rt: Unique allocations have -1 ref count"Brian Anderson-3/+0
2012-06-04rt: Unique allocations have -1 ref countBrian Anderson-0/+3
2012-06-04syntax: Make span functions take args by copy. Eliminate some copy warningsBrian Anderson-3/+3
2012-06-04Make "no implicit copies" diagnostics controllable through lint settings. Clo...Michael Sullivan-17/+27
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-2/+17
2012-06-04Make vecs/strs not implicitly copyable by default, but make it configurable. ...Michael Sullivan-7/+30
2012-06-04Fix lint's handling of multiple warn attributes...Michael Sullivan-1/+1
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-131/+200
2012-06-04Shave off one more string append in a rare case.Graydon Hoare-5/+6
2012-06-04Add a test case for previous commitPatrick Walton-0/+17
2012-06-04rustc: Implement optional fat-arrow syntax for alt (transitional change)Patrick Walton-1/+9
2012-06-04Implement stack-only variants of int/uint str conversion and output.Graydon Hoare-29/+84
2012-06-04handle fixed-length vecs in borrowck categorizationNiko Matsakis-19/+36
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-3/+12
2012-06-04Warn when invoking polymorphic functions with non copyable types. Closes #2466.Michael Sullivan-15/+45
2012-06-04Heavily rework lint infrastructure. Split it into two passes: one that builds...Michael Sullivan-110/+131
2012-06-04core: Don't allow radix 1 in uint::to_strBrian Anderson-2/+22
2012-06-04core: Make uint::to_str fasterBrian Anderson-26/+45
2012-06-04Move imports around in qquote to avoid another cyclic importPatrick Walton-4/+4
2012-06-04Register snapshotsMichael Sullivan-0/+8
2012-06-04Remove cyclic import * that resolve probably shouldn't have acceptedPatrick Walton-1/+2
2012-06-04better support for classes with polymorphic methodsNiko Matsakis-70/+37
2012-06-04Make how lint handles unknown warn directives configurable by lint (default t...Michael Sullivan-12/+24
2012-06-04Provide mechanisms to inspect warning settings from outside lint.Michael Sullivan-10/+44
2012-06-03prohibit type parameters in native fns and other minor fixesNiko Matsakis-97/+125
2012-06-03Merge pull request #2496 from arkaitzj/log_cleanupBrian Anderson-24/+25
2012-06-04Moved log method into logger class better than scheduler fixes #2495Arkaitz Jimenez-24/+25
2012-06-03Merge pull request #2492 from tedhorst/mandelbrot_argsBrian Anderson-7/+8
2012-06-03rt: Add a FIXME about #2495Brian Anderson-0/+1
2012-06-03test: Add a test that logs are truncated with ellipsesBrian Anderson-0/+64
2012-06-03Show ellipsis sign when log line is truncatedArkaitz Jimenez-1/+7
2012-06-03fix args to shootout-mandelbrot benchmarkTed Horst-7/+8
2012-06-02cargo: Require hexidecimals in uuidsBrian Anderson-6/+18
2012-06-02core: Add str::is_alphanumeric fn and methodBrian Anderson-0/+16
2012-06-02cargo: Add test for is_uuidBrian Anderson-0/+10
2012-06-02rt: Improve docs for main, kernel, scheduler, and taskBrian Anderson-37/+120
2012-06-02Fix cargo to uninstall binaries by name correctlyZack Corr-4/+23
2012-06-02Fix cargo to install from archives correctlyZack Corr-17/+16
2012-06-02Correct cargo usage line going over 78 charsZack Corr-2/+2
2012-06-02Cargo revamp: root in home directory, automatic init & sync for first time us...Zack Corr-157/+342
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-190/+232
2012-06-02register new snapshotsNiko Matsakis-0/+8
2012-06-02bench: Add an unwinding benchmarkBrian Anderson-0/+85
2012-06-02Add more #fmt float testsBrian Anderson-0/+9
2012-06-02(float) fix some rounding errors when showing as strKevin Cantu-13/+66
2012-06-02Add ty_var_integral (WIP on issue #1425).Lindsey Kuper-34/+81
2012-06-02Allow rcvrs to be borrowed; check rcvrs in borrowck properlyNiko Matsakis-92/+362
2012-06-02improve borrowck to handle some frankly rather tricky casesNiko Matsakis-45/+278
2012-06-02add some purity annotations in coreNiko Matsakis-75/+72