summary refs log tree commit diff
path: root/src/librustc_passes/lib.rs
AgeCommit message (Expand)AuthorLines
2019-12-13Restructue HIR const-checker to handle features with multiple gatesDylan MacKenzie-0/+1
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+0
2019-11-13Add HIR pass to check for `if`s and `loop`s in a `const`Dylan MacKenzie-0/+2
2019-10-04middle::intrinsicck -> rustc_passesMark Rousskov-0/+2
2019-10-04middle::entry -> rustc_passesMark Rousskov-0/+6
2019-10-04middle::dead -> rustc_passesMark Rousskov-0/+1
2019-10-04move middle::liveness to rustc_passesMark Rousskov-0/+2
2019-09-30Remove HIR based const qualificationMatthew Jasper-2/+0
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-08Dont use gate bind_by_move_pattern_guards internally.Mazdak Farrokhzad-1/+1
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-3/+1
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-23let_chains: Handle disallowing of let chains in places lowering won't support.Mazdak Farrokhzad-0/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-0/+1
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-1/+1
2019-04-17Rename modulesYuki OKUSHI-1/+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 #58247 - taiki-e:librustc_passes-2018, r=CentrilMazdak Farrokhzad-11/+3
2019-02-08librustc_passes => 2018Taiki Endo-11/+3
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-01-28Conditionally skip two passes if their related attributes were not foundJohn Kåre Alsaker-0/+1
2019-01-25distinguish "no data" from "heterogeneous" for ABI purposesNiko Matsakis-0/+1
2019-01-11Make more passes incrementalJohn Kåre Alsaker-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Fix recursion limitsJohn Kåre Alsaker-0/+2
2018-11-29Remove not used modyui-knk-1/+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-09[nll] librustc_passes: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+2
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-04-30Removed unused dependencies on rustc_const_mathOliver Schneider-1/+0
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-03-08rustc_passes::consts -> rvalue_promotionOliver Schneider-2/+2
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-1/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-0/+1
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-1/+0
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-02-10Remove "static item recursion checking" in favor of relying on cycle checks i...John Kåre Alsaker-1/+0
2018-01-13Move "no asm" check into AST validationVadim Petrochenkov-1/+0
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+1
2017-10-16convert constant promotion into a queryNiko Matsakis-0/+6
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0