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
/
librustc
/
middle
/
borrowck
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-28
Removing unused imports
Alex Crichton
-2
/
+2
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-11
/
+11
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-4
/
+4
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-08
rustc: Remove uses of DVec
Alex Crichton
-2
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-10
/
+1
2013-03-01
Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i...
Patrick Walton
-3
/
+14
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-0
/
+2
2013-02-28
Change bare functions so that they are represented by a single pointer.
Niko Matsakis
-3
/
+14
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-5
/
+7
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-2
/
+2
2013-02-12
Adjust borrow checker algorithm to address #4856 unsoundness,
Niko Matsakis
-6
/
+41
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-25
/
+41
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-49
/
+59
2013-01-29
librustc: De-export front, borrowck, and typeck/check. rs=deexporting
Patrick Walton
-86
/
+37
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-18
/
+10
2013-01-28
Integrate vec patterns into borrow checker.
Niko Matsakis
-2
/
+6
2013-01-25
Fix Option camel case in comments
Tyler Bindon
-3
/
+3
2013-01-22
Make borrowck's notion of scopes consistent with trans's notion of scopes
Tim Chevalier
-1
/
+3
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-11
/
+17
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+4
2013-01-08
Rename identifiers that still use 'alt' to use 'match'
Lindsey Kuper
-2
/
+2
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-2
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+6
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-17
/
+19
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-8
/
+0
2012-11-28
Remove uses of #[merge]
Brian Anderson
-0
/
+620
2012-11-26
Remove the crate language
Brian Anderson
-0
/
+9