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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_passes
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-53
/
+0
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-07-16
apply bootstrap cfgs
Mark Rousskov
-1
/
+0
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-07-02
rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext.
Eduard-Mihai Burtescu
-0
/
+1
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-0
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-24
{rustc::hir::map -> rustc_passes}::hir_id_validator
Mazdak Farrokhzad
-0
/
+1
2020-02-11
Move weak_lang_items checking to librustc_passes.
Camille GILLOT
-0
/
+1
2020-02-11
Move get_lang_items query in librustc_passes.
Camille GILLOT
-0
/
+2
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-1
/
+0
2020-01-29
Move upvars query to librustc_passes.
Camille GILLOT
-0
/
+2
2020-01-29
Move check_mod_attr query in librustc_passes.
Camille GILLOT
-0
/
+2
2020-01-18
slice_patterns: remove internal uses of gate
Mazdak Farrokhzad
-1
/
+1
2020-01-11
ast_validation -> new crate rustc_ast_passes
Mazdak Farrokhzad
-1
/
+0
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-2
/
+0
2020-01-01
Move stability queries to librustc_passes.
Camille GILLOT
-0
/
+2
2019-12-30
Move region_scope_tree query to librustc_passes.
Camille GILLOT
-0
/
+2
2019-12-29
Move get_lib_features query in librustc_passes.
Camille GILLOT
-0
/
+2
2019-12-29
Move diagnostic_items queries to librustc_passes.
Camille GILLOT
-0
/
+2
2019-12-29
Move reachable_set query in librustc_passes.
Camille GILLOT
-0
/
+2
2019-12-22
Format the world
Mark Rousskov
-7
/
+5
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
[next]