| Age | Commit message (Expand) | Author | Lines |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -50/+95 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -39/+224 |
| 2020-03-23 | Rollup merge of #70270 - GuillaumeGomez:cleanup-e0449, r=Dylan-DPC | Mazdak Farrokhzad | -2/+3 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -41/+33 |
| 2020-03-23 | Rollup merge of #70249 - lcnr:issue70125, r=eddyb | Mazdak Farrokhzad | -24/+70 |
| 2020-03-23 | Rollup merge of #70248 - Centril:unroot, r=petrochenkov | Mazdak Farrokhzad | -32/+11 |
| 2020-03-23 | Rollup merge of #70236 - petrochenkov:globimpice, r=ecstatic-morse | Mazdak Farrokhzad | -0/+24 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -116/+69 |
| 2020-03-23 | Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnay | Mazdak Farrokhzad | -0/+37 |
| 2020-03-23 | Rollup merge of #69880 - RalfJung:miri-assert-error-sanity, r=oli-obk | Mazdak Farrokhzad | -6/+4 |
| 2020-03-23 | Rollup merge of #69251 - anp:track-caller-in-traits, r=eddyb | Mazdak Farrokhzad | -119/+217 |
| 2020-03-23 | Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxc | bors | -374/+382 |
| 2020-03-23 | rustc_llvm: don't use -g when LLVM_NDEBUG is set. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-03-23 | rustc_codegen_llvm: don't generate static and vtable debuginfo for -Cdebuginf... | Eduard-Mihai Burtescu | -0/+10 |
| 2020-03-23 | rustc_codegen_llvm: don't generate Self type debuginfo for methods for -Cdebu... | Eduard-Mihai Burtescu | -1/+6 |
| 2020-03-23 | rustc_codegen_llvm: don't generate "lexical block" scopes for -Cdebuginfo=1. | Eduard-Mihai Burtescu | -4/+13 |
| 2020-03-22 | Remove special-casing from TyCtxt::impl_of_method. | Adam Perry | -12/+2 |
| 2020-03-22 | Allow #[track_caller] in traits. | Adam Perry | -107/+215 |
| 2020-03-23 | Factor out a repeated `config.no_integrated_as` test. | Nicholas Nethercote | -23/+25 |
| 2020-03-23 | Introduce a local variable `config_emit_normal_obj`. | Nicholas Nethercote | -3/+5 |
| 2020-03-23 | Factor out a repeated `config.obj_is_bitcode` test. | Nicholas Nethercote | -9/+11 |
| 2020-03-23 | Remove an unnecessary block scope. | Nicholas Nethercote | -89/+79 |
| 2020-03-23 | Combine `ModuleConfig::embed_bitcode{,_marker}`. | Nicholas Nethercote | -17/+25 |
| 2020-03-23 | Remove some local variables. | Nicholas Nethercote | -19/+13 |
| 2020-03-22 | Use more targetted span for error label | Esteban Küber | -36/+36 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -332/+370 |
| 2020-03-22 | Auto merge of #69778 - Marwes:dep_graph, r=davidtwco | bors | -11/+24 |
| 2020-03-22 | fix one more test | mark | -1/+1 |
| 2020-03-22 | remove UbExperimental variant | Ralf Jung | -5/+2 |
| 2020-03-22 | miri engine: turn error sanity checks into assertions | Ralf Jung | -6/+4 |
| 2020-03-22 | avoid unsafe code, use upcasting-trait instead (trick by oli) | Ralf Jung | -25/+16 |
| 2020-03-22 | correctly handle const params in type_of | Bastian Kauschke | -15/+73 |
| 2020-03-22 | Add regression test for #70155. | CDirkx | -0/+12 |
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -6/+8 |
| 2020-03-22 | the crate and tests | mark | -5/+5 |
| 2020-03-22 | Implement Hash for Infallible | Konrad Borowski | -0/+8 |
| 2020-03-22 | Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung | bors | -8/+142 |
| 2020-03-22 | Add span label to primary error span | Esteban Küber | -80/+76 |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -239/+360 |
| 2020-03-22 | Auto merge of #70275 - Dylan-DPC:rollup-1fbosob, r=Dylan-DPC | bors | -252/+321 |
| 2020-03-22 | update `make_contiguous` docs | Bastian Kauschke | -1/+3 |
| 2020-03-22 | Rollup merge of #70266 - petrochenkov:prochead, r=varkor | Dylan DPC | -31/+20 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -67/+34 |
| 2020-03-22 | Rollup merge of #70240 - brain0:thread_id, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-03-22 | Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum | Dylan DPC | -115/+92 |
| 2020-03-22 | Rollup merge of #70223 - lcnr:issue70167, r=eddyb | Dylan DPC | -4/+54 |
| 2020-03-22 | Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkov | Dylan DPC | -14/+66 |
| 2020-03-22 | Rollup merge of #70172 - eddyb:retokenize-external-src, r=petrochenkov | Dylan DPC | -7/+15 |
| 2020-03-22 | Rollup merge of #68099 - lukaslueg:into_raw_unsafe, r=LukasKalbertodt | Dylan DPC | -10/+36 |
| 2020-03-22 | document invariant of `VecDeque::as_(mut)_slice` | Bastian Kauschke | -0/+6 |