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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-33
/
+14
2012-01-31
Change option::t to option
Tim Chevalier
-15
/
+12
2012-01-31
Rename str::to_chars -> str::chars
Kevin Cantu
-2
/
+2
2012-01-31
Don't compute pre- and postconditions for item_consts
Tim Chevalier
-0
/
+3
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-6
/
+15
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-0
/
+24
2012-01-30
Fix last failing test
Paul Woolcock
-1
/
+9
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-1
/
+11
2012-01-30
Alter/remove tests that include/concern ternary
Paul Woolcock
-52
/
+3
2012-01-30
Revert self types
Marijn Haverbeke
-2
/
+0
2012-01-29
rt: Remove set_min_stack
Brian Anderson
-12
/
+0
2012-01-29
core: Remove sys::set_min_stack
Brian Anderson
-4
/
+0
2012-01-27
rustc: Make 'attempted access of field' error non-fatal
Brian Anderson
-0
/
+6
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-2
/
+2
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-27
Use the method name 'unary-' for overloading negation
Marijn Haverbeke
-1
/
+1
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
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
[next]