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
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-23
use TotalEq for HashMap
Daniel Micay
-3
/
+3
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-8
/
+6
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
bors
-3
/
+22
2014-03-20
Forbid borrow of static items with unsafe interior
Flavio Percoco
-4
/
+5
2014-03-20
Gather loans for static items
Flavio Percoco
-1
/
+19
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ move maps and rework parts of trans.
Eduard Burtescu
-8
/
+8
2014-03-17
De-@ gather_loans.
Eduard Burtescu
-4
/
+3
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-17
/
+17
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-5
/
+7
2014-03-09
borrowck: classify expressions as assignees, uses or both
Edward Wang
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-1
/
+2
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-1
/
+1
2014-03-05
Allow overloading explicit dereferences.
Eduard Burtescu
-2
/
+5
2014-03-02
Make visible types public in rustc
Steven Fackler
-1
/
+1
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-3
/
+3
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-3
/
+3
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+2
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-11
/
+6
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-2
/
+2
2014-02-11
borrowck -- treak borrows from closures like other borrows
Niko Matsakis
-153
/
+207
2014-02-08
Make &mut borrows restrict aliasing
Niko Matsakis
-11
/
+13
2014-02-08
Remove unused ConstMutability
Niko Matsakis
-2
/
+0
2014-02-08
Fixed error starting with uppercase
mr.Shu
-2
/
+2
2014-02-02
rustc: update docs & propagate @[]/@str removal more.
Huon Wilson
-10
/
+0
2014-02-02
librustc: Remove uses of `interner_get` in librustc
Patrick Walton
-1
/
+2
2014-02-02
librustc: Remove uses of `token::ident_to_str()` from librustc
Patrick Walton
-1
/
+2
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-5
/
+14
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-23
Make some borrow checker errors more user friendly
Kiet Tran
-0
/
+4
2014-01-19
syntax: convert ast_map to use a SmallIntMap.
Huon Wilson
-9
/
+6
2014-01-11
auto merge of #11465 : pcwalton/rust/borrow-check-bug, r=pcwalton
bors
-1
/
+4
2014-01-10
librustc: Check restrictions on all subcomponents of a path when moving
Patrick Walton
-1
/
+4
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-11
/
+10
2014-01-07
'borrowed pointer' -> 'reference'
Brian Anderson
-1
/
+1
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-20
/
+34
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-45
/
+12
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-1
/
+2
2013-12-27
librustc: Implement coercion for traits.
Luqman Aden
-1
/
+1
2013-12-26
librustc: De-`@mut` `all_loans` in the borrow checker
Patrick Walton
-8
/
+10
2013-12-26
librustc: De-`@mut` the `cnum_map`
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` the borrow check stat fields
Patrick Walton
-18
/
+14
2013-12-26
librustc: De-`@mut` the moves map
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the write guard map
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` the borrow check's `loan_map`
Patrick Walton
-4
/
+0
2013-12-26
librustc: Remove the unused `stmt_map` from the borrow checker
Patrick Walton
-3
/
+0
[next]