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
2019-02-09
Rollup merge of #58260 - taiki-e:librustc_borrowck-2018, r=Centril
Mazdak Farrokhzad
-10
/
+1
2019-02-08
librustc_borrowck => 2018
Taiki Endo
-10
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-15
Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj
bors
-0
/
+2
2018-08-09
librustc_borrowck: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Remove unnecessary feature attributes that sneaked in
varkor
-1
/
+0
2018-07-31
Move dataflow to borrowck
Mark Rousskov
-0
/
+2
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+1
2018-06-19
Parallel code
John Kåre Alsaker
-0
/
+2
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-1
/
+0
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-0
/
+1
2017-12-04
rustc_back: remove slice module in favor of std::slice::from_ref.
Irina-Gabriela Popa
-1
/
+1
2017-11-18
convert the `closure_kinds` map to just store the origin information
Niko Matsakis
-0
/
+1
2017-10-16
Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1
bors
-0
/
+1
2017-10-14
rustc: Remove `used_mut_nodes` from `TyCtxt`
Alex Crichton
-0
/
+1
2017-10-10
Fixed client code for diagnostics migration, adding new methods to `trait Bor...
Felix S. Klock II
-1
/
+1
2017-10-10
Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.
Felix S. Klock II
-7
/
+0
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
[next]