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-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-146
/
+482
2012-05-24
fix classes and parameterized ifaces; remove needless self check
Niko Matsakis
-6
/
+0
2012-05-24
change region scope of call arguments, old one was unsound
Niko Matsakis
-4
/
+28
2012-05-23
Prevent capturing non-copyable things in closures.
Eric Holk
-0
/
+37
2012-05-23
shuffle error messages in borrowck, and prevent it from spewing too many
Niko Matsakis
-49
/
+49
2012-05-23
Resources are once again not copyable.
Eric Holk
-0
/
+16
2012-05-23
new test
Niko Matsakis
-0
/
+33
2012-05-23
modify borrowck to allow arbitrary borrows in pure scopes
Niko Matsakis
-39
/
+84
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-33
/
+0
2012-05-21
Region checking: this one currently passes, but only "by accident".
Lindsey Kuper
-0
/
+21
2012-05-21
detect and report shadows in nested bindings
Niko Matsakis
-0
/
+5
2012-05-19
fix up handling of &x where x is an arg or &self (for now at least).
Niko Matsakis
-0
/
+50
2012-05-18
Make extracting syntax extension arguments easier.
Paul Stansifer
-3
/
+3
2012-05-17
Test that a class type name gets printed correctly in a...
Tim Chevalier
-0
/
+14
2012-05-16
add xfail-fast directives for borrowck tests
Niko Matsakis
-0
/
+13
2012-05-16
correct preservation of explicit borrows like "let x = &*y;"
Niko Matsakis
-0
/
+35
2012-05-15
rename test
Niko Matsakis
-0
/
+0
2012-05-15
check if the type of a local variable contains illegal region
Niko Matsakis
-3
/
+14
2012-05-15
move regionck into typeck, in the process fixing a bug or two
Niko Matsakis
-0
/
+8
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-21
/
+2
2012-05-14
Enforce that self doesn't escape from a class
Tim Chevalier
-0
/
+6
2012-05-11
new test for loaning out an index
Niko Matsakis
-0
/
+36
2012-05-11
move purity checking into borrowck, addresses #1422
Niko Matsakis
-3
/
+21
2012-05-11
three new tests for assigning to various unassignable things
Niko Matsakis
-0
/
+19
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-32
/
+102
2012-05-10
Remove `do ... while` loops from the tests and docs.
Paul Stansifer
-23
/
+8
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-36
/
+426
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-4
/
+25
2012-05-08
Support visibility modifiers and attributes on view items
Marijn Haverbeke
-17
/
+1
2012-05-07
Add xfailed test case for #2354
Tim Chevalier
-0
/
+18
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-15
/
+98
2012-05-04
Add test case that checks that class members must be prefixed with "self"
Tim Chevalier
-0
/
+15
2012-05-04
new cap clause syntax
Niko Matsakis
-4
/
+10
2012-05-03
Revert "allow fn exprs to omit arg types"
Niko Matsakis
-19
/
+1
2012-05-03
allow fn exprs to omit arg types
Niko Matsakis
-1
/
+19
2012-05-03
Check early on in typeck that types being implemented are actually iface types
Tim Chevalier
-0
/
+13
2012-05-03
Mention missing constructor when complaining about inexhaustive top-level pat...
Marijn Haverbeke
-0
/
+3
2012-05-02
report ambig impl methods
Niko Matsakis
-0
/
+10
2012-05-02
Error message reformatting, close #2309.
Graydon Hoare
-1
/
+1
2012-04-30
Stop inferring bot/static when types/regions are unconstrained.
Niko Matsakis
-17
/
+65
2012-04-27
new, simpler approach to the iter library
Niko Matsakis
-0
/
+17
2012-04-27
parser: More refactoring of restricted value name checking
Brian Anderson
-4
/
+4
2012-04-27
test: Add test for two restricted keyword cases
Brian Anderson
-0
/
+12
2012-04-26
Add check for path-statements, close #400.
Graydon Hoare
-0
/
+6
2012-04-26
Lowercase warning message.
Graydon Hoare
-1
/
+1
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-0
/
+132
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-7
/
+17
2012-04-24
syntax: Make 'true' and 'false' bad words
Brian Anderson
-0
/
+4
2012-04-24
rustc: Fix type_need_unwind_cleanup. Closes #2272
Brian Anderson
-9
/
+0
2012-04-24
build: Don't require full target libs to run compiletest tests
Brian Anderson
-14
/
+12
[prev]
[next]