| Age | Commit message (Expand) | Author | Lines |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+22 |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -7/+7 |
| 2020-03-17 | Make `newtype_index` methods const | Dylan MacKenzie | -24/+6 |
| 2020-03-17 | Don't prepend with space before paren | Guillaume Gomez | -4/+14 |
| 2020-03-17 | rustc_mir: remove extra space when pretty-printing MIR. | Ana-Maria Mihalache | -2/+2 |
| 2020-03-17 | Rollup merge of #70064 - ehuss:update-books, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2020-03-17 | Rollup merge of #70061 - JOE1994:patch-2, r=Dylan-DPC | Mazdak Farrokhzad | -3/+3 |
| 2020-03-17 | Rollup merge of #69956 - matthewjasper:fix-region-flags, r=nikomatsakis | Mazdak Farrokhzad | -26/+29 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -113/+18 |
| 2020-03-17 | Rollup merge of #69735 - tmiasko:bootstrap-sanitizers-hash, r=Mark-Simulacrum | Mazdak Farrokhzad | -31/+67 |
| 2020-03-17 | Rollup merge of #69688 - JohnTitor:move-tidy, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+2 |
| 2020-03-17 | Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkov | Mazdak Farrokhzad | -24/+111 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -89/+110 |
| 2020-03-17 | Erase regions in writeback | Matthew Jasper | -64/+103 |
| 2020-03-17 | Don't use `TypeckTables` in NiceRegionError | Matthew Jasper | -60/+51 |
| 2020-03-17 | Remove `free_region_map` from `TypeckTables` | Matthew Jasper | -24/+0 |
| 2020-03-16 | Update books | Eric Huss | -0/+0 |
| 2020-03-17 | Rollup merge of #70049 - oli-obk:param_env_empty_considered_unimplemented, r=... | Mazdak Farrokhzad | -24/+64 |
| 2020-03-17 | Rollup merge of #70046 - lzutao:patch-1, r=Centril | Mazdak Farrokhzad | -12/+4 |
| 2020-03-17 | Rollup merge of #70029 - jonas-schievink:bootstrap, r=Centril | Mazdak Farrokhzad | -108/+9 |
| 2020-03-17 | Rollup merge of #70000 - petrochenkov:rawkeypars, r=davidtwco | Mazdak Farrokhzad | -10/+29 |
| 2020-03-17 | Rollup merge of #69881 - Centril:fix-69485, r=oli-obk | Mazdak Farrokhzad | -4/+20 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -71/+439 |
| 2020-03-17 | Rollup merge of #69811 - petrochenkov:privdiag2, r=estebank | Mazdak Farrokhzad | -42/+114 |
| 2020-03-17 | Ignore wasm32 | 12101111 | -0/+1 |
| 2020-03-16 | Small fixes in documentation | Youngsuk Kim | -3/+3 |
| 2020-03-17 | Add tests | Tim Vermeulen | -0/+72 |
| 2020-03-17 | Fix FlattenCompat::{next, next_back} | Tim Vermeulen | -4/+6 |
| 2020-03-16 | Add missing variable to load in non-std tester as well | Guillaume Gomez | -2/+2 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -73/+1095 |
| 2020-03-16 | Build dist-android with --enable-profiler | rojamd | -0/+1 |
| 2020-03-16 | submodules: update clippy from 8485d40a to 23549a8c | Matthias Krüger | -12/+8 |
| 2020-03-16 | Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ... | Oliver Scherer | -24/+64 |
| 2020-03-16 | Update src/librustdoc/html/static/main.js
| Guillaume Gomez | -1/+1 |
| 2020-03-16 | Rename render::Type to improve naming | Guillaume Gomez | -8/+8 |
| 2020-03-16 | formatting | Guillaume Gomez | -27/+24 |
| 2020-03-16 | Add tests for new of variables | Guillaume Gomez | -2/+12 |
| 2020-03-16 | Update JS results tester | Guillaume Gomez | -2/+5 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -103/+222 |
| 2020-03-16 | Make macro metavars respect (non-)hygiene | Matthew Jasper | -24/+111 |
| 2020-03-16 | Fix wrong deref | lzutao | -2/+2 |
| 2020-03-16 | Use sublice patterns to avoid computing the len | lzutao | -12/+4 |
| 2020-03-16 | make mem::{zeroed,uninitialized} inline(always) | Ralf Jung | -2/+2 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -189/+379 |
| 2020-03-16 | rather than removing const_forget_box, stick an attribute on it and explain i... | DutchGhost | -0/+12 |
| 2020-03-16 | init-large-type test needs optimizations | Ralf Jung | -0/+1 |
| 2020-03-16 | The const_forget_box was unused, and doesns't add anything to test by itself. | DutchGhost | -8/+0 |
| 2020-03-16 | Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddyb | Dylan DPC | -14/+15 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -211/+260 |
| 2020-03-16 | Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,... | Dylan DPC | -1/+32 |