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
/
borrowck
/
check_loans.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-19
/
+41
2012-10-08
remove ctor from ast
Niko Matsakis
-41
/
+19
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+1
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-4
/
+4
2012-10-05
Revert "wip"
Tim Chevalier
-5
/
+6
2012-10-05
wip
Tim Chevalier
-6
/
+5
2012-09-28
rename iter2 to each2, make it follow iterator protocol
Niko Matsakis
-1
/
+1
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-25
Demode iter-trait
Tim Chevalier
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-31
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+31
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-8
/
+8
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-1
/
+1
2012-09-18
libsyntax: Remove 'unchecked_blk' from AST
Brian Anderson
-3
/
+0
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-34
/
+14
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-0
/
+7
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-2
/
+2
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-2
/
+10
2012-09-04
Remove 'with'
Brian Anderson
-2
/
+2
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+19
2012-08-27
Camel case various core constructors
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-32
/
+32
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-5
/
+6
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-2
/
+4
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-13
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-29
/
+29
2012-08-22
intern identifiers
Paul Stansifer
-1
/
+1
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-4
/
+1
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-1
/
+4
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-4
/
+1
2012-08-09
Enforce a stricter notion of purity when borrowing. Fixes #3162.
Niko Matsakis
-2
/
+24
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-08
refactor categorization out of borrowck into its own module.
Niko Matsakis
-1
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-32
/
+32
2012-08-05
Switch alts to use arrows
Brian Anderson
-85
/
+84
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-1
/
+1
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-0
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-19
/
+22
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-29
/
+29
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-5
/
+5
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-2
/
+2
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-21
/
+21
[next]