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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-15
/
+11
2012-07-03
Change crust -> extern.
Graydon Hoare
-2
/
+2
2012-07-03
rustc: Avoid a lot of copying in metadata when reading impls
Patrick Walton
-6
/
+20
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-39
/
+39
2012-07-03
rustc: Add X-ray functionality to resolve3 so the test runner works
Patrick Walton
-34
/
+58
2012-07-03
rustc: Record the main function in the session in resolve3
Patrick Walton
-0
/
+25
2012-07-03
Fix some indentation in check::vtable.
Michael Sullivan
-52
/
+52
2012-07-02
rustc: Remove some comments from resolve3 that are being misparsed as attributes
Brian Anderson
-4
/
+4
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-145
/
+4256
2012-07-02
Implemented better error message for missing do statements.
Armin Ronacher
-0
/
+14
2012-07-02
Mark -g as experimental (#2767)
Brian Anderson
-1
/
+1
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-2
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-1519
/
+1514
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-587
/
+585
2012-06-30
Check in changes I forgot to check in
Tim Chevalier
-7
/
+7
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-2
/
+4
2012-06-30
Descend into ty_boxes in type_use
Tim Chevalier
-25
/
+46
2012-06-29
Allow empty enums to be sent (#2737)
Eric Holk
-1
/
+1
2012-06-29
Adding a bunch of atomic intrinsics.
Eric Holk
-3
/
+118
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-1337
/
+1335
2012-06-28
Merge branch 'master' of github.com:mozilla/rust into incoming
Eric Holk
-147
/
+182
2012-06-28
Don't use literal info from the original source when pretty printing expanded...
Michael Sullivan
-8
/
+8
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-147
/
+182
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-57
/
+88
2012-06-27
rustc: Fix a missing application of the operator in fold_ty
Brian Anderson
-1
/
+1
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
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
-0
/
+6
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-187
/
+201
2012-06-26
Properly cleanup slice literals. Closes #2705.
Michael Sullivan
-0
/
+7
2012-06-26
Some box cleanup that doesn't break the build.
Michael Sullivan
-52
/
+42
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
Revert "Clean up a bunch of box related code."
Michael Sullivan
-27
/
+38
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-11
/
+17
2012-06-26
Incorporate class fields into recursive-type check
Tim Chevalier
-1
/
+9
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
-206
/
+217
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
-1509
/
+1552
2012-06-25
When we cons up vector asts, generate evecs.
Michael Sullivan
-6
/
+16
2012-06-25
Split deprecated str and vec warnings into two flags, enable old_vecs by defa...
Michael Sullivan
-7
/
+18
2012-06-25
rustc: Make 'do' work with effects the same as 'for'
Brian Anderson
-1
/
+1
2012-06-25
Add class fields to the global index
Tim Chevalier
-6
/
+12
2012-06-25
Merge
Tim Chevalier
-31
/
+34
2012-06-25
Finish compare glue for classes
Tim Chevalier
-2
/
+3
2012-06-24
Make 'do' expressions accept stack closures
Brian Anderson
-1
/
+1
2012-06-24
Remove resources
Tim Chevalier
-451
/
+77
2012-06-22
Minor capitalization/punctuation fixes in error messages
Lindsey Kuper
-16
/
+17
[prev]
[next]