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
/
kind.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-8
/
+8
2012-07-01
Convert to new closure syntax
Brian Anderson
-15
/
+15
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-6
/
+6
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-5
/
+5
2012-06-24
Remove resources
Tim Chevalier
-3
/
+3
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-3
/
+0
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-2
/
+3
2012-06-04
Make "no implicit copies" diagnostics controllable through lint settings. Clo...
Michael Sullivan
-17
/
+20
2012-06-04
Warn when invoking polymorphic functions with non copyable types. Closes #2466.
Michael Sullivan
-13
/
+35
2012-06-04
better support for classes with polymorphic methods
Niko Matsakis
-20
/
+7
2012-05-31
Remove some dead code from kind checking.
Michael Sullivan
-5
/
+1
2012-05-30
Make heap closures always require a capture clause to capture mutable variabl...
Michael Sullivan
-10
/
+6
2012-05-25
Add an internal notion of 'implicit copyability' and use it to warn when impl...
Michael Sullivan
-14
/
+20
2012-05-25
replace last_use with liveness info
Niko Matsakis
-9
/
+9
2012-05-24
Convert kinds to strings better for more usable error messages.
Eric Holk
-1
/
+1
2012-05-24
Updating the comments in kind.rs to better reflect the current state of things.
Eric Holk
-5
/
+18
2012-05-24
Const kind checking. The rules are almost certainly incomplete and unsound...
Eric Holk
-10
/
+17
2012-05-23
Prevent capturing non-copyable things in closures.
Eric Holk
-0
/
+3
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-4
/
+6
2012-05-22
Represent kinds as a bitfield of capabilities.
Eric Holk
-6
/
+5
2012-05-14
First cut at dtors for classes
Tim Chevalier
-1
/
+1
2012-05-07
That awkward moment when you forget to add your final changes
Tim Chevalier
-2
/
+3
2012-05-07
In resolve, visit the path in an iface ref
Tim Chevalier
-0
/
+10
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-53
/
+115
2012-05-04
new cap clause syntax
Niko Matsakis
-6
/
+4
2012-04-30
Stop inferring bot/static when types/regions are unconstrained.
Niko Matsakis
-0
/
+2
2012-04-18
Require values to be copyable when cast
Marijn Haverbeke
-1
/
+1
2012-04-06
Re-rename option functions
Tim Chevalier
-2
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-9
/
+9
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-2
/
+18
2012-04-02
Rename some core::option functions
Tim Chevalier
-2
/
+2
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-1
/
+1
2012-03-19
Properly check kinds when instantiating types
Marijn Haverbeke
-13
/
+31
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-1
/
+2
2012-03-16
Check kind bounds when calling methods
Marijn Haverbeke
-7
/
+23
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-1
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-1
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+282