about summary refs log tree commit diff
path: root/src/librustc_borrowck/lib.rs
AgeCommit message (Expand)AuthorLines
2019-07-11Move rustc_borrowck -> rustc_ast_borrowckMatthew Jasper-24/+0
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-0/+1
2019-06-11rustc_borrowck: deny(unused_lifetimes).Eduard-Mihai Burtescu-0/+1
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-02-09Rollup merge of #58260 - taiki-e:librustc_borrowck-2018, r=CentrilMazdak Farrokhzad-10/+1
2019-02-08librustc_borrowck => 2018Taiki Endo-10/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-15Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertjbors-0/+2
2018-08-09librustc_borrowck: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
2018-07-31Move dataflow to borrowckMark Rousskov-0/+2
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+1
2018-06-19Parallel codeJohn Kåre Alsaker-0/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-03-28Stabilize match_default_bindingsTaylor Cramer-1/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-0/+1
2017-12-04rustc_back: remove slice module in favor of std::slice::from_ref.Irina-Gabriela Popa-1/+1
2017-11-18convert the `closure_kinds` map to just store the origin informationNiko Matsakis-0/+1
2017-10-16Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1bors-0/+1
2017-10-14rustc: Remove `used_mut_nodes` from `TyCtxt`Alex Crichton-0/+1
2017-10-10Fixed client code for diagnostics migration, adding new methods to `trait Bor...Felix S. Klock II-1/+1
2017-10-10Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.Felix S. Klock II-7/+0
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-2/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-2/+1
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-2/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+5
2017-04-04push `borrowck` into its own taskNiko Matsakis-0/+2
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-12Rollup merge of #36995 - nrc:stable, r=@nikomatsakisAlex Crichton-1/+1
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-10Move IdxSetBuf and BitSlice to rustc_data_structuresWesley Wiser-2/+0
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-06-09introduce the type-safe IdxVec and use it instead of loose indexesAriel Ben-Yehuda-0/+1
2016-06-03implement drop elaborationAriel Ben-Yehuda-1/+1