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-02-11
correct fully qualified type names to include the crate; add tests (take 2)
Niko Matsakis
-0
/
+24
2012-02-11
Revert prior commit until I have time to track down the valgrind error
Niko Matsakis
-24
/
+0
2012-02-10
correct fully qualified type names to include the crate; add tests
Niko Matsakis
-0
/
+24
2012-02-10
test: Add tests for #1802
Brian Anderson
-0
/
+8
2012-02-10
Don't allow binding patterns to bind keywords
Marijn Haverbeke
-10
/
+0
2012-02-10
Add compile-fail tests for interfaces/impls
Marijn Haverbeke
-0
/
+20
2012-02-05
test: Update and un-xfail compile-fail/tag-that-dare-not...
Brian Anderson
-5
/
+10
2012-02-05
add a test where mode inference ought to fail
Niko Matsakis
-0
/
+11
2012-02-03
Add support for parsing quasi-quotes, doesn't do anything useful yet.
Kevin Atkinson
-1
/
+2
2012-02-03
Fix tests for str::le patch
Marijn Haverbeke
-6
/
+3
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-2
/
+2
2012-02-01
Propagating unsafe::slice 4
Kevin Cantu
-4
/
+4
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-8
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-3
/
+3
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-0
/
+18
2012-01-27
rustc: Make 'attempted access of field' error non-fatal
Brian Anderson
-0
/
+6
2012-01-27
Make occurs check in ty::fixup_vars more reliable
Marijn Haverbeke
-1
/
+1
2012-01-27
Properly check enum types for recursion
Marijn Haverbeke
-0
/
+5
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-2
/
+2
2012-01-26
rustc: Move core injection to its own module
Brian Anderson
-0
/
+6
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-1
/
+1
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-1
/
+1
2012-01-23
s/block()/fn()/g
Niko Matsakis
-11
/
+11
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
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
-37
/
+24
2012-01-20
WIP on issue 1426 (exporting all tags)
Tim Chevalier
-0
/
+55
2012-01-20
Handle fail after return correctly in typestate
Tim Chevalier
-0
/
+7
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-1
/
+1
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-30
/
+30
2012-01-19
Remove incorrect comments from a few test cases.
Kevin Atkinson
-2
/
+0
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
Rename fn*() to fn() as originally planned.
Niko Matsakis
-12
/
+11
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
-1
/
+1
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-16
Store type names in crate metadata
Marijn Haverbeke
-1
/
+1
2012-01-16
When pretty-printing fn types, leave off arg modes when they are the default
Marijn Haverbeke
-3
/
+3
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-0
/
+8
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-0
/
+8
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-12
/
+12
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-9
/
+9
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-1
/
+1
2012-01-13
Remove tests for objs, adjust tests that use objs
Marijn Haverbeke
-104
/
+3
2012-01-12
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-1
/
+1
2012-01-11
test: Add a test that empty records don't parse
Brian Anderson
-0
/
+7
[prev]
[next]