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