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
/
test
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-2
/
+50
2012-04-23
Various regions fixes.
Niko Matsakis
-0
/
+22
2012-04-23
Guard against infinitely expanding generic/inline functions
Marijn Haverbeke
-0
/
+30
2012-04-23
Emit a more useful error when using an unsuitable function for a loop
Marijn Haverbeke
-1
/
+5
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-1
/
+1
2012-04-21
syntax: Eliminate 'mutable' keyword. Closes #2254
Brian Anderson
-3
/
+3
2012-04-20
Print out return type correctly in typestate error message
Tim Chevalier
-0
/
+5
2012-04-19
update syntax to include a slash
Niko Matsakis
-10
/
+10
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-2
/
+103
2012-04-19
correct universally_quantify to use structure_of, and introduce a test for this
Niko Matsakis
-9
/
+11
2012-04-19
Add a lint pass to check for while true { ... } loops
Tim Chevalier
-0
/
+8
2012-04-19
Disallow rebinding / matching against consts in alts
Tim Chevalier
-0
/
+14
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-3
/
+3
2012-04-17
new debug flag, new test
Niko Matsakis
-0
/
+41
2012-04-17
repair LUB/GLB of free/scope regions, and enable test
Niko Matsakis
-6
/
+4
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-0
/
+13
2012-04-15
Forbid deinitializing upvars in typestate
Tim Chevalier
-0
/
+7
2012-04-14
implement evec/estr subtyping/lub/glb/etc
Niko Matsakis
-0
/
+60
2012-04-13
first stab at type checking for borrow: not integrated into trans
Niko Matsakis
-6
/
+14
2012-04-12
Add a run-fail test for result::get, get rid of a FIXME. Also some random oth...
Tim Chevalier
-0
/
+34
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-1
/
+20
2012-04-11
test: Add compile-fail test for shadowing in-scope enums
Brian Anderson
-0
/
+5
2012-04-11
first attempt at an assignability check
Niko Matsakis
-4
/
+3
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-0
/
+31
2012-04-07
test: Add test for mismatched nominal types when using multiple crate vers
Brian Anderson
-0
/
+12
2012-04-07
Do not consider ty_bot to be a "resolved type".
Niko Matsakis
-0
/
+42
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-6
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-3
/
+3
2012-04-06
test: Refactor the crateresolve tests
Brian Anderson
-9
/
+23
2012-04-06
rustc: Fail when there are multiple matches for 'use'
Brian Anderson
-0
/
+9
2012-04-06
Make tps invariant for now. Fixes #1973.
Niko Matsakis
-0
/
+68
2012-04-06
improve error messages
Niko Matsakis
-6
/
+33
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-0
/
+19
2012-04-05
simplify typing rule for vector addition: use mutability of LHS
Niko Matsakis
-0
/
+89
2012-04-05
new tests for things we'll have to fix eventually
Niko Matsakis
-0
/
+23
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-1
/
+1
2012-04-04
Make nonconstructable enums noncopyable, close #1907.
Graydon Hoare
-0
/
+8
2012-04-04
rustc: Don't allow recursive constants
Brian Anderson
-0
/
+6
2012-03-29
generate correct constraints for assignments
Niko Matsakis
-0
/
+5
2012-03-29
resolve type variables with no constraints to bot
Niko Matsakis
-2
/
+0
2012-03-29
Require "self" as base expression for intra-class method or field references
Tim Chevalier
-11
/
+11
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-1
/
+1
2012-03-28
use fresh vars in place of _|_ when incorrect # of params supplied
Niko Matsakis
-0
/
+12
2012-03-28
Detect and report types which could never be instantiated.
Niko Matsakis
-0
/
+30
2012-03-28
Test case to make sure typestate checks the body of class constructors
Tim Chevalier
-0
/
+23
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-0
/
+34
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-43
/
+43
2012-03-26
In typeck, don't call ty::store_iface_methods on private methods
Tim Chevalier
-1
/
+21
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-6
/
+9
2012-03-26
Remove stray comment
Tim Chevalier
-9
/
+0
[prev]
[next]