| Age | Commit message (Expand) | Author | Lines |
| 2021-05-20 | Rollup merge of #85439 - mgacek8:add_diagnostic_item_to_CStr_type, r=davidtwco | Ralf Jung | -0/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -5/+8 |
| 2021-05-18 | Add diagnostic item to `CStr` | Mateusz Gacek | -0/+1 |
| 2021-05-17 | Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov | bors | -0/+1 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+1 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -0/+1 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+1 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+1 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -1/+0 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -0/+1 |
| 2021-05-13 | Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieu | bors | -0/+1 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -1/+0 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -0/+3 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -127/+165 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -4/+16 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+1 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -4/+16 |
| 2021-05-08 | Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726 | Dylan DPC | -1/+1 |
| 2021-05-08 | Rollup merge of #84887 - jyn514:index-span, r=Xanewok | Dylan DPC | -6/+1 |
| 2021-05-07 | Use `path.exists()` instead of `fs::metadata(path).is_ok()` | Chris Denton | -1/+1 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -5/+8 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -0/+3 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -0/+6 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -6/+11 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -20/+22 |
| 2021-05-05 | Remove impl Display for FileName and add FileNameDisplay wrapper type | Andy Wang | -12/+39 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -31/+70 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -91/+44 |
| 2021-05-03 | Remove SpanInterner::get | Joshua Nelson | -6/+1 |
| 2021-05-02 | Use new thread-local const-init | Mark Rousskov | -1/+2 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -0/+1 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -0/+1 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -2/+1 |
| 2021-04-27 | remove pat2021 | mark | -1/+0 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+1 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+2 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -0/+2 |
| 2021-04-23 | Auto merge of #84339 - alexcrichton:llvm-fptoint-sat, r=nagisa | bors | -1/+0 |
| 2021-04-21 | rustc: Use LLVM's new saturating float-to-int intrinsics | Alex Crichton | -1/+0 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -0/+2 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -0/+1 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -0/+1 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -0/+1 |
| 2021-04-16 | Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov | bors | -0/+1 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -0/+1 |
| 2021-04-15 | Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3 | bors | -0/+2 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -1/+1 |