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
/
rustc
/
middle
/
kind.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-3
/
+3
2012-10-08
remove ctor from ast
Niko Matsakis
-3
/
+3
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-10
/
+3
2012-10-05
Revert "wip"
Tim Chevalier
-5
/
+13
2012-10-05
wip
Tim Chevalier
-13
/
+5
2012-09-28
rename iter2 to each2, make it follow iterator protocol
Niko Matsakis
-2
/
+2
2012-09-28
demode vec
Niko Matsakis
-2
/
+2
2012-09-27
core: More option demoding
Brian Anderson
-4
/
+4
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-4
/
+4
2012-09-25
Demode iter-trait
Tim Chevalier
-3
/
+3
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-2
/
+2
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+2
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-4
/
+4
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-4
/
+4
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-3
/
+15
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-4
/
+4
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-3
/
+11
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-1
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-3
/
+3
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-10
/
+10
2012-08-26
Camel case the option type
Brian Anderson
-35
/
+35
2012-08-24
Enforce copyability in bind_by_value match arms (fix #3255)
Ben Blum
-0
/
+14
2012-08-23
Less confusing error message when copying into heap closures (close #2942)
Ben Blum
-21
/
+40
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-22
intern identifiers
Paul Stansifer
-1
/
+1
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-2
/
+2
2012-08-21
remove trailing whitespace
Niko Matsakis
-1
/
+1
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-2
/
+2
2012-08-20
Do vtable resolution for *all* method calls, not just statically resolved one...
Michael Sullivan
-19
/
+2
2012-08-17
Make by-val explicit self actually work. Closes #2585.
Michael Sullivan
-39
/
+51
2012-08-17
rustc: Prevent destructors from being run twice with the repeated vector syntax
Patrick Walton
-0
/
+9
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-2
/
+11
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-1
/
+1
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-4
/
+6
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-6
/
+4
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-4
/
+6
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-21
/
+21
2012-08-05
Switch alts to use arrows
Brian Anderson
-49
/
+49
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-4
/
+4
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-5
/
+5
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-8
/
+8
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-5
/
+88
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-5
/
+26
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-18
/
+18
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
[next]