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-06-19
Updating kind rules to make sure we don't sneakily send ports.
Eric Holk
-0
/
+11
2012-06-19
Enable integer literal suffix inference.
Lindsey Kuper
-1
/
+0
2012-06-19
Add `i` suffix to cfail test so it works after suffix inference
Lindsey Kuper
-2
/
+2
2012-06-19
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-2
/
+2
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-4
/
+0
2012-06-18
Add 'do' expressions
Brian Anderson
-0
/
+8
2012-06-18
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-11
/
+11
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+4
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-4
/
+0
2012-06-15
Issue #2591: Change "upvar" to "variable declared in an outer block" in tests
Patrick Walton
-9
/
+9
2012-06-14
Tests for #1425 (xfail'd for now)
Lindsey Kuper
-0
/
+91
2012-06-12
Allow trailing comma in vectors. Closes #2482.
Lindsey Kuper
-0
/
+3
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-95
/
+15
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-15
/
+95
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-95
/
+15
2012-06-06
Insert missing maybe_print_comment call for class destructors
Tim Chevalier
-0
/
+19
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-4
/
+15
2012-06-06
mask extra borrowck errors (should find out how to not report those)
Niko Matsakis
-2
/
+4
2012-06-06
minor changes to tests so they pass borrowck
Niko Matsakis
-0
/
+2
2012-06-06
Fix tests to avoid empty classes
Tim Chevalier
-4
/
+6
2012-06-06
Revert "Revert "Forbid classes with no fields" due to test failures"
Tim Chevalier
-0
/
+9
2012-06-02
Allow rcvrs to be borrowed; check rcvrs in borrowck properly
Niko Matsakis
-6
/
+90
2012-06-02
improve borrowck to handle some frankly rather tricky cases
Niko Matsakis
-0
/
+131
2012-06-01
Port more resource tests to classes
Tim Chevalier
-22
/
+38
2012-06-01
Tests for copyability and sendability rules for classes
Tim Chevalier
-0
/
+31
2012-06-01
Port another resource test to use classes
Tim Chevalier
-2
/
+3
2012-06-01
Enforce rule that classes with dtors aren't copyable
Tim Chevalier
-1
/
+5
2012-06-01
Remove obsolete test
Tim Chevalier
-6
/
+0
2012-06-01
Clarifying comments in test.
Lindsey Kuper
-2
/
+5
2012-06-01
More tests wrt #2263.
Lindsey Kuper
-0
/
+21
2012-05-31
allow mutable vectors and so forth to be used as immutable slices
Niko Matsakis
-0
/
+17
2012-05-31
Allow some resources to be considered const.
Eric Holk
-1
/
+3
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-2
/
+2
2012-05-31
test: Update test with current error message
Brian Anderson
-3
/
+3
2012-05-30
test our some of the various combinations of fn subtyping
Niko Matsakis
-0
/
+14
2012-05-30
test for pure fn vs impure fn etc subtyping
Niko Matsakis
-0
/
+22
2012-05-30
allow for loop bodies
Niko Matsakis
-0
/
+21
2012-05-30
integrate purity into type
Niko Matsakis
-23
/
+71
2012-05-30
refactor region manip. to remove redundancy, get closer to fn subtyping
Niko Matsakis
-2
/
+2
2012-05-30
Make heap closures always require a capture clause to capture mutable variabl...
Michael Sullivan
-3
/
+3
2012-05-29
Handle poststates of breaking loops correctly in typestate
Tim Chevalier
-1
/
+0
2012-05-29
make all arguments modes immutable
Niko Matsakis
-0
/
+54
2012-05-29
Fix an error message to not refer to "block type". Closes #2423.
Michael Sullivan
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-2
/
+2
2012-05-25
detect ambig. calls to iface bounds, use transactions
Niko Matsakis
-4
/
+26
2012-05-25
revisit error message; create spill map
Niko Matsakis
-2
/
+2
2012-05-24
Const kind checking. The rules are almost certainly incomplete and unsound...
Eric Holk
-7
/
+23
2012-05-24
remove dead assignments
Niko Matsakis
-4
/
+5
2012-05-24
remove initedness checking from typestate, as best I could
Niko Matsakis
-6
/
+0
2012-05-24
improve liveness so it reports unused vars / dead assignments
Niko Matsakis
-36
/
+120
[prev]
[next]