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-27
Have the syntax extension ast builders reserve the extra node ids required fo...
Michael Sullivan
-0
/
+2
2012-06-27
syntax: Don't use an enum name as a variable name
Patrick Walton
-5
/
+5
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-54
/
+84
2012-06-27
rustc: Don't give variables the same name as enums in trans
Patrick Walton
-47
/
+47
2012-06-27
rustc: Don't allow multiple candidate methods from impls with the same def ID
Patrick Walton
-10
/
+17
2012-06-27
Change 'upcall fail' to 'task failed at', close #2678.
Graydon Hoare
-3
/
+1
2012-06-27
More keyword paring and migration in runtime, docs, code modes.
Graydon Hoare
-42
/
+42
2012-06-27
Better error message instead of bare "fail" in infer
Lindsey Kuper
-3
/
+3
2012-06-27
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Eric Holk
-14
/
+51
2012-06-27
Mark exclusive arc-related functions as unsafe. Fixes #2727.
Eric Holk
-15
/
+13
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-353
/
+377
2012-06-26
rustdoc: Work around some more metadata infelicities
Patrick Walton
-4
/
+6
2012-06-26
libstd: Work around some metadata infelicities that are causing problems in r...
Patrick Walton
-7
/
+9
2012-06-26
perf: improved the core-std benchmark
Eric Holk
-3
/
+29
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-21
/
+70
2012-06-26
Properly cleanup slice literals. Closes #2705.
Michael Sullivan
-0
/
+22
2012-06-26
Some box cleanup that doesn't break the build.
Michael Sullivan
-52
/
+42
2012-06-26
core: make_a_sandwitch -> make_a_sandwich
Patrick Walton
-2
/
+2
2012-06-26
rustc: Make trans no longer insist that there be exactly one impl scope per m...
Patrick Walton
-10
/
+5
2012-06-26
Register snapshots
Brian Anderson
-0
/
+8
2012-06-26
Revert "Clean up a bunch of box related code."
Michael Sullivan
-27
/
+38
2012-06-26
Fix shape::cmp::walk_res2
Tim Chevalier
-1
/
+1
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-27
/
+272
2012-06-26
Incorporate class fields into recursive-type check
Tim Chevalier
-1
/
+21
2012-06-26
Typos in a comment and an error message
Tim Chevalier
-2
/
+2
2012-06-26
Clean up a bunch of box related code.
Michael Sullivan
-38
/
+27
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-248
/
+261
2012-06-25
Update combine-tests.py for new vec syntax
Brian Anderson
-0
/
+2
2012-06-25
Comments only: fix some comments that got spurious /~s
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4034
/
+4123
2012-06-25
When we cons up vector asts, generate evecs.
Michael Sullivan
-8
/
+28
2012-06-25
Split deprecated str and vec warnings into two flags, enable old_vecs by defa...
Michael Sullivan
-7
/
+18
2012-06-25
Comment out the *right* part of the test failing due to issue #2724.
Michael Sullivan
-3
/
+3
2012-06-25
Comment out a failing part of a test; this is Issue #2724.
Michael Sullivan
-1
/
+2
2012-06-25
Make it possible to make built-in tt syntax extensions
Paul Stansifer
-6
/
+53
2012-06-25
parsing for the macro system
Paul Stansifer
-29
/
+370
2012-06-25
test: Make zip-same-length no longer rely on resolve not handling shadowed mo...
Patrick Walton
-2
/
+1
2012-06-25
rustc: Make 'do' work with effects the same as 'for'
Brian Anderson
-1
/
+11
2012-06-25
Remove test case that doesn't work on its own
Tim Chevalier
-6
/
+0
2012-06-25
Add class fields to the global index
Tim Chevalier
-6
/
+18
2012-06-25
vec::slice is faster now (Issue #2719)
Eric Holk
-8
/
+4
2012-06-25
Some perf fixes, although vec::slice is still too slow (Issue #2719)
Eric Holk
-14
/
+18
2012-06-25
rt: Fix exports
Brian Anderson
-2
/
+2
2012-06-25
rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681
Brian Anderson
-21
/
+0
2012-06-25
rt: Remove lock_free_queue. Unused. Issue #2701
Brian Anderson
-266
/
+0
2012-06-25
test: Remove the import-glob-circular test since the name resolution semantic...
Patrick Walton
-50
/
+0
2012-06-25
test: Swap the order of two imports in import7 to eliminate another cycle
Patrick Walton
-1
/
+1
2012-06-25
test: Swap the order of two imports in import6 to eliminate a cycle
Patrick Walton
-1
/
+1
2012-06-25
Remove redundant 'extension' mods from numeric mods
Brian Anderson
-91
/
+92
2012-06-25
Automatically export methods on core numeric types
Ben Striegel
-55
/
+104
[prev]
[next]