| Age | Commit message (Expand) | Author | Lines |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+2 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -15/+20 |
| 2022-06-10 | Assert def_ident_span presence. | Camille GILLOT | -1/+2 |
| 2022-06-10 | Encode def_ident_span using the query. | Camille GILLOT | -23/+5 |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -1/+8 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -14/+12 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+0 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -8/+8 |
| 2022-06-08 | Handle panic runtime specially | Gary Guo | -4/+9 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -12/+7 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -12/+14 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -8/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -57/+51 |
| 2022-06-08 | Don't pass in a vector to `Encoder::new`. | Nicholas Nethercote | -1/+1 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -5/+0 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -2/+2 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -4/+2 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+5 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -5/+5 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -0/+1 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -7/+11 |
| 2022-05-27 | Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddyb | bors | -2/+2 |
| 2022-05-27 | Rename `ProcMacroDerive` as `DeriveProcMacro`. | Nicholas Nethercote | -2/+2 |
| 2022-05-27 | Auto merge of #96298 - petrochenkov:fromgen, r=estebank | bors | -2/+3 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -2/+3 |
| 2022-05-26 | Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3 | bors | -22/+4 |
| 2022-05-26 | Avoid adjusting file positions twice. | Nicholas Nethercote | -22/+4 |
| 2022-05-25 | Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoerister | Dylan DPC | -4/+5 |
| 2022-05-25 | Rollup merge of #97384 - nnethercote:fix-metadata-stats, r=bjorn3 | Dylan DPC | -23/+69 |
| 2022-05-25 | Fix metadata stats. | Nicholas Nethercote | -23/+69 |
| 2022-05-24 | Make Lazy not care about lifetimes until decode | Michael Goulet | -54/+95 |
| 2022-05-23 | Fix iterator implementation, add some inlines | Michael Goulet | -3/+20 |
| 2022-05-23 | refine comments, disambiguate len for array and tables | Michael Goulet | -36/+41 |
| 2022-05-23 | split out the various responsibilities of Lazy | Michael Goulet | -420/+370 |
| 2022-05-23 | rustc: Fix ICE in native library error reporting | Vadim Petrochenkov | -4/+5 |
| 2022-05-21 | Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett | bors | -66/+65 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -66/+65 |
| 2022-05-20 | Auto merge of #95418 - cjgillot:more-disk, r=davidtwco | bors | -13/+0 |
| 2022-05-19 | Auto merge of #97024 - lcnr:simplify_type-sus, r=<try> | bors | -1/+1 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -0/+7 |
| 2022-05-18 | Move logic for making potentially remapped paths absolute into helper method. | Michael Woerister | -64/+29 |
| 2022-05-18 | fix `simplify_type` | lcnr | -1/+1 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -0/+15 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -18/+7 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -0/+15 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -240/+276 |
| 2022-05-13 | rename visit item-like methods | Miguel Guarniz | -1/+1 |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -1/+1 |