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_borrowck
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-03
Make public borrowck api more accessible
Florian Hahn
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+1
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-3
/
+0
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-30
Auto merge of #24884 - michaelsproul:extended-errors, r=nrc
bors
-0
/
+5
2015-04-30
Add metadata output to the diagnostics system.
Michael Sproul
-0
/
+5
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-10
Improve error message where a closure escapes fn while trying to borrow
Niko Matsakis
-0
/
+4
2015-03-27
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-26
Register new snapshots
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+1
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-8
/
+7
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+4
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-18
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+15
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+0
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+1
2014-12-15
remove explicit if_let and tuple_indexing feature enables as they now trigger...
Pedro Larroy
-2
/
+2
2014-12-13
librustc_borrowck: add `#![feature(unboxed_closures)]`
Jorge Aparicio
-0
/
+1
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-0
/
+39