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
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
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-2
/
+2
2017-08-06
de-orphan extended information
Zack M. Davis
-0
/
+2
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-11
Move rvalue checking to MIR
Ariel Ben-Yehuda
-1
/
+0
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-1
/
+0
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-04
Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis
bors
-0
/
+1
2016-11-30
Adds `-Z mir-stats`, which is similar to `-Z hir-stats`.
Felix S. Klock II
-0
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-11-08
Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis
bors
-1
/
+1
2016-11-04
Add -Zhir-stats for collecting statistics on HIR and AST
Michael Woerister
-0
/
+1
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-0
/
+1
2016-08-04
run rustfmt on librustc_passes folder
Srinivas Reddy Thatiparthy
-3
/
+6
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+2
2016-05-28
sanity -> validation
Vadim Petrochenkov
-1
/
+1
2016-05-28
Add an AST sanity checking pass and use it to catch some illegal lifetime/lab...
Vadim Petrochenkov
-0
/
+1
2016-05-07
mir: qualify and promote constants.
Eduard Burtescu
-1
/
+0
2016-04-26
don't report bitshift overflow twice
Oliver Schneider
-0
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-03-31
librustc_passes: use bug!(), span_bug!()
Benjamin Herr
-1
/
+1
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+1
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-2
/
+3
2016-01-21
move more checks out of librustc
Oliver Schneider
-0
/
+7
2016-01-15
move const block checks before lowering step
Oliver Schneider
-0
/
+36