| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Remove pointless `black_box` call, add a comment about the `unaligned_` bench... | Thom Chiovoloni | -4/+5 |
| 2020-07-05 | Add 'unrolled' is_ascii_align_to benchmark, and move is_ascii benchmarks into... | Thom Chiovoloni | -76/+83 |
| 2020-07-05 | Benchmark the unaligned case for is_ascii, and add missing SAFETY | Thom Chiovoloni | -3/+21 |
| 2020-07-05 | Add benchmark for slice is_ascii using align_to | Thom Chiovoloni | -1/+24 |
| 2020-07-05 | Avoid `vec!` allocation in `is_ascii_slice_*` benches | Thom Chiovoloni | -9/+36 |
| 2020-07-05 | Optimize is_ascii for &str and &[u8] | Thom Chiovoloni | -2/+166 |
| 2020-07-04 | Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrum | bors | -3/+181 |
| 2020-07-04 | Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearth | bors | -123/+1859 |
| 2020-07-03 | Rollup merge of #73999 - eddyb:svv-prereq, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2020-07-03 | Rollup merge of #73997 - rust-lang:lcnr-patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-03 | Rollup merge of #73985 - e00E:fix-getting-started-link, r=jonas-schievink | Manish Goregaokar | -2/+2 |
| 2020-07-03 | Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievink | Manish Goregaokar | -4/+6 |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -35/+1411 |
| 2020-07-03 | Rollup merge of #73925 - eduardosm:improve-pr72617-comments, r=RalfJung | Manish Goregaokar | -4/+10 |
| 2020-07-03 | Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievink | Manish Goregaokar | -16/+14 |
| 2020-07-03 | Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPC | Manish Goregaokar | -9/+33 |
| 2020-07-03 | Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJung | Manish Goregaokar | -44/+59 |
| 2020-07-03 | Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obk | Manish Goregaokar | -1/+13 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -5/+305 |
| 2020-07-03 | Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomez | Manish Goregaokar | -1/+4 |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -8/+11 |
| 2020-07-04 | Create new E0768 error code for "no valid digits found for number" error | Guillaume Gomez | -1/+22 |
| 2020-07-03 | Auto merge of #73650 - pietroalbini:ci-aarch64-gnu, r=Mark-Simulacrum | bors | -3251/+137 |
| 2020-07-03 | Edit docs for rustc_data_structures::graph::scc | pierwill | -4/+6 |
| 2020-07-03 | Ignore test with panic on wasm targets | David Hewitt | -0/+2 |
| 2020-07-03 | Bump mingw-check CI image from Ubuntu 16.04 to 18.04. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-03 | fix typo | Bastian Kauschke | -1/+1 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -3/+181 |
| 2020-07-03 | Fix "getting started" link | Valentin | -2/+2 |
| 2020-07-03 | ci: remove the emulated aarch64-gnu image | Pietro Albini | -3179/+0 |
| 2020-07-03 | ci: add native aarch64-gnu docker builder | Pietro Albini | -2/+38 |
| 2020-07-03 | ci: include the architecture in the docker cache key | Pietro Albini | -0/+4 |
| 2020-07-03 | ci: provide feedback when running an image on the wrong host arch | Pietro Albini | -0/+22 |
| 2020-07-03 | ci: move all x86_64 runners to the host-x86_64 directory | Pietro Albini | -71/+74 |
| 2020-07-03 | Auto merge of #73897 - ehuss:update-cargo, r=ehuss | bors | -6/+4 |
| 2020-07-03 | Auto merge of #73882 - nnethercote:avoid-unwrap_or_else-in-allocate_in, r=Ama... | bors | -3/+14 |
| 2020-07-02 | Fix missing return in `optimization_applies()` | Wesley Wiser | -0/+1 |
| 2020-07-02 | Fix debuginfo so that it points to the correct local | Wesley Wiser | -111/+126 |
| 2020-07-02 | [mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs | Wesley Wiser | -97/+192 |
| 2020-07-02 | Add test for simplify-try misoptimization | Wesley Wiser | -0/+1265 |
| 2020-07-02 | Standardize bibliographic citations in rustc API docs | pierwill | -16/+14 |
| 2020-07-02 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-02 | Auto merge of #73977 - Manishearth:rollup-2x4s7c6, r=Manishearth | bors | -2443/+2550 |
| 2020-07-02 | Update rls | Eric Huss | -0/+0 |
| 2020-07-02 | Update cargo | Eric Huss | -6/+4 |
| 2020-07-02 | Rollup merge of #73975 - pierwill:patch-3, r=jonas-schievink | Manish Goregaokar | -0/+3 |
| 2020-07-02 | Rollup merge of #73957 - RalfJung:btree-min-max, r=shepmaster | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Rollup merge of #73952 - ehuss:docker-dev, r=Mark-Simulacrum | Manish Goregaokar | -2/+31 |
| 2020-07-02 | Rollup merge of #73781 - nagisa:psm-up, r=Mark-Simulacrum | Manish Goregaokar | -2/+2 |
| 2020-07-02 | Rollup merge of #73753 - eddyb:extraneous-lifetime, r=Manishearth | Manish Goregaokar | -1267/+1143 |