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_passes
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-13
Restructue HIR const-checker to handle features with multiple gates
Dylan MacKenzie
-0
/
+1
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-2
/
+0
2019-11-13
Add HIR pass to check for `if`s and `loop`s in a `const`
Dylan MacKenzie
-0
/
+2
2019-10-04
middle::intrinsicck -> rustc_passes
Mark Rousskov
-0
/
+2
2019-10-04
middle::entry -> rustc_passes
Mark Rousskov
-0
/
+6
2019-10-04
middle::dead -> rustc_passes
Mark Rousskov
-0
/
+1
2019-10-04
move middle::liveness to rustc_passes
Mark Rousskov
-0
/
+2
2019-09-30
Remove HIR based const qualification
Matthew Jasper
-2
/
+0
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-08
Dont use gate bind_by_move_pattern_guards internally.
Mazdak Farrokhzad
-1
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-3
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-23
let_chains: Handle disallowing of let chains in places lowering won't support.
Mazdak Farrokhzad
-0
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-0
/
+1
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-02-09
Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=Centril
Mazdak Farrokhzad
-11
/
+3
2019-02-08
librustc_passes => 2018
Taiki Endo
-11
/
+3
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-28
Conditionally skip two passes if their related attributes were not found
John Kåre Alsaker
-0
/
+1
2019-01-25
distinguish "no data" from "heterogeneous" for ABI purposes
Niko Matsakis
-0
/
+1
2019-01-11
Make more passes incremental
John Kåre Alsaker
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Fix recursion limits
John Kåre Alsaker
-0
/
+2
2018-11-29
Remove not used mod
yui-knk
-1
/
+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-09
[nll] librustc_passes: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-04-30
Removed unused dependencies on rustc_const_math
Oliver Schneider
-1
/
+0
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-08
rustc_passes::consts -> rvalue_promotion
Oliver Schneider
-2
/
+2
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-0
/
+1
2018-02-24
Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb
Manish Goregaokar
-1
/
+0
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-02-10
Remove "static item recursion checking" in favor of relying on cycle checks i...
John Kåre Alsaker
-1
/
+0
2018-01-13
Move "no asm" check into AST validation
Vadim Petrochenkov
-1
/
+0
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2017-10-16
convert constant promotion into a query
Niko Matsakis
-0
/
+6
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
[next]