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
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-2
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-2
/
+1
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+0
2017-07-06
remove associated_consts feature gate
Sean McArthur
-1
/
+2
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-2
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+5
2017-04-04
push `borrowck` into its own task
Niko Matsakis
-0
/
+2
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-12
Rollup merge of #36995 - nrc:stable, r=@nikomatsakis
Alex Crichton
-1
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-10-10
Move IdxSetBuf and BitSlice to rustc_data_structures
Wesley Wiser
-2
/
+0
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-0
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+2
2016-06-09
introduce the type-safe IdxVec and use it instead of loose indexes
Ariel Ben-Yehuda
-0
/
+1
2016-06-03
implement drop elaboration
Ariel Ben-Yehuda
-1
/
+1
2016-05-23
add `indexed_set` mod for typed wrappers around bitarrays representing sets.
Felix S. Klock II
-0
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-03-31
librustc_borrowck: use bug!(), span_bug!()
Benjamin Herr
-0
/
+1
2016-03-22
enable question_mark feature in rustc_borrowck
Jorge Aparicio
-0
/
+1
2016-03-21
Switch newtype Index wrappers to use NonZero instead of INVALID constants.
Felix S. Klock II
-0
/
+2
2016-03-21
scaffolding for borrowck on MIR.
Felix S. Klock II
-1
/
+3
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
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
[next]