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_mir
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-1
/
+1
2019-12-06
Fix rebase issues
varkor
-1
/
+0
2019-12-06
Use `to_option` in various places
varkor
-0
/
+1
2019-11-27
Add `#![feature(matches_macro)]`
Dylan MacKenzie
-0
/
+1
2019-11-27
Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk
bors
-0
/
+1
2019-11-24
Respond to CR feedback
Wesley Wiser
-0
/
+1
2019-11-21
Introduce MIR optimizations for simplifying `x?` on `Result`s.
Mazdak Farrokhzad
-0
/
+1
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-1
/
+1
2019-11-15
Remove `qualify_consts` completely
Dylan MacKenzie
-1
/
+0
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-2
/
+0
2019-11-06
Implement pass to remove branches on uninhabited variants
Wesley Wiser
-0
/
+1
2019-10-27
Always use consteval to codegen caller_location.
Adam Perry
-0
/
+1
2019-10-16
Enable `drain_filter`
Dylan MacKenzie
-0
/
+1
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-09-30
Avoid `chain()` in `find_constraint_paths_between_regions()`.
Nicholas Nethercote
-0
/
+1
2019-09-25
Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper
Mazdak Farrokhzad
-0
/
+1
2019-09-19
Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk
Mazdak Farrokhzad
-0
/
+1
2019-09-18
Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry
Tyler Mandry
-1
/
+1
2019-09-18
Publish `rustc_mir::dataflow` and remove `#[allow(unused)]`
Dylan MacKenzie
-1
/
+1
2019-09-17
Add generic dataflow impl
Dylan MacKenzie
-0
/
+1
2019-09-17
Get rid of special const intrinsic query in favour of `const_eval`
Oliver Scherer
-1
/
+0
2019-09-15
check_match: misc cleanup.
Mazdak Farrokhzad
-0
/
+1
2019-09-06
Make rustc_mir::dataflow module pub
Shotaro Yamada
-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-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-0
/
+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-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-6
/
+2
2019-07-13
Make `newtype_index` hygienic and use allow_internal_unstable
Matthew Jasper
-2
/
+0
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+0
2019-06-11
rustc_mir: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-06
Don't run MIR passes on constructor shims
Matthew Jasper
-0
/
+1
2019-06-02
query-fy type_name
Mark Mansi
-0
/
+1
2019-06-02
query-ify const_field
Mark Mansi
-0
/
+4
2019-05-31
Stabilize reverse_bits feature
Lzu Tao
-1
/
+0
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 librustc_mir
flip1995
-0
/
+1
2019-03-12
Stabilize Range*::contains.
Steven Malis
-1
/
+0
2019-03-06
Make misc checking 2 more parallel
John Kåre Alsaker
-1
/
+0
2019-02-25
Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton
bors
-1
/
+0
2019-02-13
Stabilize TryFrom and TryInto
Simon Sapin
-1
/
+0
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-08
Remove #[macro_use] extern crate bitflags
Taiki Endo
-2
/
+0
2019-02-08
Use real try blocks
Taiki Endo
-8
/
+1
[next]