| Age | Commit message (Expand) | Author | Lines |
| 2020-07-07 | Assert current behavior for links | Seth Pellegrino | -0/+12 |
| 2020-07-07 | :arrow_up: rust-analyzer | Aleksey Kladov | -14/+14 |
| 2020-07-07 | Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obk | bors | -28/+69 |
| 2020-07-07 | Add a lint for `.repeat(1)` | Takayuki Nakata | -0/+7 |
| 2020-07-07 | Fix occasional bootstrap panic in docs. | Eric Huss | -1/+1 |
| 2020-07-07 | clean up E0718 explanation | Guillaume Gomez | -3/+2 |
| 2020-07-07 | Auto merge of #73562 - poliorcetics:e0432-to-edition2018, r=GuillaumeGomez | bors | -10/+25 |
| 2020-07-07 | Update reference to CONTRIBUTING.md | Yuki Okushi | -5/+6 |
| 2020-07-06 | build extern docs as well | Seth Pellegrino | -0/+1 |
| 2020-07-06 | Two new rustdoc tests for intra links | Seth Pellegrino | -0/+49 |
| 2020-07-07 | Remove `Compiler::compile()`. | Nicholas Nethercote | -34/+0 |
| 2020-07-07 | Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearth | bors | -542/+2048 |
| 2020-07-06 | Rollup merge of #74112 - pierwill:patch-2, r=sfackler | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser | Manish Goregaokar | -19/+30 |
| 2020-07-06 | Rollup merge of #74090 - tmiasko:rustc-debug-assertions, r=RalfJung | Manish Goregaokar | -2/+0 |
| 2020-07-06 | Rollup merge of #74089 - matklad:ship-rust-analyzer-some-more, r=pietroalbini | Manish Goregaokar | -3/+25 |
| 2020-07-06 | Rollup merge of #74078 - jyn514:lut, r=Manishearth | Manish Goregaokar | -5/+40 |
| 2020-07-06 | Rollup merge of #74074 - sunfishcode:windows-openoptionsext-return-type, r=Lu... | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Rollup merge of #74067 - rye:rustdoc-fqn-hover-underline, r=GuillaumeGomez | Manish Goregaokar | -0/+3 |
| 2020-07-06 | Rollup merge of #73974 - CAD97:rc-no-weak, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -1/+33 |
| 2020-07-06 | Rollup merge of #73962 - ryr3:unsafe_tcp, r=LukasKalbertodt | Manish Goregaokar | -2/+5 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -313/+1801 |
| 2020-07-06 | Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakis | Manish Goregaokar | -25/+54 |
| 2020-07-06 | Rollup merge of #73856 - pierwill:pierwill-lexer-doc, r=jonas-schievink | Manish Goregaokar | -4/+5 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -164/+48 |
| 2020-07-06 | libstd: remove some mutable statics in sys::unix | Andy Russell | -26/+33 |
| 2020-07-06 | Edit librustc_lexer top-level docs | pierwill | -4/+5 |
| 2020-07-06 | Expand abbreviation in core::ffi description | pierwill | -1/+1 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -83/+188 |
| 2020-07-06 | Add test for issue 74083 | Gary Guo | -0/+21 |
| 2020-07-06 | Add UI test for issue 74082 | Gary Guo | -0/+28 |
| 2020-07-06 | Only allow `repr(i128/u128)` on enum | Gary Guo | -0/+2 |
| 2020-07-06 | Hide `&mut self` methods from Deref in sidebar | Gary Guo | -1/+7 |
| 2020-07-06 | use latest version of hermit-abi | Stefan Lankes | -1/+1 |
| 2020-07-06 | fix match_like_matches_macro in clippy | robojumper | -7/+2 |
| 2020-07-06 | new lint: match_like_matches_macro | robojumper | -1/+8 |
| 2020-07-06 | fixups | Jon Gjengset | -4/+9 |
| 2020-07-06 | Add guard to check for local `core` crate | Seth Pellegrino | -4/+6 |
| 2020-07-06 | Remove pointless `black_box` call, add a comment about the `unaligned_` bench... | Thom Chiovoloni | -4/+5 |
| 2020-07-06 | Add VecDeque::range* methods | Jon Gjengset | -13/+158 |
| 2020-07-06 | Add rust-analyzer to the build manifest | Aleksey Kladov | -3/+25 |
| 2020-07-05 | Always resolve type@primitive as a primitive, not a module | Joshua Nelson | -5/+40 |
| 2020-07-05 | Use relative path for local links to primitives in libcore | Seth Pellegrino | -4/+6 |
| 2020-07-05 | Rollup merge of #74064 - RalfJung:variant-count-bootstrap, r=kennytm | Manish Goregaokar | -7/+2 |
| 2020-07-05 | Rollup merge of #74057 - lcnr:expected_found, r=davidtwco | Manish Goregaokar | -35/+30 |
| 2020-07-05 | Rollup merge of #74055 - pickfire:patch-1, r=jonas-schievink | Manish Goregaokar | -2/+2 |
| 2020-07-05 | Rollup merge of #74027 - lcnr:ConstCx-local-def-id, r=varkor | Manish Goregaokar | -49/+40 |
| 2020-07-05 | Rollup merge of #74025 - tmiasko:try-unwrap, r=Amanieu | Manish Goregaokar | -2/+1 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -1/+103 |