| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Rollup merge of #86010 - FabianWolff:ICE-parser, r=varkor | Guillaume Gomez | -0/+135 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -0/+53 |
| 2021-06-06 | Auto merge of #84995 - petrochenkov:tcollect, r=Aaron1011 | bors | -0/+577 |
| 2021-06-06 | Auto merge of #86054 - JohnTitor:rollup-j40z7sm, r=JohnTitor | bors | -14/+36 |
| 2021-06-06 | parser: Ensure that all nonterminals have tokens after parsing | Vadim Petrochenkov | -0/+577 |
| 2021-06-06 | Rollup merge of #86047 - jyn514:doc-attrs, r=petrochenkov | Yuki Okushi | -0/+22 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -14/+14 |
| 2021-06-06 | Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se | bors | -2/+38 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -1/+85 |
| 2021-06-05 | Don't fire `invalid_doc_attributes` on `extern crate` items | Joshua Nelson | -0/+22 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -1/+2 |
| 2021-06-05 | Rollup merge of #85501 - jyn514:invalid-doc-attrs, r=varkor | Guillaume Gomez | -0/+23 |
| 2021-06-05 | Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula... | bors | -158/+148 |
| 2021-06-05 | Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov | bors | -0/+122 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -93/+0 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -1/+85 |
| 2021-06-05 | Fix handling of unmatched angle brackets in parser | Fabian Wolff | -0/+73 |
| 2021-06-04 | Added a new test demonstrating the issue requiring revert | Rich Kadel | -0/+18 |
| 2021-06-05 | Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebank | Yuki Okushi | -0/+29 |
| 2021-06-05 | Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubilee | Yuki Okushi | -0/+33 |
| 2021-06-05 | Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebank | Yuki Okushi | -1/+25 |
| 2021-06-05 | Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r... | Yuki Okushi | -20/+55 |
| 2021-06-04 | Remove incorrect assertion in type parsing code | Fabian Wolff | -0/+62 |
| 2021-06-04 | Revert "shrinking the deprecated method span" | Rich Kadel | -158/+130 |
| 2021-06-04 | Fix `deny(invalid_doc_attributes)` | Joshua Nelson | -0/+23 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -0/+195 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -93/+0 |
| 2021-06-04 | Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebank | Yuki Okushi | -0/+81 |
| 2021-06-03 | Warn against boxed DST in `improper_ctypes_definitions` lint | marmeladema | -20/+55 |
| 2021-06-03 | don't suggest unsized indirection in where-clauses | Taylor Yu | -0/+29 |
| 2021-06-03 | Auto merge of #85617 - hi-rustin:rustin-patch-fix, r=estebank | bors | -130/+158 |
| 2021-06-03 | wasm: Make simd types passed via indirection again | Alex Crichton | -0/+33 |
| 2021-06-03 | Update tests with new casing | Ryan Levick | -9/+9 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -0/+102 |
| 2021-06-03 | Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p... | Yuki Okushi | -0/+42 |
| 2021-06-03 | Rollup merge of #85880 - csmoe:ice-85768, r=oli-obk | Yuki Okushi | -0/+60 |
| 2021-06-03 | Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -0/+44 |
| 2021-06-02 | test for more SIMD monomorphization errors | Jacob Lifshay | -0/+55 |
| 2021-06-02 | Add test for removing &mut for &mut format!(). | Mara Bos | -1/+25 |
| 2021-06-02 | Add test for ref suggestions in macros. | Mara Bos | -0/+81 |
| 2021-06-02 | Add deny-by-default test | Ryan Levick | -0/+22 |
| 2021-06-02 | Add missing stderr file | Ryan Levick | -0/+14 |
| 2021-06-02 | Add final test | Ryan Levick | -7/+6 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -4/+58 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -14/+14 |
| 2021-06-02 | Auto merge of #85687 - m-ou-se:new-prelude, r=yaahc | bors | -0/+7 |
| 2021-06-02 | convert Rvalue::threadlocalref assertion to delay bug | csmoe | -8/+7 |
| 2021-06-01 | Allow raw pointers in SIMD types | Jubilee Young | -0/+67 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -2/+2 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+14 |