| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -0/+2 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+2 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+1 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -1/+0 |
| 2021-04-06 | add lint deref_nullptr | AliƩnore Bouttefeux | -0/+2 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+1 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+1 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -0/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+1 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -0/+2 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -31/+4 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -0/+1 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -1/+1 |