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
Age
Commit message (
Expand
)
Author
Lines
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-22
/
+117
2012-07-18
iterate only over immutable vectors; use newer region notation
Niko Matsakis
-2
/
+2
2012-07-17
finish fixing broken un-unsupervise windows tests
Ben Blum
-6
/
+9
2012-07-17
fix no-longer-unsupervise test cases on windows
Ben Blum
-4
/
+4
2012-07-17
Change all test/run-pass uses of rustrt::unsupervise() to something else
Ben Blum
-22
/
+15
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-15
/
+5
2012-07-17
Create some infrastructure for building up @-vectors. Work on #2921.
Michael Sullivan
-0
/
+16
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-64
/
+263
2012-07-17
Support attributes on class ctors and dtors
Tim Chevalier
-0
/
+28
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-8
/
+27
2012-07-16
Fix reflection on vstore_fixed estrs and evecs.
Graydon Hoare
-19
/
+16
2012-07-16
Test case for #2930
Eric Holk
-0
/
+31
2012-07-16
Add support for terminal states (issue #2862)
Eric Holk
-4
/
+3
2012-07-16
replace core::tuple functions with methods
Gareth Daniel Smith
-3
/
+2
2012-07-14
infer the scope of borrows
Niko Matsakis
-9
/
+57
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-626
/
+19
2012-07-14
Treat bare vector and string literals as fixed length vecs. Closes #2922.
Michael Sullivan
-19
/
+17
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-10
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-974
/
+974
2012-07-13
Change the pretty printer to print vstores for strs in prefix notation.
Michael Sullivan
-6
/
+6
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-10
/
+10
2012-07-13
Fix hang in pipe-select when RUST_THREADS=1
Eric Holk
-5
/
+7
2012-07-13
More consistent use of backticks and "expected" in error messages.
Lindsey Kuper
-20
/
+20
2012-07-13
Test for #2288
Tim Chevalier
-0
/
+20
2012-07-13
Actually xfail the test properly. Argh.
Michael Sullivan
-1
/
+1
2012-07-13
xfail a broken seeming test.
Michael Sullivan
-0
/
+1
2012-07-13
Extra test for #2311
Tim Chevalier
-0
/
+10
2012-07-13
Un-xfail test that works. Closes #2883
Tim Chevalier
-2
/
+0
2012-07-13
add xfail-fast directive due to aux-build
Niko Matsakis
-0
/
+1
2012-07-13
repair error msg
Niko Matsakis
-1
/
+1
2012-07-13
add xfail-fast directive
Niko Matsakis
-1
/
+2
2012-07-13
change region syntax to &r/T in place of &r.T
Niko Matsakis
-73
/
+73
2012-07-12
Make tests pass
Eric Holk
-4
/
+14
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-0
/
+79
2012-07-12
Move port_set and shared_chan into core.
Eric Holk
-205
/
+2
2012-07-12
Added a message send that uses shared chans. They are slower than port select...
Eric Holk
-0
/
+208
2012-07-12
Faster select. This version gives us about a 4x speedup.
Eric Holk
-12
/
+34
2012-07-12
Added a version of msgsend that uses pipes and select. Here, select is way to...
Eric Holk
-0
/
+165
2012-07-12
Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...
Eric Holk
-40
/
+99
2012-07-12
Update and un-xfail reflect-visit-data
Tim Chevalier
-17
/
+15
2012-07-12
Comments only: annotate FIXMEs in tests
Tim Chevalier
-4
/
+2
2012-07-12
rustc: Resolve bounds of trait type parameters
Brian Anderson
-0
/
+25
2012-07-12
Merge remote-tracking branch 'origin/dist-snap' into incoming
Graydon Hoare
-1
/
+1
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-6
/
+6
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-12
/
+12
2012-07-12
rustc: Make all impls even more reachable
Brian Anderson
-0
/
+43
2012-07-12
Merge branch 'rt-changes' into incoming
Michael Sullivan
-9
/
+21
2012-07-12
Make str be treated as str/~.
Michael Sullivan
-6
/
+6
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-85
/
+90
2012-07-11
Test for #2723. Closes #2723
Tim Chevalier
-0
/
+11
[prev]
[next]