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
/
loan.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-16
/
+33
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-1
/
+1
2012-08-27
Convert core::result to camel case
Brian Anderson
-5
/
+5
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-06
first shot at integrating ref/value bindings into borrowck
Niko Matsakis
-2
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-10
/
+10
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-22
/
+55
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+6
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-3
/
+3
2012-06-24
Remove resources
Tim Chevalier
-2
/
+1
2012-06-21
Issue #2657: track mutability of bindings, also prevent move from bindings
Niko Matsakis
-1
/
+1
2012-06-12
Treat enums with one variant specially in borrowck: #2573
Niko Matsakis
-17
/
+44
2012-06-06
move borrowck to dvec, insert a few minor copies
Niko Matsakis
-6
/
+6
2012-06-02
improve borrowck to handle some frankly rather tricky cases
Niko Matsakis
-2
/
+2
2012-06-01
break up borrowck into modules and begin to document how it works
Niko Matsakis
-0
/
+97