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
/
rustc
/
middle
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-2
/
+2
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+7
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-7
/
+0
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+7
2012-07-06
Move string append to libraries. Closes #2710.
Michael Sullivan
-2
/
+2
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-3
/
+0
2012-07-05
Consider slices to be a structural type. Closes #2748.
Michael Sullivan
-2
/
+4
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-38
/
+38
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-3
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-5
/
+14
2012-07-01
Convert to new closure syntax
Brian Anderson
-108
/
+105
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-40
/
+36
2012-06-29
Allow empty enums to be sent (#2737)
Eric Holk
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-59
/
+59
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-7
/
+8
2012-06-27
rustc: Fix a missing application of the operator in fold_ty
Brian Anderson
-1
/
+1
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
-2
/
+2
2012-06-26
Incorporate class fields into recursive-type check
Tim Chevalier
-1
/
+9
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-68
/
+69
2012-06-25
Merge
Tim Chevalier
-7
/
+3
2012-06-24
Remove resources
Tim Chevalier
-62
/
+5
2012-06-22
Hack to make [] and []/~ the same type in preparation for switching to []/~.
Michael Sullivan
-1
/
+1
2012-06-22
Make the implicit copyability of []/~ configurable, like [] is, since we will...
Michael Sullivan
-6
/
+2
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-4
/
+1
2012-06-20
Don't allow + for evecs/estrs. It isn't implemented, and we are moving vec + ...
Michael Sullivan
-2
/
+2
2012-06-20
Repair the formatting of the table in is_binopable.
Michael Sullivan
-12
/
+9
2012-06-19
Updating kind rules to make sure we don't sneakily send ports.
Eric Holk
-1
/
+1
2012-06-15
Make fixed length vecs implicitly copyable. Clean up some other kind code. Cl...
Michael Sullivan
-24
/
+18
2012-06-15
Make type_is_pod handle more types.
Michael Sullivan
-2
/
+11
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-5
/
+25
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-3
/
+10
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-2
/
+4
2012-06-14
Avoid some duplicated typechecking work
Tim Chevalier
-3
/
+5
2012-06-13
Box AST idents
Brian Anderson
-12
/
+12
2012-06-12
Make vectors contain the right type descriptor. Closes #2536.
Michael Sullivan
-1
/
+4
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-4
/
+18
2012-06-12
Treat enums with one variant specially in borrowck: #2573
Niko Matsakis
-1
/
+5
2012-06-12
Reorder things in hash_type_structure to make more sense.
Michael Sullivan
-10
/
+10
2012-06-11
Don't treat all class fields as mutable, except in trans
Tim Chevalier
-2
/
+21
2012-06-08
Update READMEs and comments to reflect "rustsyntax" -> "syntax" change
Lindsey Kuper
-1
/
+1
2012-06-08
WIP on issue #1425: mostly infrastructure changes.
Lindsey Kuper
-40
/
+39
2012-06-07
Reorder the arms of sty.
Michael Sullivan
-1
/
+2
2012-06-06
Remove unused middle::ty::sort_methods function.
Graydon Hoare
-8
/
+0
2012-06-06
Change subtypes_require to handle class fields correctly
Tim Chevalier
-5
/
+2
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-3
/
+3
2012-06-04
Make vecs/strs not implicitly copyable by default, but make it configurable. ...
Michael Sullivan
-5
/
+20
[next]