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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_borrowck
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-11
/
+15
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+15
2015-01-05
remove ty_closure
Jorge Aparicio
-7
/
+0
2015-01-05
Remove unused if_ok! macro
Keegan McAllister
-9
/
+0
2015-01-04
Merge pull request #20457 from frewsxcv/rm-reexports
bors
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-21
/
+21
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and
Niko Matsakis
-45
/
+41
2015-01-02
Remove graphviz::LabelText::* public reexport
Corey Farwell
-2
/
+2
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-0
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-3
/
+3
2014-12-31
rustc_borrowck: unbox closures used in let bindings
Jorge Aparicio
-11
/
+11
2014-12-31
rustc_borrowck: unbox closures used in function arguments
Jorge Aparicio
-4
/
+12
2014-12-30
Fallout from stabilization
Aaron Turon
-5
/
+3
2014-12-30
Make ExprUseVisitor<..> use inherited parameter environments.
Niko Matsakis
-2
/
+2
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-1
/
+1
2014-12-27
auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-12
/
+12
2014-12-27
auto merge of #20158 : nikomatsakis/rust/fn-inference-refactor, r=eddyb
bors
-6
/
+1
2014-12-27
Fix fallout
Nick Cameron
-6
/
+0
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-12
/
+12
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-12
/
+12
2014-12-25
Remove `McResult` from the mem-categorization interface.
Niko Matsakis
-6
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-66
/
+66
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+0
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+1
2014-12-19
librustc_borrowck: use `#[deriving(Copy)]`
Jorge Aparicio
-35
/
+13
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-15
remove explicit if_let and tuple_indexing feature enables as they now trigger...
Pedro Larroy
-2
/
+2
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-1
/
+0
2014-12-13
librustc: use tuple indexing
Jorge Aparicio
-2
/
+2
2014-12-13
librustc_borrowck: add `#![feature(unboxed_closures)]`
Jorge Aparicio
-0
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-39
/
+45
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-0
/
+5927