| Age | Commit message (Expand) | Author | Lines |
| 2019-12-20 | Use `delay_span_bug` less often | Matthew Jasper | -3/+2 |
| 2019-12-20 | Correctly lower paths to generic associated types | Matthew Jasper | -3/+3 |
| 2019-12-20 | Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obk | Mazdak Farrokhzad | -3/+0 |
| 2019-12-20 | Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor | Mazdak Farrokhzad | -0/+11 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -3/+0 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -3/+0 |
| 2019-12-13 | Consistently name `min_const_fn` | Oliver Scherer | -2/+2 |
| 2019-12-13 | Change the const stab default for internal const fns | Oliver Scherer | -4/+7 |
| 2019-12-13 | Elaborate internal const fn comment | Oliver Scherer | -1/+3 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -12/+50 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -0/+11 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -6/+26 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -3/+3 |
| 2019-12-06 | Use `to_option` in various places | varkor | -13/+4 |
| 2019-12-05 | Add caller_location paramter to FnAbi::new_internal. | Adam Perry | -2/+11 |
| 2019-12-05 | Generate &core::panic::Location type in a single place. | Adam Perry | -0/+10 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -4/+5 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -8/+8 |
| 2019-12-05 | Rollup merge of #67010 - estebank:raw-idents, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -3/+112 |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -0/+3 |
| 2019-12-04 | Leave fixme | Oliver Scherer | -0/+1 |
| 2019-12-03 | rustc: add docs to FnAbi::{of_fn_ptr,of_instance} and InstanceDef::Virtual. | Eduard-Mihai Burtescu | -1/+16 |
| 2019-12-03 | rustc: move Instance::fn_sig to ty::layout and privatize it. | Eduard-Mihai Burtescu | -66/+72 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-12-03 | rustc: take a PolyFnSig instead of an FnSig in FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -7/+8 |
| 2019-12-03 | rustc: rename FnAbi::new to FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-12-03 | rustc: compute FnAbi's for virtual calls through FnAbi::of_instance. | Eduard-Mihai Burtescu | -12/+8 |
| 2019-12-03 | rustc: use ReifyShim for reifying Virtual call instances. | Eduard-Mihai Burtescu | -12/+20 |
| 2019-12-03 | rustc: combine Instance::fn_sig_noadjust and Instance::fn_sig. | Eduard-Mihai Burtescu | -17/+15 |
| 2019-12-03 | const fns can read constants that invoke unstable const fns | Oliver Scherer | -1/+1 |
| 2019-12-03 | Explain the difference between the two whitelists | Oliver Scherer | -0/+9 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -0/+35 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -3/+67 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -12/+12 |
| 2019-12-02 | Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk | Mazdak Farrokhzad | -2/+6 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -3/+1 |
| 2019-11-30 | Rollup merge of #66883 - eddyb:we-cant-have-nice-things, r=oli-obk | Mazdak Farrokhzad | -14/+35 |
| 2019-11-30 | rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl. | Eduard-Mihai Burtescu | -2/+6 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -3/+1 |
| 2019-11-30 | rustc: fix ty::Const::eval's handling of inference variables. | Eduard-Mihai Burtescu | -14/+35 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -0/+17 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -2/+3 |