| Age | Commit message (Expand) | Author | Lines |
| 2021-09-19 | Auto merge of #88968 - tmiasko:start-block-no-predecessors, r=davidtwco | bors | -110/+84 |
| 2021-09-18 | Auto merge of #89079 - ehuss:update-cargo, r=ehuss | bors | -2/+2 |
| 2021-09-18 | Fix typo | ondra05 | -2/+2 |
| 2021-09-18 | Update cargo | Eric Huss | -2/+2 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -12/+6 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -22/+15 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -4/+4 |
| 2021-09-18 | deduplication | Gus Wynn | -71/+62 |
| 2021-09-18 | generic test | Gus Wynn | -0/+55 |
| 2021-09-18 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-09-18 | Fix needless_return with let-else | Cameron Steffen | -45/+48 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -350/+279 |
| 2021-09-18 | Use <[T; N]>::map in Sharded instead of SmallVec and unsafe code | bjorn3 | -19/+1 |
| 2021-09-18 | Do not preallocate UseTree HirIds. | Camille GILLOT | -54/+13 |
| 2021-09-18 | Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank | bors | -1/+41 |
| 2021-09-18 | Suggest better place to add call parentheses for method expressions wrapped i... | Jakub Beránek | -4/+47 |
| 2021-09-18 | EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -... | klensy | -4/+6 |
| 2021-09-18 | Do not preallocate item HirIds. | Camille GILLOT | -47/+20 |
| 2021-09-18 | Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisa | bors | -3/+3 |
| 2021-09-18 | Auto merge of #88980 - tmiasko:instrument-debug, r=oli-obk | bors | -15/+15 |
| 2021-09-18 | Auto merge of #88978 - bjorn3:move_symbol_interner_lock, r=Mark-Simulacrum | bors | -23/+24 |
| 2021-09-17 | Change the suggestion for `while_let_on_iterator` when the iterator cannot be... | Jason Newcomb | -27/+22 |
| 2021-09-18 | [HACK(eddyb)] arena-allocate but don't intern `FnAbi`s. | Eduard-Mihai Burtescu | -6/+1 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -93/+152 |
| 2021-09-18 | ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -157/+277 |
| 2021-09-18 | Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk | bors | -1/+11 |
| 2021-09-18 | ./x.py test --bless | Tomasz Miąsko | -65/+75 |
| 2021-09-18 | Remove support for reentrant start blocks from codegen | Tomasz Miąsko | -19/+5 |
| 2021-09-18 | Do not collapse goto chains beginning with the start block | Tomasz Miąsko | -25/+0 |
| 2021-09-18 | Start block is not allowed to have basic block predecessors | Tomasz Miąsko | -1/+4 |
| 2021-09-18 | rustc_codegen_llvm: move misplaced `HasParamEnv` impl. | Eduard-Mihai Burtescu | -6/+6 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -23/+29 |
| 2021-09-18 | ty::context: move interning `Allocation`s and `Layout`s to `direct_interners!`. | Eduard-Mihai Burtescu | -55/+26 |
| 2021-09-18 | ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`. | Eduard-Mihai Burtescu | -27/+129 |
| 2021-09-18 | rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-09-18 | ty::layout: split out a private trait from `FnAbiExt`. | Eduard-Mihai Burtescu | -10/+21 |
| 2021-09-18 | ty::layout: move `trait FnAbiExt` to just before its `impl`. | Eduard-Mihai Burtescu | -28/+28 |
| 2021-09-17 | Auto merge of #7657 - dswij:needless-borrow-mut, r=llogiq | bors | -23/+51 |
| 2021-09-17 | Auto merge of #7653 - lengyijun:same_name_method_crate, r=llogiq | bors | -0/+340 |
| 2021-09-17 | Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen | Antoni Boucher | -348/+735 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Update to nightly-2021-09-11 (#79) | Commeownist | -149/+117 |
| 2021-09-17 | refactor: VecDeques IntoIter fields to private | DeveloperC286 | -2/+8 |
| 2021-09-17 | Add nofallback tests | Mark Rousskov | -23/+95 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -9/+239 |
| 2021-09-17 | Auto merge of #88956 - ehuss:update-cargo, r=ehuss | bors | -3/+3 |
| 2021-09-17 | Update cargo | Eric Huss | -3/+3 |
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -15/+60 |
| 2021-09-17 | Convert `debug_assert` to `assert` in `CachingSourceMapView` | Aaron Hill | -7/+7 |
| 2021-09-17 | use AtomicU64::fetch_update instead of handrolled RMW-loop | The8472 | -14/+10 |