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
Age
Commit message (
Expand
)
Author
Lines
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-6
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-25
auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko...
bors
-74
/
+93
2014-03-24
rustc: Completely forbid borrows of unsafe statics
Flavio Percoco
-74
/
+93
2014-03-23
use TotalEq for HashMap
Daniel Micay
-3
/
+3
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-3
/
+3
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-162
/
+88
2014-03-21
syntax: make OptVec immutable.
Huon Wilson
-5
/
+3
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-5
/
+0
2014-03-20
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
bors
-52
/
+95
2014-03-20
Forbid borrow of static items with unsafe interior
Flavio Percoco
-28
/
+40
2014-03-20
Gather loans for static items
Flavio Percoco
-28
/
+59
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-7
/
+7
2014-03-17
auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...
bors
-0
/
+3
2014-03-17
De-@ move maps and rework parts of trans.
Eduard Burtescu
-21
/
+12
2014-03-17
De-@ gather_loans.
Eduard Burtescu
-15
/
+10
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-38
/
+38
2014-03-13
Region + borrow checker support and tests for overloaded autoderef.
Eduard Burtescu
-2
/
+37
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-8
/
+12
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-3
/
+3
2014-03-09
borrowck: classify expressions as assignees, uses or both
Edward Wang
-33
/
+55
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-16
/
+23
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-20
/
+19
2014-03-06
Allow mutable slices in statics.
xales
-0
/
+3
2014-03-06
fix typos with with repeated words, just like this sentence.
Kang Seonghoon
-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-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-2
/
+2
2014-02-27
Forbid moves out of static items Closes #10577
Flavio Percoco
-14
/
+1
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-26
/
+13
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-4
/
+4
2014-02-24
Match binding is assignment
Edward Wang
-10
/
+13
2014-02-24
Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks.
Huon Wilson
-179
/
+271
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
-2
/
+2
2014-02-22
Warn about unnecessary parentheses upon assignment
Eduard Bopp
-3
/
+2
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+2
2014-02-14
Removed the obsolete ast::CallSugar (previously used by `do`).
Eduard Burtescu
-2
/
+2
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-19
/
+9
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
-479
/
+634
2014-02-08
Make &mut borrows restrict aliasing
Niko Matsakis
-103
/
+130
2014-02-08
Remove unused ConstMutability
Niko Matsakis
-11
/
+1
2014-02-08
Fixed error starting with uppercase
mr.Shu
-6
/
+6
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-1
/
+1
2014-02-02
rustc: update docs & propagate @[]/@str removal more.
Huon Wilson
-10
/
+0
2014-02-02
rustc: remove use of @[].
Huon Wilson
-3
/
+2
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
-30
/
+22
[next]