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-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-4
/
+4
2012-08-03
rustc: Translate repeated vector syntax
Patrick Walton
-0
/
+7
2012-08-03
Implement &-expressions in consts. Part of #2317.
Graydon Hoare
-2
/
+11
2012-08-03
Add task-perf-linked-failure.rs
Ben Blum
-2
/
+69
2012-08-03
Xfailing until the pipe race is fixed.
Eric Holk
-0
/
+2
2012-08-03
test: Add a trivial test that trait composition parses
Patrick Walton
-0
/
+11
2012-08-03
Fixing failing test cases
Eric Holk
-2
/
+2
2012-08-03
test: Add a test case for bare static strings
Patrick Walton
-0
/
+5
2012-08-03
test: Remove a fixed-length string from a test
Patrick Walton
-1
/
+0
2012-08-03
Test for issue 2904, which got fixed somewhere along the line
Tim Chevalier
-0
/
+78
2012-08-03
Adding a test case for #2548
Eric Holk
-0
/
+27
2012-08-03
fix compilation of 2214
Niko Matsakis
-1
/
+1
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-3
/
+14
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-73
/
+33
2012-08-02
When checking loop bodies and do-expr bodies, don't require the expected type...
Tim Chevalier
-0
/
+9
2012-08-02
Convert pfib to pipes. This is a useful stress test.
Eric Holk
-12
/
+12
2012-08-02
Removing an obsolete benchmark
Eric Holk
-459
/
+0
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-3
/
+3
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-44
/
+54
2012-08-02
Allow interpolations of all the nt_*s.
Paul Stansifer
-0
/
+19
2012-08-02
Linked failure: Add '100 generations' bench test (#1868)
Ben Blum
-0
/
+32
2012-08-01
Convert ret to return
Brian Anderson
-505
/
+505
2012-08-01
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
Brian Anderson
-0
/
+63
2012-08-01
Clean out transitional lint.
Graydon Hoare
-2
/
+2
2012-07-31
change how we print and explain region types
Niko Matsakis
-4
/
+4
2012-07-31
Fix failing tests
Brian Anderson
-17
/
+17
2012-07-31
test: Fix broken test that used "move" as an identifier
Patrick Walton
-8
/
+8
2012-07-31
rustc: Add non_camel_case_types lint check
Brian Anderson
-0
/
+37
2012-07-31
Start implementing structured constants.
Graydon Hoare
-0
/
+13
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-0
/
+8
2012-07-31
test: Move two tests from run-pass into the libs
Brian Anderson
-25
/
+0
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-1
/
+16
2012-07-31
syntax: Rename 'module' extension to 'module_path'
Brian Anderson
-1
/
+1
2012-07-31
syntax: More tweaks to make alt arrows parse and print correctly
Brian Anderson
-7
/
+20
2012-07-31
accept naked exprs with commas in pattern arms
Niko Matsakis
-0
/
+34
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-74
/
+79
2012-07-30
Update tests for macro syntax change.
Paul Stansifer
-2
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-765
/
+766
2012-07-30
Rename `#mod` -> `#module` to not collide with the keyword.
Paul Stansifer
-1
/
+1
2012-07-30
test: Add a test for mods inside functions. Closes #493
Brian Anderson
-0
/
+11
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-6
/
+6
2012-07-30
syntax: Fix semicolon printing. Closes #3036
Brian Anderson
-0
/
+6
2012-07-30
Revert "Fix build by xfailing tests which produce irreducible CFGs."
Elliott Slaughter
-2
/
+0
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-75
/
+147
2012-07-30
Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowly
Brian Anderson
-1
/
+1
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-5
/
+18
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-201
/
+69
2012-07-27
Forbid duplicate fields in record types and exprs
Tim Chevalier
-0
/
+6
2012-07-27
Correctly forbid upvars in nested impls, traits and classes
Tim Chevalier
-0
/
+82
2012-07-27
change region inference to not consider & that appears in a fn
Niko Matsakis
-0
/
+9
[prev]
[next]