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-02-03
Additional testcase.
Kevin Atkinson
-4
/
+7
2012-02-03
Type anti-quotes now work, add test case.
Kevin Atkinson
-0
/
+3
2012-02-03
Fix q-q so that non-expression q-q actually work when there is embed anti-q.
Kevin Atkinson
-2
/
+2
2012-02-03
Allow anti-quotes to also be ast::ty rather than just ast::expr.
Kevin Atkinson
-6
/
+3
2012-02-03
Add testcase.
Kevin Atkinson
-0
/
+87
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
-35
/
+10
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-14
/
+9
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-24
/
+8
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-1
/
+5
2012-02-02
Add test case for issue #1733
Marijn Haverbeke
-0
/
+2
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-8
/
+8
2012-02-01
Propagating unsafe::slice 4
Kevin Cantu
-16
/
+16
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
[prev]
[next]