| Age | Commit message (Expand) | Author | Lines |
| 2020-01-09 | Rollup merge of #68003 - pietroalbini:yet-another-toolstate-fix, r=Mark-Simul... | Yuki Okushi | -1/+1 |
| 2020-01-09 | Rollup merge of #67985 - dtolnay:cstr, r=Mark-Simulacrum | Yuki Okushi | -10/+0 |
| 2020-01-09 | Rollup merge of #67977 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -66/+2 |
| 2020-01-09 | Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez | Yuki Okushi | -19/+120 |
| 2020-01-09 | Rollup merge of #67887 - anp:tracked-std-panics, r=nagisa | Yuki Okushi | -0/+49 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -78/+138 |
| 2020-01-09 | Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebank | Yuki Okushi | -5/+47 |
| 2020-01-09 | Rollup merge of #67798 - matklad:spin-thouse-docs, r=Amanieu | Yuki Okushi | -10/+4 |
| 2020-01-09 | Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk | Yuki Okushi | -168/+170 |
| 2020-01-09 | Rollup merge of #67774 - oxalica:more-statx, r=alexcrichton | Yuki Okushi | -28/+6 |
| 2020-01-08 | Auto merge of #67770 - Centril:reduce-diversity-2, r=petrochenkov | bors | -655/+627 |
| 2020-01-08 | ci: fix wrong shared.sh import for publish_toolstate | Pietro Albini | -1/+1 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -84/+86 |
| 2020-01-08 | Move constness.rs to librustc_mir. | Camille GILLOT | -0/+0 |
| 2020-01-08 | Auto merge of #67760 - Mark-Simulacrum:rustc-dirty, r=alexcrichton | bors | -2/+13 |
| 2020-01-08 | Try statx for all linux-gnu targets | oxalica | -28/+6 |
| 2020-01-08 | Auto merge of #67733 - pietroalbini:gha-2, r=alexcrichton | bors | -5/+18 |
| 2020-01-08 | span_to_lines: account for DUMMY_SP | Mazdak Farrokhzad | -2/+3 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -653/+624 |
| 2020-01-07 | Auto merge of #67970 - cjgillot:inherent, r=Centril | bors | -1442/+1512 |
| 2020-01-07 | Remove insignificant notes from CStr documentation | David Tolnay | -10/+0 |
| 2020-01-07 | Rename traits::drop -> traits::misc. | Camille GILLOT | -5/+5 |
| 2020-01-07 | Auto merge of #67312 - cuviper:clone-box-slice, r=SimonSapin | bors | -42/+1 |
| 2020-01-07 | Move magic traits queries to rustc::traits::drop. | Camille GILLOT | -203/+211 |
| 2020-01-07 | Move required_region_bounds to rustc::infer::opaque_types. | Camille GILLOT | -68/+70 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -6/+6 |
| 2020-01-07 | Move structural_match to rustc::traits. | Camille GILLOT | -45/+45 |
| 2020-01-07 | Move ty::wf to traits. | Camille GILLOT | -9/+11 |
| 2020-01-07 | Make traits::util::* free functions. | Camille GILLOT | -174/+189 |
| 2020-01-07 | Move subst_and_normalize_erasing_regionsto rustc::ty. | Camille GILLOT | -26/+24 |
| 2020-01-07 | Move normalize_erasing_regions to rustc::ty. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl... | Camille GILLOT | -49/+54 |
| 2020-01-07 | Make rustc::traits::error_reporting::{recursive_type_with_infinite_size_error... | Camille GILLOT | -59/+62 |
| 2020-01-07 | Make rustc::infer::error_reporting::{note_and_explain_free_region, note_and_e... | Camille GILLOT | -125/+164 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::print::pretty. | Camille GILLOT | -16/+16 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::outlives. | Camille GILLOT | -27/+23 |
| 2020-01-07 | Remove trivial function. | Camille GILLOT | -6/+2 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::trait::object_safety. | Camille GILLOT | -501/+508 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::middle::stability. | Camille GILLOT | -25/+23 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::infer::error_reporting. | Camille GILLOT | -108/+109 |
| 2020-01-07 | Skip caller location test in wasm32. | Adam Perry | -0/+1 |
| 2020-01-07 | Auto merge of #67732 - pietroalbini:fewer-apples, r=alexcrichton | bors | -20/+1 |
| 2020-01-07 | Auto merge of #67924 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-01-07 | update miri | Ralf Jung | -8/+8 |
| 2020-01-07 | Auto merge of #67961 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2020-01-07 | Auto merge of #67964 - JohnTitor:rollup-pu5kosl, r=JohnTitor | bors | -111/+231 |
| 2020-01-07 | Rollup merge of #67962 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-01-07 | Rollup merge of #67943 - Stromberg90:patch-1, r=jonas-schievink | Yuki Okushi | -2/+1 |
| 2020-01-07 | Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril | Yuki Okushi | -2/+18 |
| 2020-01-07 | Rollup merge of #67934 - GuillaumeGomez:clean-up-e0178, r=Dylan-DPC | Yuki Okushi | -7/+18 |