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-01-26
rustc: Move core injection to its own module
Brian Anderson
-0
/
+6
2012-01-26
Use operator names for operator methods
Marijn Haverbeke
-5
/
+9
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-1
/
+6
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-1
/
+18
2012-01-25
rustc: Allow attributes on enum variants. Closes #1663
Brian Anderson
-0
/
+29
2012-01-25
test: Un-xfail run-pass/tag-auto-disr-val-shape
Brian Anderson
-5
/
+4
2012-01-25
test: Add regression test for #1659
Brian Anderson
-0
/
+8
2012-01-25
test: Un-xfail run-pass/tag-disr-val-shape
Brian Anderson
-2
/
+0
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-0
/
+2
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 1)
Kevin Cantu
-2
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-37
/
+41
2012-01-23
test: Add no-reformat directive to compile-fail/issue-1362
Brian Anderson
-2
/
+2
2012-01-23
Add regression test for issue #1362.
Kevin Atkinson
-0
/
+8
2012-01-23
Add regresion tests for issue #1448 and #1387.
Kevin Atkinson
-0
/
+12
2012-01-23
add msgsend.rs to benchmarks
Niko Matsakis
-0
/
+60
2012-01-23
Check that the names mentioned in tag exports are actually types (or variants)
Tim Chevalier
-0
/
+50
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-49
/
+36
2012-01-22
core: Reexport all the imports in f32/64
Brian Anderson
-0
/
+11
2012-01-21
update to new tag syntax
Niko Matsakis
-1
/
+1
2012-01-21
unify size_of, align_of into one call (metrics)
Niko Matsakis
-0
/
+128
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-5
/
+18
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-6
/
+6
2012-01-21
fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...
Graham Fawcett
-3
/
+3
2012-01-21
core: Shuffle around a #fmt test
Brian Anderson
-0
/
+6
2012-01-20
WIP on issue 1426 (exporting all tags)
Tim Chevalier
-0
/
+76
2012-01-20
Handle fail after return correctly in typestate
Tim Chevalier
-0
/
+7
2012-01-19
Handle predicates that recurse in a check() expression
Tim Chevalier
-0
/
+2
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-3
/
+3
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-134
/
+134
2012-01-19
Compute typestates for FRU exprs correctly, plus a bit of cleanup
Tim Chevalier
-0
/
+5
2012-01-19
Merge pull request #1571 from kevina/fixup-1
Patrick Walton
-2
/
+0
2012-01-19
Remove incorrect comments from a few test cases.
Kevin Atkinson
-2
/
+0
2012-01-19
test: "tag" -> "enum" in run-pass and run-fail
Patrick Walton
-84
/
+84
2012-01-19
test: "tag" -> "enum" in bench
Patrick Walton
-7
/
+7
2012-01-19
test: "tag" -> "enum" in compile-fail
Patrick Walton
-22
/
+22
2012-01-19
test: Fix error patterns in name-clash-nullary
Patrick Walton
-2
/
+2
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+4
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-0
/
+4
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-13
/
+20
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-0
/
+8
2012-01-19
rustc: Add a usage pass to collect one-off analyses
Haitao Li
-1
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-29
/
+29
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-24
/
+24
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-0
/
+18
2012-01-18
correct use of GEP_tup_like in closure constr
Niko Matsakis
-0
/
+30
2012-01-18
test: Don't test that tags with zero variants are supported
Patrick Walton
-1
/
+1
2012-01-19
rustc: Warn when int or uint is used in a native type decl
Haitao Li
-0
/
+9
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-3027
/
+0
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-2068
/
+0
2012-01-17
Merge pull request #1544 from kevina/issue-1393
Graydon Hoare
-1
/
+1
[prev]
[next]